Shades of Lilac #D596C9
Tints of Lilac #D596C9
RGB
CMYK
RGB Variations
Color information
#D596C9 (or 0xD596C9) is known color: Lilac. HEX triplet: D5, 96 and C9. RGB value is (213,150,201). Sum of RGB (Red+Green+Blue) = 213+150+201=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D596C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596C9 is #2A6936. Grayscale: #AEAEAE. Windows color (decimal): -2779447 or 13211349. OLE color: 13211349.
HSL color Cylindrical-coordinate representation of color #D596C9: hue angle of 311.43º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596C9 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 201 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.16 |
| HSL | 311.43º | 0.43% | 0.71% | - |
| HSV(B) | 311.43º | 0.3% | 0.84% | - |
| XYZ | 48.89 | 40.18 | 60.44 | - |
| YUV | 174.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 201 | 0 | 0.30 | 0.06 | 0.16 | 311.43 | 0.43 | 0.71 |
| Hex | D5 | 96 | C9 | 0 | 1E | 6 | 10 | 137 | 2B | 47 |
| Octal | 325 | 226 | 311 | 0 | 36 | 6 | 20 | 467 | 53 | 107 |
| Binary | 11010101 | 10010110 | 11001001 | 0 | 11110 | 110 | 10000 | 100110111 | 101011 | 1000111 |
Color Harmonies of #D596C9
Complementary color
Monochromatic Colors of #D596C9
Black with #D596C9
Text Example
Text Example
White with #D596C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596C9; }
p { color: rgb(213,150,201); }
H1.HeaderClassName
{
color: #D596C9;
}
.AnyTagClassName
{
color: #D596C9;
}
</style>
background-color css
<style>
a { background-color: #D596C9; }
a { background-color: rgb(213,150,201); }
div.DivClassName
{
background-color: #D596C9;
}
.BgClassName
{
background-color: #D596C9;
}
</style>
border-color css
<style>
span { border-color: #D596C9; }
span { border-color: rgb(213,150,201); }
td.TdClassName
{
border-color: #D596C9;
}
.TagClassName
{
border-color: #D596C9;
}
</style>