Shades of Lilac #D59CC9
Tints of Lilac #D59CC9
RGB
CMYK
RGB Variations
Color information
#D59CC9 (or 0xD59CC9) is known color: Lilac. HEX triplet: D5, 9C and C9. RGB value is (213,156,201). Sum of RGB (Red+Green+Blue) = 213+156+201=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CC9 is #2A6336. Grayscale: #B2B2B2. Windows color (decimal): -2777911 or 13212885. OLE color: 13212885.
HSL color Cylindrical-coordinate representation of color #D59CC9: hue angle of 312.63º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59CC9 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 201 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.16 |
| HSL | 312.63º | 0.4% | 0.72% | - |
| HSV(B) | 312.63º | 0.27% | 0.84% | - |
| XYZ | 49.87 | 42.14 | 60.76 | - |
| YUV | 178.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 201 | 0 | 0.27 | 0.06 | 0.16 | 312.63 | 0.4 | 0.72 |
| Hex | D5 | 9C | C9 | 0 | 1B | 6 | 10 | 139 | 28 | 48 |
| Octal | 325 | 234 | 311 | 0 | 33 | 6 | 20 | 471 | 50 | 110 |
| Binary | 11010101 | 10011100 | 11001001 | 0 | 11011 | 110 | 10000 | 100111001 | 101000 | 1001000 |
Color Harmonies of #D59CC9
Complementary color
Monochromatic Colors of #D59CC9
Black with #D59CC9
Text Example
Text Example
White with #D59CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CC9; }
p { color: rgb(213,156,201); }
H1.HeaderClassName
{
color: #D59CC9;
}
.AnyTagClassName
{
color: #D59CC9;
}
</style>
background-color css
<style>
a { background-color: #D59CC9; }
a { background-color: rgb(213,156,201); }
div.DivClassName
{
background-color: #D59CC9;
}
.BgClassName
{
background-color: #D59CC9;
}
</style>
border-color css
<style>
span { border-color: #D59CC9; }
span { border-color: rgb(213,156,201); }
td.TdClassName
{
border-color: #D59CC9;
}
.TagClassName
{
border-color: #D59CC9;
}
</style>