Color: #DB6B9E

#DB6B9E Color Information

#DB6B9E is a light color. The closest websafe version is #DB6B9E. A complement of this color would be #6BDBA9, perceived brightness is 0.57, and the grayscale version is #A3A3A3.

In the HSL color space, this color has a hue angle of 333°,a saturation of 61%, and a lightness of 64%.The HSV representation shows a hue of 333°, a saturation of 51%, and a value of 86%.

In a RGB color space, #DB6B9E is composed of 86% red, 42% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 51% magenta, 28% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 28.37, x: 0.4288, and y: 0.2936.

Color Code #DB6B9E

#DB6B9Ergb(219, 107, 158)
HEX
#DB6B9E
RGB
rgb(219, 107, 158)
HSL
hsl(333, 61%, 64%)
HSV
hsv(333, 51%, 86%)
CMYK
0%, 51%, 28%, 14%
XYZ
X: 41.44, Y: 28.37, Z: 26.83
Lab
L: 60.23, a: 48.78, b: -6.11
Name

Shades of Color #DB6B9E

Shades are created by darkening the original color #DB6B9E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #DB6B9E

Tints are created by lightening the original color #DB6B9E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#DB6B9Ergb(219, 107, 158)

About #DB6B9E Color Code

In the HSL color space, this color has a hue angle of 333°, a saturation of 61%, and a lightness of 64%. The HSV representation shows a hue of 333°, a saturation of 51%, and a value of 86%.

  • HEX: #DB6B9E
  • RGB: rgb(219, 107, 158)
  • HSL: hsl(333, 61%, 64%)
  • HSV: hsv(333, 51%, 86%)
  • CMYK: 0.00% cyan, 51.00% magenta, 28.00% yellow, 14.00% black
  • XYZ: 41.44, 28.37, 26.83
  • Yxy: 28.37, 0.4288, 0.2936
  • Hunter Lab: 60.23, 48.78, -6.11
  • CIE-Lab: 60.23, 48.78, -6.11

In the XYZ color space, this color is represented as X: 41.44, Y: 28.37, Z: 26.83. The Yxy representation further refines this as Y: 28.37, x: 0.4288, and y: 0.2936.

In the Hunter Lab color space, this color is represented as L: 60.23, a: 48.78, and b: -6.11. Similarly, in the CIE-Lab color space, it is represented as L: 60.23, a: 48.78, and b: -6.11.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #DB6B9E

Triadic colors are three colors evenly spaced around the color wheel, including #DB6B9E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #DB6B9E

Analogous colors are adjacent to #DB6B9E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #DB6B9E

Split complementary colors are two colors adjacent to the complementary color of #DB6B9E. They create a balanced and visually appealing color scheme.

Tetradic Colors of #DB6B9E

Tetradic colors form a rectangle on the color wheel, including #DB6B9E. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #DB6B9E

Monochromatic colors are variations of #DB6B9E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #DB6B9E

The complementary color of #DB6B9E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #DB6B9E

/* Using HEX */
body {
  background-color: #db6b9e;
}
/* Using RGB */
body {
  background-color: rgb(219, 107, 158);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 107, 158, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(333, 61%, 64%);
}
/* Text color */
p {
  color: #db6b9e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db6b9e;
}
/* Border color */
.box {
  border: 4px solid #db6b9e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #db6b9e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #db6b9e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DB6B9E
On Black Background
#DB6B9E
On White Background
#DB6B9E

HTML Examples of #DB6B9E

<!-- Using HEX -->
<div style="background-color: #db6b9e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 107, 158); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 107, 158, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(333, 61%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #db6b9e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #db6b9e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #db6b9e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #db6b9e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #db6b9e; color: #fff; padding: 16px; border-radius: 8px;">
  #DB6B9E
</div>
#DB6B9E
On Black Background
#DB6B9E
On White Background
#DB6B9E

Related Colors of #DB6B9E

These colors are similar to #DB6B9E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.