Shades of Lilac #D39BCD
Tints of Lilac #D39BCD
RGB
CMYK
RGB Variations
Color information
#D39BCD (or 0xD39BCD) is known color: Lilac. HEX triplet: D3, 9B and CD. RGB value is (211,155,205). Sum of RGB (Red+Green+Blue) = 211+155+205=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BCD is #2C6432. Grayscale: #B1B1B1. Windows color (decimal): -2909235 or 13474771. OLE color: 13474771.
HSL color Cylindrical-coordinate representation of color #D39BCD: hue angle of 306.43º 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 #D39BCD is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 155 | 205 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.17 |
| HSL | 306.43º | 0.39% | 0.72% | - |
| HSV(B) | 306.43º | 0.27% | 0.83% | - |
| XYZ | 49.6 | 41.7 | 63.19 | - |
| YUV | 177.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 205 | 0 | 0.27 | 0.03 | 0.17 | 306.43 | 0.39 | 0.72 |
| Hex | D3 | 9B | CD | 0 | 1B | 3 | 11 | 132 | 27 | 48 |
| Octal | 323 | 233 | 315 | 0 | 33 | 3 | 21 | 462 | 47 | 110 |
| Binary | 11010011 | 10011011 | 11001101 | 0 | 11011 | 11 | 10001 | 100110010 | 100111 | 1001000 |
Color Harmonies of #D39BCD
Complementary color
Monochromatic Colors of #D39BCD
Black with #D39BCD
Text Example
Text Example
White with #D39BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BCD; }
p { color: rgb(211,155,205); }
H1.HeaderClassName
{
color: #D39BCD;
}
.AnyTagClassName
{
color: #D39BCD;
}
</style>
background-color css
<style>
a { background-color: #D39BCD; }
a { background-color: rgb(211,155,205); }
div.DivClassName
{
background-color: #D39BCD;
}
.BgClassName
{
background-color: #D39BCD;
}
</style>
border-color css
<style>
span { border-color: #D39BCD; }
span { border-color: rgb(211,155,205); }
td.TdClassName
{
border-color: #D39BCD;
}
.TagClassName
{
border-color: #D39BCD;
}
</style>