Shades of Lilac #D09FC8
Tints of Lilac #D09FC8
RGB
CMYK
RGB Variations
Color information
#D09FC8 (or 0xD09FC8) is known color: Lilac. HEX triplet: D0, 9F and C8. RGB value is (208,159,200). Sum of RGB (Red+Green+Blue) = 208+159+200=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FC8 is #2F6037. Grayscale: #B2B2B2. Windows color (decimal): -3104824 or 13148112. OLE color: 13148112.
HSL color Cylindrical-coordinate representation of color #D09FC8: hue angle of 309.8º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FC8 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 200 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.18 |
| HSL | 309.8º | 0.34% | 0.72% | - |
| HSV(B) | 309.8º | 0.24% | 0.82% | - |
| XYZ | 48.84 | 42.38 | 60.25 | - |
| YUV | 178.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 200 | 0 | 0.24 | 0.04 | 0.18 | 309.8 | 0.34 | 0.72 |
| Hex | D0 | 9F | C8 | 0 | 18 | 4 | 12 | 136 | 22 | 48 |
| Octal | 320 | 237 | 310 | 0 | 30 | 4 | 22 | 466 | 42 | 110 |
| Binary | 11010000 | 10011111 | 11001000 | 0 | 11000 | 100 | 10010 | 100110110 | 100010 | 1001000 |
Color Harmonies of #D09FC8
Complementary color
Monochromatic Colors of #D09FC8
Black with #D09FC8
Text Example
Text Example
White with #D09FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FC8; }
p { color: rgb(208,159,200); }
H1.HeaderClassName
{
color: #D09FC8;
}
.AnyTagClassName
{
color: #D09FC8;
}
</style>
background-color css
<style>
a { background-color: #D09FC8; }
a { background-color: rgb(208,159,200); }
div.DivClassName
{
background-color: #D09FC8;
}
.BgClassName
{
background-color: #D09FC8;
}
</style>
border-color css
<style>
span { border-color: #D09FC8; }
span { border-color: rgb(208,159,200); }
td.TdClassName
{
border-color: #D09FC8;
}
.TagClassName
{
border-color: #D09FC8;
}
</style>