Shades of Lilac #D39DCC
Tints of Lilac #D39DCC
RGB
CMYK
RGB Variations
Color information
#D39DCC (or 0xD39DCC) is known color: Lilac. HEX triplet: D3, 9D and CC. RGB value is (211,157,204). Sum of RGB (Red+Green+Blue) = 211+157+204=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DCC is #2C6233. Grayscale: #B2B2B2. Windows color (decimal): -2908724 or 13409747. OLE color: 13409747.
HSL color Cylindrical-coordinate representation of color #D39DCC: hue angle of 307.78º 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 #D39DCC is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 157 | 204 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.17 |
| HSL | 307.78º | 0.38% | 0.72% | - |
| HSV(B) | 307.78º | 0.26% | 0.83% | - |
| XYZ | 49.82 | 42.32 | 62.67 | - |
| YUV | 178.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 204 | 0 | 0.26 | 0.03 | 0.17 | 307.78 | 0.38 | 0.72 |
| Hex | D3 | 9D | CC | 0 | 1A | 3 | 11 | 134 | 26 | 48 |
| Octal | 323 | 235 | 314 | 0 | 32 | 3 | 21 | 464 | 46 | 110 |
| Binary | 11010011 | 10011101 | 11001100 | 0 | 11010 | 11 | 10001 | 100110100 | 100110 | 1001000 |
Color Harmonies of #D39DCC
Complementary color
Monochromatic Colors of #D39DCC
Black with #D39DCC
Text Example
Text Example
White with #D39DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39DCC; }
p { color: rgb(211,157,204); }
H1.HeaderClassName
{
color: #D39DCC;
}
.AnyTagClassName
{
color: #D39DCC;
}
</style>
background-color css
<style>
a { background-color: #D39DCC; }
a { background-color: rgb(211,157,204); }
div.DivClassName
{
background-color: #D39DCC;
}
.BgClassName
{
background-color: #D39DCC;
}
</style>
border-color css
<style>
span { border-color: #D39DCC; }
span { border-color: rgb(211,157,204); }
td.TdClassName
{
border-color: #D39DCC;
}
.TagClassName
{
border-color: #D39DCC;
}
</style>