Shades of Lilac #D59CC7
Tints of Lilac #D59CC7
RGB
CMYK
RGB Variations
Color information
#D59CC7 (or 0xD59CC7) is known color: Lilac. HEX triplet: D5, 9C and C7. RGB value is (213,156,199). Sum of RGB (Red+Green+Blue) = 213+156+199=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CC7 is #2A6338. Grayscale: #B1B1B1. Windows color (decimal): -2777913 or 13081813. OLE color: 13081813.
HSL color Cylindrical-coordinate representation of color #D59CC7: hue angle of 314.74º 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 #D59CC7 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 199 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.16 |
| HSL | 314.74º | 0.4% | 0.72% | - |
| HSV(B) | 314.74º | 0.27% | 0.84% | - |
| XYZ | 49.64 | 42.05 | 59.53 | - |
| YUV | 177.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 199 | 0 | 0.27 | 0.07 | 0.16 | 314.74 | 0.4 | 0.72 |
| Hex | D5 | 9C | C7 | 0 | 1B | 7 | 10 | 13B | 28 | 48 |
| Octal | 325 | 234 | 307 | 0 | 33 | 7 | 20 | 473 | 50 | 110 |
| Binary | 11010101 | 10011100 | 11000111 | 0 | 11011 | 111 | 10000 | 100111011 | 101000 | 1001000 |
Color Harmonies of #D59CC7
Complementary color
Monochromatic Colors of #D59CC7
Black with #D59CC7
Text Example
Text Example
White with #D59CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CC7; }
p { color: rgb(213,156,199); }
H1.HeaderClassName
{
color: #D59CC7;
}
.AnyTagClassName
{
color: #D59CC7;
}
</style>
background-color css
<style>
a { background-color: #D59CC7; }
a { background-color: rgb(213,156,199); }
div.DivClassName
{
background-color: #D59CC7;
}
.BgClassName
{
background-color: #D59CC7;
}
</style>
border-color css
<style>
span { border-color: #D59CC7; }
span { border-color: rgb(213,156,199); }
td.TdClassName
{
border-color: #D59CC7;
}
.TagClassName
{
border-color: #D59CC7;
}
</style>