Shades of Cabaret #DD596E
Tints of Cabaret #DD596E
RGB
CMYK
RGB Variations
Color information
#DD596E (or 0xDD596E) is known color: Cabaret. HEX triplet: DD, 59 and 6E. RGB value is (221,89,110). Sum of RGB (Red+Green+Blue) = 221+89+110=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD596E is #22A691. Grayscale: #828282. Windows color (decimal): -2270866 or 7231965. OLE color: 7231965.
HSL color Cylindrical-coordinate representation of color #DD596E: hue angle of 350.45º degrees, saturation: 0.66, 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 #DD596E is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 110 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.13 |
| HSL | 350.45º | 0.66% | 0.61% | - |
| HSV(B) | 350.45º | 0.6% | 0.87% | - |
| XYZ | 36.21 | 23.64 | 17.41 | - |
| YUV | 130.86 | 116.23 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 110 | 0 | 0.60 | 0.50 | 0.13 | 350.45 | 0.66 | 0.61 |
| Hex | DD | 59 | 6E | 0 | 3C | 32 | D | 15E | 42 | 3D |
| Octal | 335 | 131 | 156 | 0 | 74 | 62 | 15 | 536 | 102 | 75 |
| Binary | 11011101 | 1011001 | 1101110 | 0 | 111100 | 110010 | 1101 | 101011110 | 1000010 | 111101 |
Color Harmonies of #DD596E
Complementary color
Monochromatic Colors of #DD596E
Black with #DD596E
Text Example
Text Example
White with #DD596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD596E; }
p { color: rgb(221,89,110); }
H1.HeaderClassName
{
color: #DD596E;
}
.AnyTagClassName
{
color: #DD596E;
}
</style>
background-color css
<style>
a { background-color: #DD596E; }
a { background-color: rgb(221,89,110); }
div.DivClassName
{
background-color: #DD596E;
}
.BgClassName
{
background-color: #DD596E;
}
</style>
border-color css
<style>
span { border-color: #DD596E; }
span { border-color: rgb(221,89,110); }
td.TdClassName
{
border-color: #DD596E;
}
.TagClassName
{
border-color: #DD596E;
}
</style>