Shades of Cabaret #DB586F
Tints of Cabaret #DB586F
RGB
CMYK
RGB Variations
Color information
#DB586F (or 0xDB586F) is known color: Cabaret. HEX triplet: DB, 58 and 6F. RGB value is (219,88,111). Sum of RGB (Red+Green+Blue) = 219+88+111=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB586F is #24A790. Grayscale: #818181. Windows color (decimal): -2402193 or 7297243. OLE color: 7297243.
HSL color Cylindrical-coordinate representation of color #DB586F: hue angle of 349.47º 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 #DB586F is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 111 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.14 |
| HSL | 349.47º | 0.65% | 0.6% | - |
| HSV(B) | 349.47º | 0.6% | 0.86% | - |
| XYZ | 35.57 | 23.19 | 17.64 | - |
| YUV | 129.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 111 | 0 | 0.60 | 0.49 | 0.14 | 349.47 | 0.65 | 0.6 |
| Hex | DB | 58 | 6F | 0 | 3C | 31 | E | 15D | 41 | 3C |
| Octal | 333 | 130 | 157 | 0 | 74 | 61 | 16 | 535 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1101111 | 0 | 111100 | 110001 | 1110 | 101011101 | 1000001 | 111100 |
Color Harmonies of #DB586F
Complementary color
Monochromatic Colors of #DB586F
Black with #DB586F
Text Example
Text Example
White with #DB586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB586F; }
p { color: rgb(219,88,111); }
H1.HeaderClassName
{
color: #DB586F;
}
.AnyTagClassName
{
color: #DB586F;
}
</style>
background-color css
<style>
a { background-color: #DB586F; }
a { background-color: rgb(219,88,111); }
div.DivClassName
{
background-color: #DB586F;
}
.BgClassName
{
background-color: #DB586F;
}
</style>
border-color css
<style>
span { border-color: #DB586F; }
span { border-color: rgb(219,88,111); }
td.TdClassName
{
border-color: #DB586F;
}
.TagClassName
{
border-color: #DB586F;
}
</style>