Shades of Lilac #D39CCC
Tints of Lilac #D39CCC
RGB
CMYK
RGB Variations
Color information
#D39CCC (or 0xD39CCC) is known color: Lilac. HEX triplet: D3, 9C and CC. RGB value is (211,156,204). Sum of RGB (Red+Green+Blue) = 211+156+204=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 211 - color contains mainly: red. Hex color #D39CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CCC is #2C6333. Grayscale: #B1B1B1. Windows color (decimal): -2908980 or 13409491. OLE color: 13409491.
HSL color Cylindrical-coordinate representation of color #D39CCC: hue angle of 307.64º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39CCC is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 156 | 204 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.17 |
| HSL | 307.64º | 0.38% | 0.72% | - |
| HSV(B) | 307.64º | 0.26% | 0.83% | - |
| XYZ | 49.65 | 41.99 | 62.61 | - |
| YUV | 177.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 156 | 204 | 0 | 0.26 | 0.03 | 0.17 | 307.64 | 0.38 | 0.72 |
| Hex | D3 | 9C | CC | 0 | 1A | 3 | 11 | 134 | 26 | 48 |
| Octal | 323 | 234 | 314 | 0 | 32 | 3 | 21 | 464 | 46 | 110 |
| Binary | 11010011 | 10011100 | 11001100 | 0 | 11010 | 11 | 10001 | 100110100 | 100110 | 1001000 |
Color Harmonies of #D39CCC
Complementary color
Monochromatic Colors of #D39CCC
Black with #D39CCC
Text Example
Text Example
White with #D39CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39CCC; }
p { color: rgb(211,156,204); }
H1.HeaderClassName
{
color: #D39CCC;
}
.AnyTagClassName
{
color: #D39CCC;
}
</style>
background-color css
<style>
a { background-color: #D39CCC; }
a { background-color: rgb(211,156,204); }
div.DivClassName
{
background-color: #D39CCC;
}
.BgClassName
{
background-color: #D39CCC;
}
</style>
border-color css
<style>
span { border-color: #D39CCC; }
span { border-color: rgb(211,156,204); }
td.TdClassName
{
border-color: #D39CCC;
}
.TagClassName
{
border-color: #D39CCC;
}
</style>