Shades of Cabaret #DB586E
Tints of Cabaret #DB586E
RGB
CMYK
RGB Variations
Color information
#DB586E (or 0xDB586E) is known color: Cabaret. HEX triplet: DB, 58 and 6E. RGB value is (219,88,110). Sum of RGB (Red+Green+Blue) = 219+88+110=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB586E is #24A791. Grayscale: #818181. Windows color (decimal): -2402194 or 7231707. OLE color: 7231707.
HSL color Cylindrical-coordinate representation of color #DB586E: hue angle of 349.92º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB586E is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 110 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.14 |
| HSL | 349.92º | 0.65% | 0.6% | - |
| HSV(B) | 349.92º | 0.6% | 0.86% | - |
| XYZ | 35.52 | 23.17 | 17.35 | - |
| YUV | 129.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 110 | 0 | 0.60 | 0.50 | 0.14 | 349.92 | 0.65 | 0.6 |
| Hex | DB | 58 | 6E | 0 | 3C | 32 | E | 15E | 41 | 3C |
| Octal | 333 | 130 | 156 | 0 | 74 | 62 | 16 | 536 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1101110 | 0 | 111100 | 110010 | 1110 | 101011110 | 1000001 | 111100 |
Color Harmonies of #DB586E
Complementary color
Monochromatic Colors of #DB586E
Black with #DB586E
Text Example
Text Example
White with #DB586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB586E; }
p { color: rgb(219,88,110); }
H1.HeaderClassName
{
color: #DB586E;
}
.AnyTagClassName
{
color: #DB586E;
}
</style>
background-color css
<style>
a { background-color: #DB586E; }
a { background-color: rgb(219,88,110); }
div.DivClassName
{
background-color: #DB586E;
}
.BgClassName
{
background-color: #DB586E;
}
</style>
border-color css
<style>
span { border-color: #DB586E; }
span { border-color: rgb(219,88,110); }
td.TdClassName
{
border-color: #DB586E;
}
.TagClassName
{
border-color: #DB586E;
}
</style>