Shades of Lilac #D09DD0
Tints of Lilac #D09DD0
RGB
CMYK
RGB Variations
Color information
#D09DD0 (or 0xD09DD0) is known color: Lilac. HEX triplet: D0, 9D and D0. RGB value is (208,157,208). Sum of RGB (Red+Green+Blue) = 208+157+208=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D09DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DD0 is #2F622F. Grayscale: #B1B1B1. Windows color (decimal): -3105328 or 13671888. OLE color: 13671888.
HSL color Cylindrical-coordinate representation of color #D09DD0: hue angle of 300º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09DD0 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 208 | - |
| CMYK | 0 | 0.25 | 0 | 0.18 |
| HSL | 300º | 0.35% | 0.72% | - |
| HSV(B) | 300º | 0.25% | 0.82% | - |
| XYZ | 49.45 | 42.08 | 65.19 | - |
| YUV | 178.06 | 144.9 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 208 | 0 | 0.25 | 0 | 0.18 | 300 | 0.35 | 0.72 |
| Hex | D0 | 9D | D0 | 0 | 19 | 0 | 12 | 12C | 23 | 48 |
| Octal | 320 | 235 | 320 | 0 | 31 | 0 | 22 | 454 | 43 | 110 |
| Binary | 11010000 | 10011101 | 11010000 | 0 | 11001 | 0 | 10010 | 100101100 | 100011 | 1001000 |
Color Harmonies of #D09DD0
Complementary color
Monochromatic Colors of #D09DD0
Black with #D09DD0
Text Example
Text Example
White with #D09DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DD0; }
p { color: rgb(208,157,208); }
H1.HeaderClassName
{
color: #D09DD0;
}
.AnyTagClassName
{
color: #D09DD0;
}
</style>
background-color css
<style>
a { background-color: #D09DD0; }
a { background-color: rgb(208,157,208); }
div.DivClassName
{
background-color: #D09DD0;
}
.BgClassName
{
background-color: #D09DD0;
}
</style>
border-color css
<style>
span { border-color: #D09DD0; }
span { border-color: rgb(208,157,208); }
td.TdClassName
{
border-color: #D09DD0;
}
.TagClassName
{
border-color: #D09DD0;
}
</style>