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