Shades of Cabaret #DB4764
Tints of Cabaret #DB4764
RGB
CMYK
RGB Variations
Color information
#DB4764 (or 0xDB4764) is known color: Cabaret. HEX triplet: DB, 47 and 64. RGB value is (219,71,100). Sum of RGB (Red+Green+Blue) = 219+71+100=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4764 is #24B89B. Grayscale: #767676. Windows color (decimal): -2406556 or 6571995. OLE color: 6571995.
HSL color Cylindrical-coordinate representation of color #DB4764: hue angle of 348.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4764 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 100 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.14 |
| HSL | 348.24º | 0.67% | 0.57% | - |
| HSV(B) | 348.24º | 0.68% | 0.86% | - |
| XYZ | 33.77 | 20.49 | 14.23 | - |
| YUV | 118.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 100 | 0 | 0.68 | 0.54 | 0.14 | 348.24 | 0.67 | 0.57 |
| Hex | DB | 47 | 64 | 0 | 44 | 36 | E | 15C | 43 | 39 |
| Octal | 333 | 107 | 144 | 0 | 104 | 66 | 16 | 534 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1100100 | 0 | 1000100 | 110110 | 1110 | 101011100 | 1000011 | 111001 |
Color Harmonies of #DB4764
Complementary color
Monochromatic Colors of #DB4764
Black with #DB4764
Text Example
Text Example
White with #DB4764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4764; }
p { color: rgb(219,71,100); }
H1.HeaderClassName
{
color: #DB4764;
}
.AnyTagClassName
{
color: #DB4764;
}
</style>
background-color css
<style>
a { background-color: #DB4764; }
a { background-color: rgb(219,71,100); }
div.DivClassName
{
background-color: #DB4764;
}
.BgClassName
{
background-color: #DB4764;
}
</style>
border-color css
<style>
span { border-color: #DB4764; }
span { border-color: rgb(219,71,100); }
td.TdClassName
{
border-color: #DB4764;
}
.TagClassName
{
border-color: #DB4764;
}
</style>