Shades of Lilac #D09FD4
Tints of Lilac #D09FD4
RGB
CMYK
RGB Variations
Color information
#D09FD4 (or 0xD09FD4) is known color: Lilac. HEX triplet: D0, 9F and D4. RGB value is (208,159,212). Sum of RGB (Red+Green+Blue) = 208+159+212=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #D09FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FD4 is #2F602B. Grayscale: #B3B3B3. Windows color (decimal): -3104812 or 13934544. OLE color: 13934544.
HSL color Cylindrical-coordinate representation of color #D09FD4: hue angle of 295.47º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09FD4 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 159 | 212 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.17 |
| HSL | 295.47º | 0.38% | 0.73% | - |
| HSV(B) | 295.47º | 0.25% | 0.83% | - |
| XYZ | 50.29 | 42.96 | 67.93 | - |
| YUV | 179.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 212 | 0.02 | 0.25 | 0 | 0.17 | 295.47 | 0.38 | 0.73 |
| Hex | D0 | 9F | D4 | 2 | 19 | 0 | 11 | 127 | 26 | 49 |
| Octal | 320 | 237 | 324 | 2 | 31 | 0 | 21 | 447 | 46 | 111 |
| Binary | 11010000 | 10011111 | 11010100 | 10 | 11001 | 0 | 10001 | 100100111 | 100110 | 1001001 |
Color Harmonies of #D09FD4
Complementary color
Monochromatic Colors of #D09FD4
Black with #D09FD4
Text Example
Text Example
White with #D09FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FD4; }
p { color: rgb(208,159,212); }
H1.HeaderClassName
{
color: #D09FD4;
}
.AnyTagClassName
{
color: #D09FD4;
}
</style>
background-color css
<style>
a { background-color: #D09FD4; }
a { background-color: rgb(208,159,212); }
div.DivClassName
{
background-color: #D09FD4;
}
.BgClassName
{
background-color: #D09FD4;
}
</style>
border-color css
<style>
span { border-color: #D09FD4; }
span { border-color: rgb(208,159,212); }
td.TdClassName
{
border-color: #D09FD4;
}
.TagClassName
{
border-color: #D09FD4;
}
</style>