Shades of Lilac #D59FC9
Tints of Lilac #D59FC9
RGB
CMYK
RGB Variations
Color information
#D59FC9 (or 0xD59FC9) is known color: Lilac. HEX triplet: D5, 9F and C9. RGB value is (213,159,201). Sum of RGB (Red+Green+Blue) = 213+159+201=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FC9 is #2A6036. Grayscale: #B3B3B3. Windows color (decimal): -2777143 or 13213653. OLE color: 13213653.
HSL color Cylindrical-coordinate representation of color #D59FC9: hue angle of 313.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D59FC9 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 201 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.16 |
| HSL | 313.33º | 0.39% | 0.73% | - |
| HSV(B) | 313.33º | 0.25% | 0.84% | - |
| XYZ | 50.38 | 43.16 | 60.93 | - |
| YUV | 179.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 201 | 0 | 0.25 | 0.06 | 0.16 | 313.33 | 0.39 | 0.73 |
| Hex | D5 | 9F | C9 | 0 | 19 | 6 | 10 | 139 | 27 | 49 |
| Octal | 325 | 237 | 311 | 0 | 31 | 6 | 20 | 471 | 47 | 111 |
| Binary | 11010101 | 10011111 | 11001001 | 0 | 11001 | 110 | 10000 | 100111001 | 100111 | 1001001 |
Color Harmonies of #D59FC9
Complementary color
Monochromatic Colors of #D59FC9
Black with #D59FC9
Text Example
Text Example
White with #D59FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FC9; }
p { color: rgb(213,159,201); }
H1.HeaderClassName
{
color: #D59FC9;
}
.AnyTagClassName
{
color: #D59FC9;
}
</style>
background-color css
<style>
a { background-color: #D59FC9; }
a { background-color: rgb(213,159,201); }
div.DivClassName
{
background-color: #D59FC9;
}
.BgClassName
{
background-color: #D59FC9;
}
</style>
border-color css
<style>
span { border-color: #D59FC9; }
span { border-color: rgb(213,159,201); }
td.TdClassName
{
border-color: #D59FC9;
}
.TagClassName
{
border-color: #D59FC9;
}
</style>