Shades of Cabaret #DB5E6B
Tints of Cabaret #DB5E6B
RGB
CMYK
RGB Variations
Color information
#DB5E6B (or 0xDB5E6B) is known color: Cabaret. HEX triplet: DB, 5E and 6B. RGB value is (219,94,107). Sum of RGB (Red+Green+Blue) = 219+94+107=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E6B is #24A194. Grayscale: #848484. Windows color (decimal): -2400661 or 7036635. OLE color: 7036635.
HSL color Cylindrical-coordinate representation of color #DB5E6B: hue angle of 353.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E6B is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 107 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.14 |
| HSL | 353.76º | 0.63% | 0.61% | - |
| HSV(B) | 353.76º | 0.57% | 0.86% | - |
| XYZ | 35.87 | 24.13 | 16.68 | - |
| YUV | 132.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 107 | 0 | 0.57 | 0.51 | 0.14 | 353.76 | 0.63 | 0.61 |
| Hex | DB | 5E | 6B | 0 | 39 | 33 | E | 162 | 3F | 3D |
| Octal | 333 | 136 | 153 | 0 | 71 | 63 | 16 | 542 | 77 | 75 |
| Binary | 11011011 | 1011110 | 1101011 | 0 | 111001 | 110011 | 1110 | 101100010 | 111111 | 111101 |
Color Harmonies of #DB5E6B
Complementary color
Monochromatic Colors of #DB5E6B
Black with #DB5E6B
Text Example
Text Example
White with #DB5E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E6B; }
p { color: rgb(219,94,107); }
H1.HeaderClassName
{
color: #DB5E6B;
}
.AnyTagClassName
{
color: #DB5E6B;
}
</style>
background-color css
<style>
a { background-color: #DB5E6B; }
a { background-color: rgb(219,94,107); }
div.DivClassName
{
background-color: #DB5E6B;
}
.BgClassName
{
background-color: #DB5E6B;
}
</style>
border-color css
<style>
span { border-color: #DB5E6B; }
span { border-color: rgb(219,94,107); }
td.TdClassName
{
border-color: #DB5E6B;
}
.TagClassName
{
border-color: #DB5E6B;
}
</style>