Shades of Lilac #D39CD0
Tints of Lilac #D39CD0
RGB
CMYK
RGB Variations
Color information
#D39CD0 (or 0xD39CD0) is known color: Lilac. HEX triplet: D3, 9C and D0. RGB value is (211,156,208). Sum of RGB (Red+Green+Blue) = 211+156+208=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 211 - color contains mainly: red. Hex color #D39CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CD0 is #2C632F. Grayscale: #B2B2B2. Windows color (decimal): -2908976 or 13671635. OLE color: 13671635.
HSL color Cylindrical-coordinate representation of color #D39CD0: hue angle of 303.27º 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 #D39CD0 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 156 | 208 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.17 |
| HSL | 303.27º | 0.38% | 0.72% | - |
| HSV(B) | 303.27º | 0.26% | 0.83% | - |
| XYZ | 50.14 | 42.18 | 65.17 | - |
| YUV | 178.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 156 | 208 | 0 | 0.26 | 0.01 | 0.17 | 303.27 | 0.38 | 0.72 |
| Hex | D3 | 9C | D0 | 0 | 1A | 1 | 11 | 12F | 26 | 48 |
| Octal | 323 | 234 | 320 | 0 | 32 | 1 | 21 | 457 | 46 | 110 |
| Binary | 11010011 | 10011100 | 11010000 | 0 | 11010 | 1 | 10001 | 100101111 | 100110 | 1001000 |
Color Harmonies of #D39CD0
Complementary color
Monochromatic Colors of #D39CD0
Black with #D39CD0
Text Example
Text Example
White with #D39CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39CD0; }
p { color: rgb(211,156,208); }
H1.HeaderClassName
{
color: #D39CD0;
}
.AnyTagClassName
{
color: #D39CD0;
}
</style>
background-color css
<style>
a { background-color: #D39CD0; }
a { background-color: rgb(211,156,208); }
div.DivClassName
{
background-color: #D39CD0;
}
.BgClassName
{
background-color: #D39CD0;
}
</style>
border-color css
<style>
span { border-color: #D39CD0; }
span { border-color: rgb(211,156,208); }
td.TdClassName
{
border-color: #D39CD0;
}
.TagClassName
{
border-color: #D39CD0;
}
</style>