Shades of Cabaret #DE596A
Tints of Cabaret #DE596A
RGB
CMYK
RGB Variations
Color information
#DE596A (or 0xDE596A) is known color: Cabaret. HEX triplet: DE, 59 and 6A. RGB value is (222,89,106). Sum of RGB (Red+Green+Blue) = 222+89+106=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE596A is #21A695. Grayscale: #828282. Windows color (decimal): -2205334 or 6969822. OLE color: 6969822.
HSL color Cylindrical-coordinate representation of color #DE596A: hue angle of 352.33º 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 #DE596A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 106 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.13 |
| HSL | 352.33º | 0.67% | 0.61% | - |
| HSV(B) | 352.33º | 0.6% | 0.87% | - |
| XYZ | 36.3 | 23.71 | 16.3 | - |
| YUV | 130.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 106 | 0 | 0.60 | 0.52 | 0.13 | 352.33 | 0.67 | 0.61 |
| Hex | DE | 59 | 6A | 0 | 3C | 34 | D | 160 | 43 | 3D |
| Octal | 336 | 131 | 152 | 0 | 74 | 64 | 15 | 540 | 103 | 75 |
| Binary | 11011110 | 1011001 | 1101010 | 0 | 111100 | 110100 | 1101 | 101100000 | 1000011 | 111101 |
Color Harmonies of #DE596A
Complementary color
Monochromatic Colors of #DE596A
Black with #DE596A
Text Example
Text Example
White with #DE596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE596A; }
p { color: rgb(222,89,106); }
H1.HeaderClassName
{
color: #DE596A;
}
.AnyTagClassName
{
color: #DE596A;
}
</style>
background-color css
<style>
a { background-color: #DE596A; }
a { background-color: rgb(222,89,106); }
div.DivClassName
{
background-color: #DE596A;
}
.BgClassName
{
background-color: #DE596A;
}
</style>
border-color css
<style>
span { border-color: #DE596A; }
span { border-color: rgb(222,89,106); }
td.TdClassName
{
border-color: #DE596A;
}
.TagClassName
{
border-color: #DE596A;
}
</style>