Shades of Lilac #D09FD2
Tints of Lilac #D09FD2
RGB
CMYK
RGB Variations
Color information
#D09FD2 (or 0xD09FD2) is known color: Lilac. HEX triplet: D0, 9F and D2. RGB value is (208,159,210). Sum of RGB (Red+Green+Blue) = 208+159+210=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 210 - color contains mainly: blue. Hex color #D09FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FD2 is #2F602D. Grayscale: #B3B3B3. Windows color (decimal): -3104814 or 13803472. OLE color: 13803472.
HSL color Cylindrical-coordinate representation of color #D09FD2: hue angle of 297.65º degrees, saturation: 0.36, 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 #D09FD2 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 210 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.18 |
| HSL | 297.65º | 0.36% | 0.72% | - |
| HSV(B) | 297.65º | 0.24% | 0.82% | - |
| XYZ | 50.04 | 42.86 | 66.61 | - |
| YUV | 179.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 210 | 0.01 | 0.24 | 0 | 0.18 | 297.65 | 0.36 | 0.72 |
| Hex | D0 | 9F | D2 | 1 | 18 | 0 | 12 | 12A | 24 | 48 |
| Octal | 320 | 237 | 322 | 1 | 30 | 0 | 22 | 452 | 44 | 110 |
| Binary | 11010000 | 10011111 | 11010010 | 1 | 11000 | 0 | 10010 | 100101010 | 100100 | 1001000 |
Color Harmonies of #D09FD2
Complementary color
Monochromatic Colors of #D09FD2
Black with #D09FD2
Text Example
Text Example
White with #D09FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FD2; }
p { color: rgb(208,159,210); }
H1.HeaderClassName
{
color: #D09FD2;
}
.AnyTagClassName
{
color: #D09FD2;
}
</style>
background-color css
<style>
a { background-color: #D09FD2; }
a { background-color: rgb(208,159,210); }
div.DivClassName
{
background-color: #D09FD2;
}
.BgClassName
{
background-color: #D09FD2;
}
</style>
border-color css
<style>
span { border-color: #D09FD2; }
span { border-color: rgb(208,159,210); }
td.TdClassName
{
border-color: #D09FD2;
}
.TagClassName
{
border-color: #D09FD2;
}
</style>