Shades of Cabaret #DB476A
Tints of Cabaret #DB476A
RGB
CMYK
RGB Variations
Color information
#DB476A (or 0xDB476A) is known color: Cabaret. HEX triplet: DB, 47 and 6A. RGB value is (219,71,106). Sum of RGB (Red+Green+Blue) = 219+71+106=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB476A is #24B895. Grayscale: #777777. Windows color (decimal): -2406550 or 6965211. OLE color: 6965211.
HSL color Cylindrical-coordinate representation of color #DB476A: hue angle of 345.81º 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 #DB476A is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 106 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.14 |
| HSL | 345.81º | 0.67% | 0.57% | - |
| HSV(B) | 345.81º | 0.68% | 0.86% | - |
| XYZ | 34.07 | 20.61 | 15.82 | - |
| YUV | 119.24 | 120.53 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 106 | 0 | 0.68 | 0.52 | 0.14 | 345.81 | 0.67 | 0.57 |
| Hex | DB | 47 | 6A | 0 | 44 | 34 | E | 15A | 43 | 39 |
| Octal | 333 | 107 | 152 | 0 | 104 | 64 | 16 | 532 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1101010 | 0 | 1000100 | 110100 | 1110 | 101011010 | 1000011 | 111001 |
Color Harmonies of #DB476A
Complementary color
Monochromatic Colors of #DB476A
Black with #DB476A
Text Example
Text Example
White with #DB476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB476A; }
p { color: rgb(219,71,106); }
H1.HeaderClassName
{
color: #DB476A;
}
.AnyTagClassName
{
color: #DB476A;
}
</style>
background-color css
<style>
a { background-color: #DB476A; }
a { background-color: rgb(219,71,106); }
div.DivClassName
{
background-color: #DB476A;
}
.BgClassName
{
background-color: #DB476A;
}
</style>
border-color css
<style>
span { border-color: #DB476A; }
span { border-color: rgb(219,71,106); }
td.TdClassName
{
border-color: #DB476A;
}
.TagClassName
{
border-color: #DB476A;
}
</style>