Shades of Cabaret #DB5668
Tints of Cabaret #DB5668
RGB
CMYK
RGB Variations
Color information
#DB5668 (or 0xDB5668) is known color: Cabaret. HEX triplet: DB, 56 and 68. RGB value is (219,86,104). Sum of RGB (Red+Green+Blue) = 219+86+104=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5668 is #24A997. Grayscale: #7F7F7F. Windows color (decimal): -2402712 or 6837979. OLE color: 6837979.
HSL color Cylindrical-coordinate representation of color #DB5668: hue angle of 351.88º 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 #DB5668 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 104 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.14 |
| HSL | 351.88º | 0.65% | 0.6% | - |
| HSV(B) | 351.88º | 0.61% | 0.86% | - |
| XYZ | 35.04 | 22.72 | 15.63 | - |
| YUV | 127.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 104 | 0 | 0.61 | 0.53 | 0.14 | 351.88 | 0.65 | 0.6 |
| Hex | DB | 56 | 68 | 0 | 3D | 35 | E | 160 | 41 | 3C |
| Octal | 333 | 126 | 150 | 0 | 75 | 65 | 16 | 540 | 101 | 74 |
| Binary | 11011011 | 1010110 | 1101000 | 0 | 111101 | 110101 | 1110 | 101100000 | 1000001 | 111100 |
Color Harmonies of #DB5668
Complementary color
Monochromatic Colors of #DB5668
Black with #DB5668
Text Example
Text Example
White with #DB5668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5668; }
p { color: rgb(219,86,104); }
H1.HeaderClassName
{
color: #DB5668;
}
.AnyTagClassName
{
color: #DB5668;
}
</style>
background-color css
<style>
a { background-color: #DB5668; }
a { background-color: rgb(219,86,104); }
div.DivClassName
{
background-color: #DB5668;
}
.BgClassName
{
background-color: #DB5668;
}
</style>
border-color css
<style>
span { border-color: #DB5668; }
span { border-color: rgb(219,86,104); }
td.TdClassName
{
border-color: #DB5668;
}
.TagClassName
{
border-color: #DB5668;
}
</style>