Color: #DB8DAD
#DB8DAD Color Information
#DB8DAD is a light color. The closest websafe version is #DB8DAD. A complement of this color would be #8FDCBB, perceived brightness is 0.66, and the grayscale version is #B4B4B4.
In the HSL color space, this color has a hue angle of 335°,a saturation of 52%, and a lightness of 71%.The HSV representation shows a hue of 335°, a saturation of 36%, and a value of 86%.
In a RGB color space, #DB8DAD is composed of 86% red, 55% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 36% magenta, 21% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 37.39, x: 0.3996, and y: 0.3170.
Color Code #DB8DAD
Shades of Color #DB8DAD
Shades are created by darkening the original color #DB8DAD 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 #DB8DAD
Tints are created by lightening the original color #DB8DAD 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.
About #DB8DAD Color Code
In the HSL color space, this color has a hue angle of 335°, a saturation of 52%, and a lightness of 71%. The HSV representation shows a hue of 335°, a saturation of 36%, and a value of 86%.
- HEX: #DB8DAD
- RGB: rgb(219, 141, 173)
- HSL: hsl(335, 52%, 71%)
- HSV: hsv(335, 36%, 86%)
- CMYK: 0.00% cyan, 36.00% magenta, 21.00% yellow, 14.00% black
- XYZ: 47.13, 37.39, 33.42
- Yxy: 37.39, 0.3996, 0.3170
- Hunter Lab: 67.57, 33.64, -3.88
- CIE-Lab: 67.57, 33.64, -3.88
In the XYZ color space, this color is represented as X: 47.13, Y: 37.39, Z: 33.42. The Yxy representation further refines this as Y: 37.39, x: 0.3996, and y: 0.3170.
In the Hunter Lab color space, this color is represented as L: 67.57, a: 33.64, and b: -3.88. Similarly, in the CIE-Lab color space, it is represented as L: 67.57, a: 33.64, and b: -3.88.
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 #DB8DAD
Triadic colors are three colors evenly spaced around the color wheel, including #DB8DAD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DB8DAD
Split complementary colors are two colors adjacent to the complementary color of #DB8DAD. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DB8DAD
Monochromatic colors are variations of #DB8DAD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DB8DAD
The complementary color of #DB8DAD 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 #DB8DAD
/* Using HEX */ body { background-color: #db8dad; }
/* Using RGB */ body { background-color: rgb(219, 141, 173); }
/* Using RGB with opacity */ body { background-color: rgba(219, 141, 173, 0.5); }
/* Using HSL */ body { background-color: hsl(335, 52%, 71%); }
/* Text color */ p { color: #db8dad; }
/* Box shadow */ div { box-shadow: 4px 4px #db8dad; }
/* Border color */ .box { border: 4px solid #db8dad; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #db8dad; }
/* Background with text */ div { background: #db8dad; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DB8DAD
<!-- Using HEX --> <div style="background-color: #db8dad; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 141, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 141, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(335, 52%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #db8dad;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #db8dad; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #db8dad; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #db8dad;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #db8dad; color: #fff; padding: 16px; border-radius: 8px;"> #DB8DAD </div>
Related Colors of #DB8DAD
These colors are similar to #DB8DAD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.