Shades of Lilac #D59AC9
Tints of Lilac #D59AC9
RGB
CMYK
RGB Variations
Color information
#D59AC9 (or 0xD59AC9) is known color: Lilac. HEX triplet: D5, 9A and C9. RGB value is (213,154,201). Sum of RGB (Red+Green+Blue) = 213+154+201=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AC9 is #2A6536. Grayscale: #B0B0B0. Windows color (decimal): -2778423 or 13212373. OLE color: 13212373.
HSL color Cylindrical-coordinate representation of color #D59AC9: hue angle of 312.2º 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 #D59AC9 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 201 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.16 |
| HSL | 312.2º | 0.41% | 0.72% | - |
| HSV(B) | 312.2º | 0.28% | 0.84% | - |
| XYZ | 49.54 | 41.47 | 60.65 | - |
| YUV | 177 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 201 | 0 | 0.28 | 0.06 | 0.16 | 312.2 | 0.41 | 0.72 |
| Hex | D5 | 9A | C9 | 0 | 1C | 6 | 10 | 138 | 29 | 48 |
| Octal | 325 | 232 | 311 | 0 | 34 | 6 | 20 | 470 | 51 | 110 |
| Binary | 11010101 | 10011010 | 11001001 | 0 | 11100 | 110 | 10000 | 100111000 | 101001 | 1001000 |
Color Harmonies of #D59AC9
Complementary color
Monochromatic Colors of #D59AC9
Black with #D59AC9
Text Example
Text Example
White with #D59AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AC9; }
p { color: rgb(213,154,201); }
H1.HeaderClassName
{
color: #D59AC9;
}
.AnyTagClassName
{
color: #D59AC9;
}
</style>
background-color css
<style>
a { background-color: #D59AC9; }
a { background-color: rgb(213,154,201); }
div.DivClassName
{
background-color: #D59AC9;
}
.BgClassName
{
background-color: #D59AC9;
}
</style>
border-color css
<style>
span { border-color: #D59AC9; }
span { border-color: rgb(213,154,201); }
td.TdClassName
{
border-color: #D59AC9;
}
.TagClassName
{
border-color: #D59AC9;
}
</style>