Shades of Lilac #D08DCF
Tints of Lilac #D08DCF
RGB
CMYK
RGB Variations
Color information
#D08DCF (or 0xD08DCF) is known color: Lilac. HEX triplet: D0, 8D and CF. RGB value is (208,141,207). Sum of RGB (Red+Green+Blue) = 208+141+207=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DCF is #2F7230. Grayscale: #A8A8A8. Windows color (decimal): -3109425 or 13602256. OLE color: 13602256.
HSL color Cylindrical-coordinate representation of color #D08DCF: hue angle of 300.9º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08DCF is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 207 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.18 |
| HSL | 300.9º | 0.42% | 0.68% | - |
| HSV(B) | 300.9º | 0.32% | 0.82% | - |
| XYZ | 46.8 | 36.96 | 63.7 | - |
| YUV | 168.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 207 | 0 | 0.32 | 0.00 | 0.18 | 300.9 | 0.42 | 0.68 |
| Hex | D0 | 8D | CF | 0 | 20 | 0 | 12 | 12D | 2A | 44 |
| Octal | 320 | 215 | 317 | 0 | 40 | 0 | 22 | 455 | 52 | 104 |
| Binary | 11010000 | 10001101 | 11001111 | 0 | 100000 | 0 | 10010 | 100101101 | 101010 | 1000100 |
Color Harmonies of #D08DCF
Complementary color
Monochromatic Colors of #D08DCF
Black with #D08DCF
Text Example
Text Example
White with #D08DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DCF; }
p { color: rgb(208,141,207); }
H1.HeaderClassName
{
color: #D08DCF;
}
.AnyTagClassName
{
color: #D08DCF;
}
</style>
background-color css
<style>
a { background-color: #D08DCF; }
a { background-color: rgb(208,141,207); }
div.DivClassName
{
background-color: #D08DCF;
}
.BgClassName
{
background-color: #D08DCF;
}
</style>
border-color css
<style>
span { border-color: #D08DCF; }
span { border-color: rgb(208,141,207); }
td.TdClassName
{
border-color: #D08DCF;
}
.TagClassName
{
border-color: #D08DCF;
}
</style>