Shades of Lilac #D09DCD
Tints of Lilac #D09DCD
RGB
CMYK
RGB Variations
Color information
#D09DCD (or 0xD09DCD) is known color: Lilac. HEX triplet: D0, 9D and CD. RGB value is (208,157,205). Sum of RGB (Red+Green+Blue) = 208+157+205=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DCD is #2F6232. Grayscale: #B1B1B1. Windows color (decimal): -3105331 or 13475280. OLE color: 13475280.
HSL color Cylindrical-coordinate representation of color #D09DCD: hue angle of 303.53º 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 #D09DCD is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 205 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.18 |
| HSL | 303.53º | 0.35% | 0.72% | - |
| HSV(B) | 303.53º | 0.25% | 0.82% | - |
| XYZ | 49.09 | 41.93 | 63.26 | - |
| YUV | 177.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 205 | 0 | 0.25 | 0.01 | 0.18 | 303.53 | 0.35 | 0.72 |
| Hex | D0 | 9D | CD | 0 | 19 | 1 | 12 | 130 | 23 | 48 |
| Octal | 320 | 235 | 315 | 0 | 31 | 1 | 22 | 460 | 43 | 110 |
| Binary | 11010000 | 10011101 | 11001101 | 0 | 11001 | 1 | 10010 | 100110000 | 100011 | 1001000 |
Color Harmonies of #D09DCD
Complementary color
Monochromatic Colors of #D09DCD
Black with #D09DCD
Text Example
Text Example
White with #D09DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DCD; }
p { color: rgb(208,157,205); }
H1.HeaderClassName
{
color: #D09DCD;
}
.AnyTagClassName
{
color: #D09DCD;
}
</style>
background-color css
<style>
a { background-color: #D09DCD; }
a { background-color: rgb(208,157,205); }
div.DivClassName
{
background-color: #D09DCD;
}
.BgClassName
{
background-color: #D09DCD;
}
</style>
border-color css
<style>
span { border-color: #D09DCD; }
span { border-color: rgb(208,157,205); }
td.TdClassName
{
border-color: #D09DCD;
}
.TagClassName
{
border-color: #D09DCD;
}
</style>