Shades of Cabaret #DB546D
Tints of Cabaret #DB546D
RGB
CMYK
RGB Variations
Color information
#DB546D (or 0xDB546D) is known color: Cabaret. HEX triplet: DB, 54 and 6D. RGB value is (219,84,109). Sum of RGB (Red+Green+Blue) = 219+84+109=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB546D is #24AB92. Grayscale: #7F7F7F. Windows color (decimal): -2403219 or 7165147. OLE color: 7165147.
HSL color Cylindrical-coordinate representation of color #DB546D: hue angle of 348.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB546D is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 109 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.14 |
| HSL | 348.89º | 0.65% | 0.59% | - |
| HSV(B) | 348.89º | 0.62% | 0.86% | - |
| XYZ | 35.14 | 22.5 | 16.96 | - |
| YUV | 127.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 109 | 0 | 0.62 | 0.50 | 0.14 | 348.89 | 0.65 | 0.59 |
| Hex | DB | 54 | 6D | 0 | 3E | 32 | E | 15D | 41 | 3B |
| Octal | 333 | 124 | 155 | 0 | 76 | 62 | 16 | 535 | 101 | 73 |
| Binary | 11011011 | 1010100 | 1101101 | 0 | 111110 | 110010 | 1110 | 101011101 | 1000001 | 111011 |
Color Harmonies of #DB546D
Complementary color
Monochromatic Colors of #DB546D
Black with #DB546D
Text Example
Text Example
White with #DB546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB546D; }
p { color: rgb(219,84,109); }
H1.HeaderClassName
{
color: #DB546D;
}
.AnyTagClassName
{
color: #DB546D;
}
</style>
background-color css
<style>
a { background-color: #DB546D; }
a { background-color: rgb(219,84,109); }
div.DivClassName
{
background-color: #DB546D;
}
.BgClassName
{
background-color: #DB546D;
}
</style>
border-color css
<style>
span { border-color: #DB546D; }
span { border-color: rgb(219,84,109); }
td.TdClassName
{
border-color: #DB546D;
}
.TagClassName
{
border-color: #DB546D;
}
</style>