Shades of Cabaret #DB556B
Tints of Cabaret #DB556B
RGB
CMYK
RGB Variations
Color information
#DB556B (or 0xDB556B) is known color: Cabaret. HEX triplet: DB, 55 and 6B. RGB value is (219,85,107). Sum of RGB (Red+Green+Blue) = 219+85+107=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB556B is #24AA94. Grayscale: #7F7F7F. Windows color (decimal): -2402965 or 7034331. OLE color: 7034331.
HSL color Cylindrical-coordinate representation of color #DB556B: hue angle of 350.15º 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 #DB556B is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 107 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.14 |
| HSL | 350.15º | 0.65% | 0.6% | - |
| HSV(B) | 350.15º | 0.61% | 0.86% | - |
| XYZ | 35.12 | 22.62 | 16.42 | - |
| YUV | 127.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 107 | 0 | 0.61 | 0.51 | 0.14 | 350.15 | 0.65 | 0.6 |
| Hex | DB | 55 | 6B | 0 | 3D | 33 | E | 15E | 41 | 3C |
| Octal | 333 | 125 | 153 | 0 | 75 | 63 | 16 | 536 | 101 | 74 |
| Binary | 11011011 | 1010101 | 1101011 | 0 | 111101 | 110011 | 1110 | 101011110 | 1000001 | 111100 |
Color Harmonies of #DB556B
Complementary color
Monochromatic Colors of #DB556B
Black with #DB556B
Text Example
Text Example
White with #DB556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB556B; }
p { color: rgb(219,85,107); }
H1.HeaderClassName
{
color: #DB556B;
}
.AnyTagClassName
{
color: #DB556B;
}
</style>
background-color css
<style>
a { background-color: #DB556B; }
a { background-color: rgb(219,85,107); }
div.DivClassName
{
background-color: #DB556B;
}
.BgClassName
{
background-color: #DB556B;
}
</style>
border-color css
<style>
span { border-color: #DB556B; }
span { border-color: rgb(219,85,107); }
td.TdClassName
{
border-color: #DB556B;
}
.TagClassName
{
border-color: #DB556B;
}
</style>