Shades of Cabaret #DB546C
Tints of Cabaret #DB546C
RGB
CMYK
RGB Variations
Color information
#DB546C (or 0xDB546C) is known color: Cabaret. HEX triplet: DB, 54 and 6C. RGB value is (219,84,108). Sum of RGB (Red+Green+Blue) = 219+84+108=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB546C is #24AB93. Grayscale: #7F7F7F. Windows color (decimal): -2403220 or 7099611. OLE color: 7099611.
HSL color Cylindrical-coordinate representation of color #DB546C: hue angle of 349.33º 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 #DB546C is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 108 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.14 |
| HSL | 349.33º | 0.65% | 0.59% | - |
| HSV(B) | 349.33º | 0.62% | 0.86% | - |
| XYZ | 35.09 | 22.48 | 16.68 | - |
| YUV | 127.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 108 | 0 | 0.62 | 0.51 | 0.14 | 349.33 | 0.65 | 0.59 |
| Hex | DB | 54 | 6C | 0 | 3E | 33 | E | 15D | 41 | 3B |
| Octal | 333 | 124 | 154 | 0 | 76 | 63 | 16 | 535 | 101 | 73 |
| Binary | 11011011 | 1010100 | 1101100 | 0 | 111110 | 110011 | 1110 | 101011101 | 1000001 | 111011 |
Color Harmonies of #DB546C
Complementary color
Monochromatic Colors of #DB546C
Black with #DB546C
Text Example
Text Example
White with #DB546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB546C; }
p { color: rgb(219,84,108); }
H1.HeaderClassName
{
color: #DB546C;
}
.AnyTagClassName
{
color: #DB546C;
}
</style>
background-color css
<style>
a { background-color: #DB546C; }
a { background-color: rgb(219,84,108); }
div.DivClassName
{
background-color: #DB546C;
}
.BgClassName
{
background-color: #DB546C;
}
</style>
border-color css
<style>
span { border-color: #DB546C; }
span { border-color: rgb(219,84,108); }
td.TdClassName
{
border-color: #DB546C;
}
.TagClassName
{
border-color: #DB546C;
}
</style>