Shades of Lilac #D59CCA
Tints of Lilac #D59CCA
RGB
CMYK
RGB Variations
Color information
#D59CCA (or 0xD59CCA) is known color: Lilac. HEX triplet: D5, 9C and CA. RGB value is (213,156,202). Sum of RGB (Red+Green+Blue) = 213+156+202=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CCA is #2A6335. Grayscale: #B2B2B2. Windows color (decimal): -2777910 or 13278421. OLE color: 13278421.
HSL color Cylindrical-coordinate representation of color #D59CCA: hue angle of 311.58º 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 #D59CCA is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 202 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.16 |
| HSL | 311.58º | 0.4% | 0.72% | - |
| HSV(B) | 311.58º | 0.27% | 0.84% | - |
| XYZ | 49.99 | 42.19 | 61.39 | - |
| YUV | 178.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 202 | 0 | 0.27 | 0.05 | 0.16 | 311.58 | 0.4 | 0.72 |
| Hex | D5 | 9C | CA | 0 | 1B | 5 | 10 | 138 | 28 | 48 |
| Octal | 325 | 234 | 312 | 0 | 33 | 5 | 20 | 470 | 50 | 110 |
| Binary | 11010101 | 10011100 | 11001010 | 0 | 11011 | 101 | 10000 | 100111000 | 101000 | 1001000 |
Color Harmonies of #D59CCA
Complementary color
Monochromatic Colors of #D59CCA
Black with #D59CCA
Text Example
Text Example
White with #D59CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CCA; }
p { color: rgb(213,156,202); }
H1.HeaderClassName
{
color: #D59CCA;
}
.AnyTagClassName
{
color: #D59CCA;
}
</style>
background-color css
<style>
a { background-color: #D59CCA; }
a { background-color: rgb(213,156,202); }
div.DivClassName
{
background-color: #D59CCA;
}
.BgClassName
{
background-color: #D59CCA;
}
</style>
border-color css
<style>
span { border-color: #D59CCA; }
span { border-color: rgb(213,156,202); }
td.TdClassName
{
border-color: #D59CCA;
}
.TagClassName
{
border-color: #D59CCA;
}
</style>