Shades of Lilac #D08DCC
Tints of Lilac #D08DCC
RGB
CMYK
RGB Variations
Color information
#D08DCC (or 0xD08DCC) is known color: Lilac. HEX triplet: D0, 8D and CC. RGB value is (208,141,204). Sum of RGB (Red+Green+Blue) = 208+141+204=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DCC is #2F7233. Grayscale: #A8A8A8. Windows color (decimal): -3109428 or 13405648. OLE color: 13405648.
HSL color Cylindrical-coordinate representation of color #D08DCC: hue angle of 303.58º 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 #D08DCC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 204 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.18 |
| HSL | 303.58º | 0.42% | 0.68% | - |
| HSV(B) | 303.58º | 0.32% | 0.82% | - |
| XYZ | 46.44 | 36.82 | 61.79 | - |
| YUV | 168.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 204 | 0 | 0.32 | 0.02 | 0.18 | 303.58 | 0.42 | 0.68 |
| Hex | D0 | 8D | CC | 0 | 20 | 2 | 12 | 130 | 2A | 44 |
| Octal | 320 | 215 | 314 | 0 | 40 | 2 | 22 | 460 | 52 | 104 |
| Binary | 11010000 | 10001101 | 11001100 | 0 | 100000 | 10 | 10010 | 100110000 | 101010 | 1000100 |
Color Harmonies of #D08DCC
Complementary color
Monochromatic Colors of #D08DCC
Black with #D08DCC
Text Example
Text Example
White with #D08DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DCC; }
p { color: rgb(208,141,204); }
H1.HeaderClassName
{
color: #D08DCC;
}
.AnyTagClassName
{
color: #D08DCC;
}
</style>
background-color css
<style>
a { background-color: #D08DCC; }
a { background-color: rgb(208,141,204); }
div.DivClassName
{
background-color: #D08DCC;
}
.BgClassName
{
background-color: #D08DCC;
}
</style>
border-color css
<style>
span { border-color: #D08DCC; }
span { border-color: rgb(208,141,204); }
td.TdClassName
{
border-color: #D08DCC;
}
.TagClassName
{
border-color: #D08DCC;
}
</style>