Shades of Cabaret #DB586C
Tints of Cabaret #DB586C
RGB
CMYK
RGB Variations
Color information
#DB586C (or 0xDB586C) is known color: Cabaret. HEX triplet: DB, 58 and 6C. RGB value is (219,88,108). Sum of RGB (Red+Green+Blue) = 219+88+108=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB586C is #24A793. Grayscale: #818181. Windows color (decimal): -2402196 or 7100635. OLE color: 7100635.
HSL color Cylindrical-coordinate representation of color #DB586C: hue angle of 350.84º 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 #DB586C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 108 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.14 |
| HSL | 350.84º | 0.65% | 0.6% | - |
| HSV(B) | 350.84º | 0.6% | 0.86% | - |
| XYZ | 35.41 | 23.12 | 16.78 | - |
| YUV | 129.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 108 | 0 | 0.60 | 0.51 | 0.14 | 350.84 | 0.65 | 0.6 |
| Hex | DB | 58 | 6C | 0 | 3C | 33 | E | 15F | 41 | 3C |
| Octal | 333 | 130 | 154 | 0 | 74 | 63 | 16 | 537 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1101100 | 0 | 111100 | 110011 | 1110 | 101011111 | 1000001 | 111100 |
Color Harmonies of #DB586C
Complementary color
Monochromatic Colors of #DB586C
Black with #DB586C
Text Example
Text Example
White with #DB586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB586C; }
p { color: rgb(219,88,108); }
H1.HeaderClassName
{
color: #DB586C;
}
.AnyTagClassName
{
color: #DB586C;
}
</style>
background-color css
<style>
a { background-color: #DB586C; }
a { background-color: rgb(219,88,108); }
div.DivClassName
{
background-color: #DB586C;
}
.BgClassName
{
background-color: #DB586C;
}
</style>
border-color css
<style>
span { border-color: #DB586C; }
span { border-color: rgb(219,88,108); }
td.TdClassName
{
border-color: #DB586C;
}
.TagClassName
{
border-color: #DB586C;
}
</style>