Shades of Cabaret #DB596D
Tints of Cabaret #DB596D
RGB
CMYK
RGB Variations
Color information
#DB596D (or 0xDB596D) is known color: Cabaret. HEX triplet: DB, 59 and 6D. RGB value is (219,89,109). Sum of RGB (Red+Green+Blue) = 219+89+109=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB596D is #24A692. Grayscale: #828282. Windows color (decimal): -2401939 or 7166427. OLE color: 7166427.
HSL color Cylindrical-coordinate representation of color #DB596D: hue angle of 350.77º 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 #DB596D is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 109 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.14 |
| HSL | 350.77º | 0.64% | 0.6% | - |
| HSV(B) | 350.77º | 0.59% | 0.86% | - |
| XYZ | 35.55 | 23.31 | 17.09 | - |
| YUV | 130.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 109 | 0 | 0.59 | 0.50 | 0.14 | 350.77 | 0.64 | 0.6 |
| Hex | DB | 59 | 6D | 0 | 3B | 32 | E | 15F | 40 | 3C |
| Octal | 333 | 131 | 155 | 0 | 73 | 62 | 16 | 537 | 100 | 74 |
| Binary | 11011011 | 1011001 | 1101101 | 0 | 111011 | 110010 | 1110 | 101011111 | 1000000 | 111100 |
Color Harmonies of #DB596D
Complementary color
Monochromatic Colors of #DB596D
Black with #DB596D
Text Example
Text Example
White with #DB596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB596D; }
p { color: rgb(219,89,109); }
H1.HeaderClassName
{
color: #DB596D;
}
.AnyTagClassName
{
color: #DB596D;
}
</style>
background-color css
<style>
a { background-color: #DB596D; }
a { background-color: rgb(219,89,109); }
div.DivClassName
{
background-color: #DB596D;
}
.BgClassName
{
background-color: #DB596D;
}
</style>
border-color css
<style>
span { border-color: #DB596D; }
span { border-color: rgb(219,89,109); }
td.TdClassName
{
border-color: #DB596D;
}
.TagClassName
{
border-color: #DB596D;
}
</style>