Shades of Cabaret #DB4664
Tints of Cabaret #DB4664
RGB
CMYK
RGB Variations
Color information
#DB4664 (or 0xDB4664) is known color: Cabaret. HEX triplet: DB, 46 and 64. RGB value is (219,70,100). Sum of RGB (Red+Green+Blue) = 219+70+100=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4664 is #24B99B. Grayscale: #767676. Windows color (decimal): -2406812 or 6571739. OLE color: 6571739.
HSL color Cylindrical-coordinate representation of color #DB4664: hue angle of 347.92º 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 #DB4664 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 100 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.14 |
| HSL | 347.92º | 0.67% | 0.57% | - |
| HSV(B) | 347.92º | 0.68% | 0.86% | - |
| XYZ | 33.7 | 20.36 | 14.21 | - |
| YUV | 117.97 | 117.86 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 100 | 0 | 0.68 | 0.54 | 0.14 | 347.92 | 0.67 | 0.57 |
| Hex | DB | 46 | 64 | 0 | 44 | 36 | E | 15C | 43 | 39 |
| Octal | 333 | 106 | 144 | 0 | 104 | 66 | 16 | 534 | 103 | 71 |
| Binary | 11011011 | 1000110 | 1100100 | 0 | 1000100 | 110110 | 1110 | 101011100 | 1000011 | 111001 |
Color Harmonies of #DB4664
Complementary color
Monochromatic Colors of #DB4664
Black with #DB4664
Text Example
Text Example
White with #DB4664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4664; }
p { color: rgb(219,70,100); }
H1.HeaderClassName
{
color: #DB4664;
}
.AnyTagClassName
{
color: #DB4664;
}
</style>
background-color css
<style>
a { background-color: #DB4664; }
a { background-color: rgb(219,70,100); }
div.DivClassName
{
background-color: #DB4664;
}
.BgClassName
{
background-color: #DB4664;
}
</style>
border-color css
<style>
span { border-color: #DB4664; }
span { border-color: rgb(219,70,100); }
td.TdClassName
{
border-color: #DB4664;
}
.TagClassName
{
border-color: #DB4664;
}
</style>