Shades of Lilac #D09AD1
Tints of Lilac #D09AD1
RGB
CMYK
RGB Variations
Color information
#D09AD1 (or 0xD09AD1) is known color: Lilac. HEX triplet: D0, 9A and D1. RGB value is (208,154,209). Sum of RGB (Red+Green+Blue) = 208+154+209=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #D09AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09AD1 is #2F652E. Grayscale: #B0B0B0. Windows color (decimal): -3106095 or 13736656. OLE color: 13736656.
HSL color Cylindrical-coordinate representation of color #D09AD1: hue angle of 298.91º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D09AD1 is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 209 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.18 |
| HSL | 298.91º | 0.37% | 0.71% | - |
| HSV(B) | 298.91º | 0.26% | 0.82% | - |
| XYZ | 49.08 | 41.12 | 65.67 | - |
| YUV | 176.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 209 | 0.00 | 0.26 | 0 | 0.18 | 298.91 | 0.37 | 0.71 |
| Hex | D0 | 9A | D1 | 0 | 1A | 0 | 12 | 12B | 25 | 47 |
| Octal | 320 | 232 | 321 | 0 | 32 | 0 | 22 | 453 | 45 | 107 |
| Binary | 11010000 | 10011010 | 11010001 | 0 | 11010 | 0 | 10010 | 100101011 | 100101 | 1000111 |
Color Harmonies of #D09AD1
Complementary color
Monochromatic Colors of #D09AD1
Black with #D09AD1
Text Example
Text Example
White with #D09AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AD1; }
p { color: rgb(208,154,209); }
H1.HeaderClassName
{
color: #D09AD1;
}
.AnyTagClassName
{
color: #D09AD1;
}
</style>
background-color css
<style>
a { background-color: #D09AD1; }
a { background-color: rgb(208,154,209); }
div.DivClassName
{
background-color: #D09AD1;
}
.BgClassName
{
background-color: #D09AD1;
}
</style>
border-color css
<style>
span { border-color: #D09AD1; }
span { border-color: rgb(208,154,209); }
td.TdClassName
{
border-color: #D09AD1;
}
.TagClassName
{
border-color: #D09AD1;
}
</style>