Shades of Cabaret #DB4564
Tints of Cabaret #DB4564
RGB
CMYK
RGB Variations
Color information
#DB4564 (or 0xDB4564) is known color: Cabaret. HEX triplet: DB, 45 and 64. RGB value is (219,69,100). Sum of RGB (Red+Green+Blue) = 219+69+100=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4564 is #24BA9B. Grayscale: #757575. Windows color (decimal): -2407068 or 6571483. OLE color: 6571483.
HSL color Cylindrical-coordinate representation of color #DB4564: hue angle of 347.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4564 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 100 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.14 |
| HSL | 347.6º | 0.68% | 0.56% | - |
| HSV(B) | 347.6º | 0.68% | 0.86% | - |
| XYZ | 33.64 | 20.24 | 14.19 | - |
| YUV | 117.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 100 | 0 | 0.68 | 0.54 | 0.14 | 347.6 | 0.68 | 0.56 |
| Hex | DB | 45 | 64 | 0 | 44 | 36 | E | 15C | 44 | 38 |
| Octal | 333 | 105 | 144 | 0 | 104 | 66 | 16 | 534 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1100100 | 0 | 1000100 | 110110 | 1110 | 101011100 | 1000100 | 111000 |
Color Harmonies of #DB4564
Complementary color
Monochromatic Colors of #DB4564
Black with #DB4564
Text Example
Text Example
White with #DB4564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4564; }
p { color: rgb(219,69,100); }
H1.HeaderClassName
{
color: #DB4564;
}
.AnyTagClassName
{
color: #DB4564;
}
</style>
background-color css
<style>
a { background-color: #DB4564; }
a { background-color: rgb(219,69,100); }
div.DivClassName
{
background-color: #DB4564;
}
.BgClassName
{
background-color: #DB4564;
}
</style>
border-color css
<style>
span { border-color: #DB4564; }
span { border-color: rgb(219,69,100); }
td.TdClassName
{
border-color: #DB4564;
}
.TagClassName
{
border-color: #DB4564;
}
</style>