Shades of Cabaret #DB4B64
Tints of Cabaret #DB4B64
RGB
CMYK
RGB Variations
Color information
#DB4B64 (or 0xDB4B64) is known color: Cabaret. HEX triplet: DB, 4B and 64. RGB value is (219,75,100). Sum of RGB (Red+Green+Blue) = 219+75+100=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4B64 is #24B49B. Grayscale: #787878. Windows color (decimal): -2405532 or 6573019. OLE color: 6573019.
HSL color Cylindrical-coordinate representation of color #DB4B64: hue angle of 349.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4B64 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 100 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.14 |
| HSL | 349.58º | 0.67% | 0.58% | - |
| HSV(B) | 349.58º | 0.66% | 0.86% | - |
| XYZ | 34.03 | 21.01 | 14.32 | - |
| YUV | 120.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 100 | 0 | 0.66 | 0.54 | 0.14 | 349.58 | 0.67 | 0.58 |
| Hex | DB | 4B | 64 | 0 | 42 | 36 | E | 15E | 43 | 3A |
| Octal | 333 | 113 | 144 | 0 | 102 | 66 | 16 | 536 | 103 | 72 |
| Binary | 11011011 | 1001011 | 1100100 | 0 | 1000010 | 110110 | 1110 | 101011110 | 1000011 | 111010 |
Color Harmonies of #DB4B64
Complementary color
Monochromatic Colors of #DB4B64
Black with #DB4B64
Text Example
Text Example
White with #DB4B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B64; }
p { color: rgb(219,75,100); }
H1.HeaderClassName
{
color: #DB4B64;
}
.AnyTagClassName
{
color: #DB4B64;
}
</style>
background-color css
<style>
a { background-color: #DB4B64; }
a { background-color: rgb(219,75,100); }
div.DivClassName
{
background-color: #DB4B64;
}
.BgClassName
{
background-color: #DB4B64;
}
</style>
border-color css
<style>
span { border-color: #DB4B64; }
span { border-color: rgb(219,75,100); }
td.TdClassName
{
border-color: #DB4B64;
}
.TagClassName
{
border-color: #DB4B64;
}
</style>