Shades of Lilac #D59CCD
Tints of Lilac #D59CCD
RGB
CMYK
RGB Variations
Color information
#D59CCD (or 0xD59CCD) is known color: Lilac. HEX triplet: D5, 9C and CD. RGB value is (213,156,205). Sum of RGB (Red+Green+Blue) = 213+156+205=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CCD is #2A6332. Grayscale: #B2B2B2. Windows color (decimal): -2777907 or 13475029. OLE color: 13475029.
HSL color Cylindrical-coordinate representation of color #D59CCD: hue angle of 308.42º 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 #D59CCD is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 205 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.16 |
| HSL | 308.42º | 0.4% | 0.72% | - |
| HSV(B) | 308.42º | 0.27% | 0.84% | - |
| XYZ | 50.35 | 42.33 | 63.27 | - |
| YUV | 178.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 205 | 0 | 0.27 | 0.04 | 0.16 | 308.42 | 0.4 | 0.72 |
| Hex | D5 | 9C | CD | 0 | 1B | 4 | 10 | 134 | 28 | 48 |
| Octal | 325 | 234 | 315 | 0 | 33 | 4 | 20 | 464 | 50 | 110 |
| Binary | 11010101 | 10011100 | 11001101 | 0 | 11011 | 100 | 10000 | 100110100 | 101000 | 1001000 |
Color Harmonies of #D59CCD
Complementary color
Monochromatic Colors of #D59CCD
Black with #D59CCD
Text Example
Text Example
White with #D59CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CCD; }
p { color: rgb(213,156,205); }
H1.HeaderClassName
{
color: #D59CCD;
}
.AnyTagClassName
{
color: #D59CCD;
}
</style>
background-color css
<style>
a { background-color: #D59CCD; }
a { background-color: rgb(213,156,205); }
div.DivClassName
{
background-color: #D59CCD;
}
.BgClassName
{
background-color: #D59CCD;
}
</style>
border-color css
<style>
span { border-color: #D59CCD; }
span { border-color: rgb(213,156,205); }
td.TdClassName
{
border-color: #D59CCD;
}
.TagClassName
{
border-color: #D59CCD;
}
</style>