Shades of Lilac #D09FC9
Tints of Lilac #D09FC9
RGB
CMYK
RGB Variations
Color information
#D09FC9 (or 0xD09FC9) is known color: Lilac. HEX triplet: D0, 9F and C9. RGB value is (208,159,201). Sum of RGB (Red+Green+Blue) = 208+159+201=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FC9 is #2F6036. Grayscale: #B2B2B2. Windows color (decimal): -3104823 or 13213648. OLE color: 13213648.
HSL color Cylindrical-coordinate representation of color #D09FC9: hue angle of 308.57º 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 #D09FC9 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 201 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.18 |
| HSL | 308.57º | 0.34% | 0.72% | - |
| HSV(B) | 308.57º | 0.24% | 0.82% | - |
| XYZ | 48.95 | 42.42 | 60.87 | - |
| YUV | 178.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 201 | 0 | 0.24 | 0.03 | 0.18 | 308.57 | 0.34 | 0.72 |
| Hex | D0 | 9F | C9 | 0 | 18 | 3 | 12 | 135 | 22 | 48 |
| Octal | 320 | 237 | 311 | 0 | 30 | 3 | 22 | 465 | 42 | 110 |
| Binary | 11010000 | 10011111 | 11001001 | 0 | 11000 | 11 | 10010 | 100110101 | 100010 | 1001000 |
Color Harmonies of #D09FC9
Complementary color
Monochromatic Colors of #D09FC9
Black with #D09FC9
Text Example
Text Example
White with #D09FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FC9; }
p { color: rgb(208,159,201); }
H1.HeaderClassName
{
color: #D09FC9;
}
.AnyTagClassName
{
color: #D09FC9;
}
</style>
background-color css
<style>
a { background-color: #D09FC9; }
a { background-color: rgb(208,159,201); }
div.DivClassName
{
background-color: #D09FC9;
}
.BgClassName
{
background-color: #D09FC9;
}
</style>
border-color css
<style>
span { border-color: #D09FC9; }
span { border-color: rgb(208,159,201); }
td.TdClassName
{
border-color: #D09FC9;
}
.TagClassName
{
border-color: #D09FC9;
}
</style>