Shades of Cabaret #DB4A63
Tints of Cabaret #DB4A63
RGB
CMYK
RGB Variations
Color information
#DB4A63 (or 0xDB4A63) is known color: Cabaret. HEX triplet: DB, 4A and 63. RGB value is (219,74,99). Sum of RGB (Red+Green+Blue) = 219+74+99=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4A63 is #24B59C. Grayscale: #787878. Windows color (decimal): -2405789 or 6507227. OLE color: 6507227.
HSL color Cylindrical-coordinate representation of color #DB4A63: hue angle of 349.66º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4A63 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 99 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.14 |
| HSL | 349.66º | 0.67% | 0.57% | - |
| HSV(B) | 349.66º | 0.66% | 0.86% | - |
| XYZ | 33.91 | 20.86 | 14.04 | - |
| YUV | 120.21 | 116.04 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 99 | 0 | 0.66 | 0.55 | 0.14 | 349.66 | 0.67 | 0.57 |
| Hex | DB | 4A | 63 | 0 | 42 | 37 | E | 15E | 43 | 39 |
| Octal | 333 | 112 | 143 | 0 | 102 | 67 | 16 | 536 | 103 | 71 |
| Binary | 11011011 | 1001010 | 1100011 | 0 | 1000010 | 110111 | 1110 | 101011110 | 1000011 | 111001 |
Color Harmonies of #DB4A63
Complementary color
Monochromatic Colors of #DB4A63
Black with #DB4A63
Text Example
Text Example
White with #DB4A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A63; }
p { color: rgb(219,74,99); }
H1.HeaderClassName
{
color: #DB4A63;
}
.AnyTagClassName
{
color: #DB4A63;
}
</style>
background-color css
<style>
a { background-color: #DB4A63; }
a { background-color: rgb(219,74,99); }
div.DivClassName
{
background-color: #DB4A63;
}
.BgClassName
{
background-color: #DB4A63;
}
</style>
border-color css
<style>
span { border-color: #DB4A63; }
span { border-color: rgb(219,74,99); }
td.TdClassName
{
border-color: #DB4A63;
}
.TagClassName
{
border-color: #DB4A63;
}
</style>