Shades of Lilac #D09DC7
Tints of Lilac #D09DC7
RGB
CMYK
RGB Variations
Color information
#D09DC7 (or 0xD09DC7) is known color: Lilac. HEX triplet: D0, 9D and C7. RGB value is (208,157,199). Sum of RGB (Red+Green+Blue) = 208+157+199=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DC7 is #2F6238. Grayscale: #B0B0B0. Windows color (decimal): -3105337 or 13082064. OLE color: 13082064.
HSL color Cylindrical-coordinate representation of color #D09DC7: hue angle of 310.59º degrees, saturation: 0.35, 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 #D09DC7 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 199 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.18 |
| HSL | 310.59º | 0.35% | 0.72% | - |
| HSV(B) | 310.59º | 0.25% | 0.82% | - |
| XYZ | 48.38 | 41.65 | 59.52 | - |
| YUV | 177.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 199 | 0 | 0.25 | 0.04 | 0.18 | 310.59 | 0.35 | 0.72 |
| Hex | D0 | 9D | C7 | 0 | 19 | 4 | 12 | 137 | 23 | 48 |
| Octal | 320 | 235 | 307 | 0 | 31 | 4 | 22 | 467 | 43 | 110 |
| Binary | 11010000 | 10011101 | 11000111 | 0 | 11001 | 100 | 10010 | 100110111 | 100011 | 1001000 |
Color Harmonies of #D09DC7
Complementary color
Monochromatic Colors of #D09DC7
Black with #D09DC7
Text Example
Text Example
White with #D09DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DC7; }
p { color: rgb(208,157,199); }
H1.HeaderClassName
{
color: #D09DC7;
}
.AnyTagClassName
{
color: #D09DC7;
}
</style>
background-color css
<style>
a { background-color: #D09DC7; }
a { background-color: rgb(208,157,199); }
div.DivClassName
{
background-color: #D09DC7;
}
.BgClassName
{
background-color: #D09DC7;
}
</style>
border-color css
<style>
span { border-color: #D09DC7; }
span { border-color: rgb(208,157,199); }
td.TdClassName
{
border-color: #D09DC7;
}
.TagClassName
{
border-color: #D09DC7;
}
</style>