Shades of Lilac #D39FCD
Tints of Lilac #D39FCD
RGB
CMYK
RGB Variations
Color information
#D39FCD (or 0xD39FCD) is known color: Lilac. HEX triplet: D3, 9F and CD. RGB value is (211,159,205). Sum of RGB (Red+Green+Blue) = 211+159+205=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 211 - color contains mainly: red. Hex color #D39FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FCD is #2C6032. Grayscale: #B3B3B3. Windows color (decimal): -2908211 or 13475795. OLE color: 13475795.
HSL color Cylindrical-coordinate representation of color #D39FCD: hue angle of 306.92º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D39FCD is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 159 | 205 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.17 |
| HSL | 306.92º | 0.37% | 0.73% | - |
| HSV(B) | 306.92º | 0.25% | 0.83% | - |
| XYZ | 50.28 | 43.05 | 63.42 | - |
| YUV | 179.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 205 | 0 | 0.25 | 0.03 | 0.17 | 306.92 | 0.37 | 0.73 |
| Hex | D3 | 9F | CD | 0 | 19 | 3 | 11 | 133 | 25 | 49 |
| Octal | 323 | 237 | 315 | 0 | 31 | 3 | 21 | 463 | 45 | 111 |
| Binary | 11010011 | 10011111 | 11001101 | 0 | 11001 | 11 | 10001 | 100110011 | 100101 | 1001001 |
Color Harmonies of #D39FCD
Complementary color
Monochromatic Colors of #D39FCD
Black with #D39FCD
Text Example
Text Example
White with #D39FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39FCD; }
p { color: rgb(211,159,205); }
H1.HeaderClassName
{
color: #D39FCD;
}
.AnyTagClassName
{
color: #D39FCD;
}
</style>
background-color css
<style>
a { background-color: #D39FCD; }
a { background-color: rgb(211,159,205); }
div.DivClassName
{
background-color: #D39FCD;
}
.BgClassName
{
background-color: #D39FCD;
}
</style>
border-color css
<style>
span { border-color: #D39FCD; }
span { border-color: rgb(211,159,205); }
td.TdClassName
{
border-color: #D39FCD;
}
.TagClassName
{
border-color: #D39FCD;
}
</style>