Shades of Lilac #D39ED0
Tints of Lilac #D39ED0
RGB
CMYK
RGB Variations
Color information
#D39ED0 (or 0xD39ED0) is known color: Lilac. HEX triplet: D3, 9E and D0. RGB value is (211,158,208). Sum of RGB (Red+Green+Blue) = 211+158+208=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 211 - color contains mainly: red. Hex color #D39ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39ED0 is #2C612F. Grayscale: #B3B3B3. Windows color (decimal): -2908464 or 13672147. OLE color: 13672147.
HSL color Cylindrical-coordinate representation of color #D39ED0: hue angle of 303.4º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D39ED0 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 158 | 208 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.17 |
| HSL | 303.4º | 0.38% | 0.72% | - |
| HSV(B) | 303.4º | 0.25% | 0.83% | - |
| XYZ | 50.48 | 42.86 | 65.29 | - |
| YUV | 179.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 208 | 0 | 0.25 | 0.01 | 0.17 | 303.4 | 0.38 | 0.72 |
| Hex | D3 | 9E | D0 | 0 | 19 | 1 | 11 | 12F | 26 | 48 |
| Octal | 323 | 236 | 320 | 0 | 31 | 1 | 21 | 457 | 46 | 110 |
| Binary | 11010011 | 10011110 | 11010000 | 0 | 11001 | 1 | 10001 | 100101111 | 100110 | 1001000 |
Color Harmonies of #D39ED0
Complementary color
Monochromatic Colors of #D39ED0
Black with #D39ED0
Text Example
Text Example
White with #D39ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39ED0; }
p { color: rgb(211,158,208); }
H1.HeaderClassName
{
color: #D39ED0;
}
.AnyTagClassName
{
color: #D39ED0;
}
</style>
background-color css
<style>
a { background-color: #D39ED0; }
a { background-color: rgb(211,158,208); }
div.DivClassName
{
background-color: #D39ED0;
}
.BgClassName
{
background-color: #D39ED0;
}
</style>
border-color css
<style>
span { border-color: #D39ED0; }
span { border-color: rgb(211,158,208); }
td.TdClassName
{
border-color: #D39ED0;
}
.TagClassName
{
border-color: #D39ED0;
}
</style>