Shades of Lilac #D09CD1
Tints of Lilac #D09CD1
RGB
CMYK
RGB Variations
Color information
#D09CD1 (or 0xD09CD1) is known color: Lilac. HEX triplet: D0, 9C and D1. RGB value is (208,156,209). Sum of RGB (Red+Green+Blue) = 208+156+209=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #D09CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CD1 is #2F632E. Grayscale: #B1B1B1. Windows color (decimal): -3105583 or 13737168. OLE color: 13737168.
HSL color Cylindrical-coordinate representation of color #D09CD1: hue angle of 298.87º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09CD1 is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 209 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.18 |
| HSL | 298.87º | 0.37% | 0.72% | - |
| HSV(B) | 298.87º | 0.25% | 0.82% | - |
| XYZ | 49.41 | 41.79 | 65.78 | - |
| YUV | 177.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 209 | 0.00 | 0.25 | 0 | 0.18 | 298.87 | 0.37 | 0.72 |
| Hex | D0 | 9C | D1 | 0 | 19 | 0 | 12 | 12B | 25 | 48 |
| Octal | 320 | 234 | 321 | 0 | 31 | 0 | 22 | 453 | 45 | 110 |
| Binary | 11010000 | 10011100 | 11010001 | 0 | 11001 | 0 | 10010 | 100101011 | 100101 | 1001000 |
Color Harmonies of #D09CD1
Complementary color
Monochromatic Colors of #D09CD1
Black with #D09CD1
Text Example
Text Example
White with #D09CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CD1; }
p { color: rgb(208,156,209); }
H1.HeaderClassName
{
color: #D09CD1;
}
.AnyTagClassName
{
color: #D09CD1;
}
</style>
background-color css
<style>
a { background-color: #D09CD1; }
a { background-color: rgb(208,156,209); }
div.DivClassName
{
background-color: #D09CD1;
}
.BgClassName
{
background-color: #D09CD1;
}
</style>
border-color css
<style>
span { border-color: #D09CD1; }
span { border-color: rgb(208,156,209); }
td.TdClassName
{
border-color: #D09CD1;
}
.TagClassName
{
border-color: #D09CD1;
}
</style>