Shades of Lilac #D59DCC
Tints of Lilac #D59DCC
RGB
CMYK
RGB Variations
Color information
#D59DCC (or 0xD59DCC) is known color: Lilac. HEX triplet: D5, 9D and CC. RGB value is (213,157,204). Sum of RGB (Red+Green+Blue) = 213+157+204=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DCC is #2A6233. Grayscale: #B2B2B2. Windows color (decimal): -2777652 or 13409749. OLE color: 13409749.
HSL color Cylindrical-coordinate representation of color #D59DCC: hue angle of 309.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DCC is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 204 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.16 |
| HSL | 309.64º | 0.4% | 0.73% | - |
| HSV(B) | 309.64º | 0.26% | 0.84% | - |
| XYZ | 50.4 | 42.62 | 62.7 | - |
| YUV | 179.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 204 | 0 | 0.26 | 0.04 | 0.16 | 309.64 | 0.4 | 0.73 |
| Hex | D5 | 9D | CC | 0 | 1A | 4 | 10 | 136 | 28 | 49 |
| Octal | 325 | 235 | 314 | 0 | 32 | 4 | 20 | 466 | 50 | 111 |
| Binary | 11010101 | 10011101 | 11001100 | 0 | 11010 | 100 | 10000 | 100110110 | 101000 | 1001001 |
Color Harmonies of #D59DCC
Complementary color
Monochromatic Colors of #D59DCC
Black with #D59DCC
Text Example
Text Example
White with #D59DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DCC; }
p { color: rgb(213,157,204); }
H1.HeaderClassName
{
color: #D59DCC;
}
.AnyTagClassName
{
color: #D59DCC;
}
</style>
background-color css
<style>
a { background-color: #D59DCC; }
a { background-color: rgb(213,157,204); }
div.DivClassName
{
background-color: #D59DCC;
}
.BgClassName
{
background-color: #D59DCC;
}
</style>
border-color css
<style>
span { border-color: #D59DCC; }
span { border-color: rgb(213,157,204); }
td.TdClassName
{
border-color: #D59DCC;
}
.TagClassName
{
border-color: #D59DCC;
}
</style>