Shades of Cabaret #DB566A
Tints of Cabaret #DB566A
RGB
CMYK
RGB Variations
Color information
#DB566A (or 0xDB566A) is known color: Cabaret. HEX triplet: DB, 56 and 6A. RGB value is (219,86,106). Sum of RGB (Red+Green+Blue) = 219+86+106=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB566A is #24A995. Grayscale: #808080. Windows color (decimal): -2402710 or 6969051. OLE color: 6969051.
HSL color Cylindrical-coordinate representation of color #DB566A: hue angle of 350.98º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB566A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 106 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.14 |
| HSL | 350.98º | 0.65% | 0.6% | - |
| HSV(B) | 350.98º | 0.61% | 0.86% | - |
| XYZ | 35.14 | 22.76 | 16.18 | - |
| YUV | 128.05 | 115.56 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 106 | 0 | 0.61 | 0.52 | 0.14 | 350.98 | 0.65 | 0.6 |
| Hex | DB | 56 | 6A | 0 | 3D | 34 | E | 15F | 41 | 3C |
| Octal | 333 | 126 | 152 | 0 | 75 | 64 | 16 | 537 | 101 | 74 |
| Binary | 11011011 | 1010110 | 1101010 | 0 | 111101 | 110100 | 1110 | 101011111 | 1000001 | 111100 |
Color Harmonies of #DB566A
Complementary color
Monochromatic Colors of #DB566A
Black with #DB566A
Text Example
Text Example
White with #DB566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB566A; }
p { color: rgb(219,86,106); }
H1.HeaderClassName
{
color: #DB566A;
}
.AnyTagClassName
{
color: #DB566A;
}
</style>
background-color css
<style>
a { background-color: #DB566A; }
a { background-color: rgb(219,86,106); }
div.DivClassName
{
background-color: #DB566A;
}
.BgClassName
{
background-color: #DB566A;
}
</style>
border-color css
<style>
span { border-color: #DB566A; }
span { border-color: rgb(219,86,106); }
td.TdClassName
{
border-color: #DB566A;
}
.TagClassName
{
border-color: #DB566A;
}
</style>