Shades of Cabaret #DB4864
Tints of Cabaret #DB4864
RGB
CMYK
RGB Variations
Color information
#DB4864 (or 0xDB4864) is known color: Cabaret. HEX triplet: DB, 48 and 64. RGB value is (219,72,100). Sum of RGB (Red+Green+Blue) = 219+72+100=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4864 is #24B79B. Grayscale: #777777. Windows color (decimal): -2406300 or 6572251. OLE color: 6572251.
HSL color Cylindrical-coordinate representation of color #DB4864: hue angle of 348.57º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4864 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 100 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.14 |
| HSL | 348.57º | 0.67% | 0.57% | - |
| HSV(B) | 348.57º | 0.67% | 0.86% | - |
| XYZ | 33.83 | 20.61 | 14.25 | - |
| YUV | 119.15 | 117.2 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 100 | 0 | 0.67 | 0.54 | 0.14 | 348.57 | 0.67 | 0.57 |
| Hex | DB | 48 | 64 | 0 | 43 | 36 | E | 15D | 43 | 39 |
| Octal | 333 | 110 | 144 | 0 | 103 | 66 | 16 | 535 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1100100 | 0 | 1000011 | 110110 | 1110 | 101011101 | 1000011 | 111001 |
Color Harmonies of #DB4864
Complementary color
Monochromatic Colors of #DB4864
Black with #DB4864
Text Example
Text Example
White with #DB4864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4864; }
p { color: rgb(219,72,100); }
H1.HeaderClassName
{
color: #DB4864;
}
.AnyTagClassName
{
color: #DB4864;
}
</style>
background-color css
<style>
a { background-color: #DB4864; }
a { background-color: rgb(219,72,100); }
div.DivClassName
{
background-color: #DB4864;
}
.BgClassName
{
background-color: #DB4864;
}
</style>
border-color css
<style>
span { border-color: #DB4864; }
span { border-color: rgb(219,72,100); }
td.TdClassName
{
border-color: #DB4864;
}
.TagClassName
{
border-color: #DB4864;
}
</style>