Shades of Lilac #D59ACE
Tints of Lilac #D59ACE
RGB
CMYK
RGB Variations
Color information
#D59ACE (or 0xD59ACE) is known color: Lilac. HEX triplet: D5, 9A and CE. RGB value is (213,154,206). Sum of RGB (Red+Green+Blue) = 213+154+206=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ACE is #2A6531. Grayscale: #B1B1B1. Windows color (decimal): -2778418 or 13540053. OLE color: 13540053.
HSL color Cylindrical-coordinate representation of color #D59ACE: hue angle of 307.12º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59ACE is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 206 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.16 |
| HSL | 307.12º | 0.41% | 0.72% | - |
| HSV(B) | 307.12º | 0.28% | 0.84% | - |
| XYZ | 50.14 | 41.71 | 63.8 | - |
| YUV | 177.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 206 | 0 | 0.28 | 0.03 | 0.16 | 307.12 | 0.41 | 0.72 |
| Hex | D5 | 9A | CE | 0 | 1C | 3 | 10 | 133 | 29 | 48 |
| Octal | 325 | 232 | 316 | 0 | 34 | 3 | 20 | 463 | 51 | 110 |
| Binary | 11010101 | 10011010 | 11001110 | 0 | 11100 | 11 | 10000 | 100110011 | 101001 | 1001000 |
Color Harmonies of #D59ACE
Complementary color
Monochromatic Colors of #D59ACE
Black with #D59ACE
Text Example
Text Example
White with #D59ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59ACE; }
p { color: rgb(213,154,206); }
H1.HeaderClassName
{
color: #D59ACE;
}
.AnyTagClassName
{
color: #D59ACE;
}
</style>
background-color css
<style>
a { background-color: #D59ACE; }
a { background-color: rgb(213,154,206); }
div.DivClassName
{
background-color: #D59ACE;
}
.BgClassName
{
background-color: #D59ACE;
}
</style>
border-color css
<style>
span { border-color: #D59ACE; }
span { border-color: rgb(213,154,206); }
td.TdClassName
{
border-color: #D59ACE;
}
.TagClassName
{
border-color: #D59ACE;
}
</style>