Shades of Lilac #D39AD0
Tints of Lilac #D39AD0
RGB
CMYK
RGB Variations
Color information
#D39AD0 (or 0xD39AD0) is known color: Lilac. HEX triplet: D3, 9A and D0. RGB value is (211,154,208). Sum of RGB (Red+Green+Blue) = 211+154+208=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 211 - color contains mainly: red. Hex color #D39AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39AD0 is #2C652F. Grayscale: #B1B1B1. Windows color (decimal): -2909488 or 13671123. OLE color: 13671123.
HSL color Cylindrical-coordinate representation of color #D39AD0: hue angle of 303.16º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39AD0 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 154 | 208 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.17 |
| HSL | 303.16º | 0.39% | 0.72% | - |
| HSV(B) | 303.16º | 0.27% | 0.83% | - |
| XYZ | 49.8 | 41.51 | 65.06 | - |
| YUV | 177.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 208 | 0 | 0.27 | 0.01 | 0.17 | 303.16 | 0.39 | 0.72 |
| Hex | D3 | 9A | D0 | 0 | 1B | 1 | 11 | 12F | 27 | 48 |
| Octal | 323 | 232 | 320 | 0 | 33 | 1 | 21 | 457 | 47 | 110 |
| Binary | 11010011 | 10011010 | 11010000 | 0 | 11011 | 1 | 10001 | 100101111 | 100111 | 1001000 |
Color Harmonies of #D39AD0
Complementary color
Monochromatic Colors of #D39AD0
Black with #D39AD0
Text Example
Text Example
White with #D39AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39AD0; }
p { color: rgb(211,154,208); }
H1.HeaderClassName
{
color: #D39AD0;
}
.AnyTagClassName
{
color: #D39AD0;
}
</style>
background-color css
<style>
a { background-color: #D39AD0; }
a { background-color: rgb(211,154,208); }
div.DivClassName
{
background-color: #D39AD0;
}
.BgClassName
{
background-color: #D39AD0;
}
</style>
border-color css
<style>
span { border-color: #D39AD0; }
span { border-color: rgb(211,154,208); }
td.TdClassName
{
border-color: #D39AD0;
}
.TagClassName
{
border-color: #D39AD0;
}
</style>