Shades of Cabaret #DE596C
Tints of Cabaret #DE596C
RGB
CMYK
RGB Variations
Color information
#DE596C (or 0xDE596C) is known color: Cabaret. HEX triplet: DE, 59 and 6C. RGB value is (222,89,108). Sum of RGB (Red+Green+Blue) = 222+89+108=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE596C is #21A693. Grayscale: #828282. Windows color (decimal): -2205332 or 7100894. OLE color: 7100894.
HSL color Cylindrical-coordinate representation of color #DE596C: hue angle of 351.43º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE596C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 108 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.13 |
| HSL | 351.43º | 0.67% | 0.61% | - |
| HSV(B) | 351.43º | 0.6% | 0.87% | - |
| XYZ | 36.4 | 23.76 | 16.85 | - |
| YUV | 130.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 108 | 0 | 0.60 | 0.51 | 0.13 | 351.43 | 0.67 | 0.61 |
| Hex | DE | 59 | 6C | 0 | 3C | 33 | D | 15F | 43 | 3D |
| Octal | 336 | 131 | 154 | 0 | 74 | 63 | 15 | 537 | 103 | 75 |
| Binary | 11011110 | 1011001 | 1101100 | 0 | 111100 | 110011 | 1101 | 101011111 | 1000011 | 111101 |
Color Harmonies of #DE596C
Complementary color
Monochromatic Colors of #DE596C
Black with #DE596C
Text Example
Text Example
White with #DE596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE596C; }
p { color: rgb(222,89,108); }
H1.HeaderClassName
{
color: #DE596C;
}
.AnyTagClassName
{
color: #DE596C;
}
</style>
background-color css
<style>
a { background-color: #DE596C; }
a { background-color: rgb(222,89,108); }
div.DivClassName
{
background-color: #DE596C;
}
.BgClassName
{
background-color: #DE596C;
}
</style>
border-color css
<style>
span { border-color: #DE596C; }
span { border-color: rgb(222,89,108); }
td.TdClassName
{
border-color: #DE596C;
}
.TagClassName
{
border-color: #DE596C;
}
</style>