Shades of Cabaret #DB586B
Tints of Cabaret #DB586B
RGB
CMYK
RGB Variations
Color information
#DB586B (or 0xDB586B) is known color: Cabaret. HEX triplet: DB, 58 and 6B. RGB value is (219,88,107). Sum of RGB (Red+Green+Blue) = 219+88+107=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB586B is #24A794. Grayscale: #818181. Windows color (decimal): -2402197 or 7035099. OLE color: 7035099.
HSL color Cylindrical-coordinate representation of color #DB586B: hue angle of 351.3º 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 #DB586B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 107 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.14 |
| HSL | 351.3º | 0.65% | 0.6% | - |
| HSV(B) | 351.3º | 0.6% | 0.86% | - |
| XYZ | 35.36 | 23.1 | 16.51 | - |
| YUV | 129.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 107 | 0 | 0.60 | 0.51 | 0.14 | 351.3 | 0.65 | 0.6 |
| Hex | DB | 58 | 6B | 0 | 3C | 33 | E | 15F | 41 | 3C |
| Octal | 333 | 130 | 153 | 0 | 74 | 63 | 16 | 537 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1101011 | 0 | 111100 | 110011 | 1110 | 101011111 | 1000001 | 111100 |
Color Harmonies of #DB586B
Complementary color
Monochromatic Colors of #DB586B
Black with #DB586B
Text Example
Text Example
White with #DB586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB586B; }
p { color: rgb(219,88,107); }
H1.HeaderClassName
{
color: #DB586B;
}
.AnyTagClassName
{
color: #DB586B;
}
</style>
background-color css
<style>
a { background-color: #DB586B; }
a { background-color: rgb(219,88,107); }
div.DivClassName
{
background-color: #DB586B;
}
.BgClassName
{
background-color: #DB586B;
}
</style>
border-color css
<style>
span { border-color: #DB586B; }
span { border-color: rgb(219,88,107); }
td.TdClassName
{
border-color: #DB586B;
}
.TagClassName
{
border-color: #DB586B;
}
</style>