Shades of Cabaret #DB596E
Tints of Cabaret #DB596E
RGB
CMYK
RGB Variations
Color information
#DB596E (or 0xDB596E) is known color: Cabaret. HEX triplet: DB, 59 and 6E. RGB value is (219,89,110). Sum of RGB (Red+Green+Blue) = 219+89+110=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB596E is #24A691. Grayscale: #828282. Windows color (decimal): -2401938 or 7231963. OLE color: 7231963.
HSL color Cylindrical-coordinate representation of color #DB596E: hue angle of 350.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB596E is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 110 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.14 |
| HSL | 350.31º | 0.64% | 0.6% | - |
| HSV(B) | 350.31º | 0.59% | 0.86% | - |
| XYZ | 35.6 | 23.33 | 17.38 | - |
| YUV | 130.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 110 | 0 | 0.59 | 0.50 | 0.14 | 350.31 | 0.64 | 0.6 |
| Hex | DB | 59 | 6E | 0 | 3B | 32 | E | 15E | 40 | 3C |
| Octal | 333 | 131 | 156 | 0 | 73 | 62 | 16 | 536 | 100 | 74 |
| Binary | 11011011 | 1011001 | 1101110 | 0 | 111011 | 110010 | 1110 | 101011110 | 1000000 | 111100 |
Color Harmonies of #DB596E
Complementary color
Monochromatic Colors of #DB596E
Black with #DB596E
Text Example
Text Example
White with #DB596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB596E; }
p { color: rgb(219,89,110); }
H1.HeaderClassName
{
color: #DB596E;
}
.AnyTagClassName
{
color: #DB596E;
}
</style>
background-color css
<style>
a { background-color: #DB596E; }
a { background-color: rgb(219,89,110); }
div.DivClassName
{
background-color: #DB596E;
}
.BgClassName
{
background-color: #DB596E;
}
</style>
border-color css
<style>
span { border-color: #DB596E; }
span { border-color: rgb(219,89,110); }
td.TdClassName
{
border-color: #DB596E;
}
.TagClassName
{
border-color: #DB596E;
}
</style>