Shades of Lilac #D596CB
Tints of Lilac #D596CB
RGB
CMYK
RGB Variations
Color information
#D596CB (or 0xD596CB) is known color: Lilac. HEX triplet: D5, 96 and CB. RGB value is (213,150,203). Sum of RGB (Red+Green+Blue) = 213+150+203=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D596CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596CB is #2A6934. Grayscale: #AEAEAE. Windows color (decimal): -2779445 or 13342421. OLE color: 13342421.
HSL color Cylindrical-coordinate representation of color #D596CB: hue angle of 309.52º 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 #D596CB is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 203 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.16 |
| HSL | 309.52º | 0.43% | 0.71% | - |
| HSV(B) | 309.52º | 0.3% | 0.84% | - |
| XYZ | 49.13 | 40.27 | 61.68 | - |
| YUV | 174.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 203 | 0 | 0.30 | 0.05 | 0.16 | 309.52 | 0.43 | 0.71 |
| Hex | D5 | 96 | CB | 0 | 1E | 5 | 10 | 136 | 2B | 47 |
| Octal | 325 | 226 | 313 | 0 | 36 | 5 | 20 | 466 | 53 | 107 |
| Binary | 11010101 | 10010110 | 11001011 | 0 | 11110 | 101 | 10000 | 100110110 | 101011 | 1000111 |
Color Harmonies of #D596CB
Complementary color
Monochromatic Colors of #D596CB
Black with #D596CB
Text Example
Text Example
White with #D596CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596CB; }
p { color: rgb(213,150,203); }
H1.HeaderClassName
{
color: #D596CB;
}
.AnyTagClassName
{
color: #D596CB;
}
</style>
background-color css
<style>
a { background-color: #D596CB; }
a { background-color: rgb(213,150,203); }
div.DivClassName
{
background-color: #D596CB;
}
.BgClassName
{
background-color: #D596CB;
}
</style>
border-color css
<style>
span { border-color: #D596CB; }
span { border-color: rgb(213,150,203); }
td.TdClassName
{
border-color: #D596CB;
}
.TagClassName
{
border-color: #D596CB;
}
</style>