Shades of Lilac #D09AD0
Tints of Lilac #D09AD0
RGB
CMYK
RGB Variations
Color information
#D09AD0 (or 0xD09AD0) is known color: Lilac. HEX triplet: D0, 9A and D0. RGB value is (208,154,208). Sum of RGB (Red+Green+Blue) = 208+154+208=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D09AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09AD0 is #2F652F. Grayscale: #B0B0B0. Windows color (decimal): -3106096 or 13671120. OLE color: 13671120.
HSL color Cylindrical-coordinate representation of color #D09AD0: hue angle of 300º degrees, saturation: 0.36, 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 #D09AD0 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 208 | - |
| CMYK | 0 | 0.26 | 0 | 0.18 |
| HSL | 300º | 0.36% | 0.71% | - |
| HSV(B) | 300º | 0.26% | 0.82% | - |
| XYZ | 48.95 | 41.08 | 65.02 | - |
| YUV | 176.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 208 | 0 | 0.26 | 0 | 0.18 | 300 | 0.36 | 0.71 |
| Hex | D0 | 9A | D0 | 0 | 1A | 0 | 12 | 12C | 24 | 47 |
| Octal | 320 | 232 | 320 | 0 | 32 | 0 | 22 | 454 | 44 | 107 |
| Binary | 11010000 | 10011010 | 11010000 | 0 | 11010 | 0 | 10010 | 100101100 | 100100 | 1000111 |
Color Harmonies of #D09AD0
Complementary color
Monochromatic Colors of #D09AD0
Black with #D09AD0
Text Example
Text Example
White with #D09AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AD0; }
p { color: rgb(208,154,208); }
H1.HeaderClassName
{
color: #D09AD0;
}
.AnyTagClassName
{
color: #D09AD0;
}
</style>
background-color css
<style>
a { background-color: #D09AD0; }
a { background-color: rgb(208,154,208); }
div.DivClassName
{
background-color: #D09AD0;
}
.BgClassName
{
background-color: #D09AD0;
}
</style>
border-color css
<style>
span { border-color: #D09AD0; }
span { border-color: rgb(208,154,208); }
td.TdClassName
{
border-color: #D09AD0;
}
.TagClassName
{
border-color: #D09AD0;
}
</style>