Shades of Cabaret #DB4962
Tints of Cabaret #DB4962
RGB
CMYK
RGB Variations
Color information
#DB4962 (or 0xDB4962) is known color: Cabaret. HEX triplet: DB, 49 and 62. RGB value is (219,73,98). Sum of RGB (Red+Green+Blue) = 219+73+98=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4962 is #24B69D. Grayscale: #777777. Windows color (decimal): -2406046 or 6441435. OLE color: 6441435.
HSL color Cylindrical-coordinate representation of color #DB4962: hue angle of 349.73º 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 #DB4962 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 98 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.14 |
| HSL | 349.73º | 0.67% | 0.57% | - |
| HSV(B) | 349.73º | 0.67% | 0.86% | - |
| XYZ | 33.8 | 20.71 | 13.77 | - |
| YUV | 119.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 98 | 0 | 0.67 | 0.55 | 0.14 | 349.73 | 0.67 | 0.57 |
| Hex | DB | 49 | 62 | 0 | 43 | 37 | E | 15E | 43 | 39 |
| Octal | 333 | 111 | 142 | 0 | 103 | 67 | 16 | 536 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1100010 | 0 | 1000011 | 110111 | 1110 | 101011110 | 1000011 | 111001 |
Color Harmonies of #DB4962
Complementary color
Monochromatic Colors of #DB4962
Black with #DB4962
Text Example
Text Example
White with #DB4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4962; }
p { color: rgb(219,73,98); }
H1.HeaderClassName
{
color: #DB4962;
}
.AnyTagClassName
{
color: #DB4962;
}
</style>
background-color css
<style>
a { background-color: #DB4962; }
a { background-color: rgb(219,73,98); }
div.DivClassName
{
background-color: #DB4962;
}
.BgClassName
{
background-color: #DB4962;
}
</style>
border-color css
<style>
span { border-color: #DB4962; }
span { border-color: rgb(219,73,98); }
td.TdClassName
{
border-color: #DB4962;
}
.TagClassName
{
border-color: #DB4962;
}
</style>