Shades of Cabaret #DB516D
Tints of Cabaret #DB516D
RGB
CMYK
RGB Variations
Color information
#DB516D (or 0xDB516D) is known color: Cabaret. HEX triplet: DB, 51 and 6D. RGB value is (219,81,109). Sum of RGB (Red+Green+Blue) = 219+81+109=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB516D is #24AE92. Grayscale: #7D7D7D. Windows color (decimal): -2403987 or 7164379. OLE color: 7164379.
HSL color Cylindrical-coordinate representation of color #DB516D: hue angle of 347.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB516D is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 109 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.14 |
| HSL | 347.83º | 0.66% | 0.59% | - |
| HSV(B) | 347.83º | 0.63% | 0.86% | - |
| XYZ | 34.92 | 22.05 | 16.88 | - |
| YUV | 125.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 109 | 0 | 0.63 | 0.50 | 0.14 | 347.83 | 0.66 | 0.59 |
| Hex | DB | 51 | 6D | 0 | 3F | 32 | E | 15C | 42 | 3B |
| Octal | 333 | 121 | 155 | 0 | 77 | 62 | 16 | 534 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1101101 | 0 | 111111 | 110010 | 1110 | 101011100 | 1000010 | 111011 |
Color Harmonies of #DB516D
Complementary color
Monochromatic Colors of #DB516D
Black with #DB516D
Text Example
Text Example
White with #DB516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB516D; }
p { color: rgb(219,81,109); }
H1.HeaderClassName
{
color: #DB516D;
}
.AnyTagClassName
{
color: #DB516D;
}
</style>
background-color css
<style>
a { background-color: #DB516D; }
a { background-color: rgb(219,81,109); }
div.DivClassName
{
background-color: #DB516D;
}
.BgClassName
{
background-color: #DB516D;
}
</style>
border-color css
<style>
span { border-color: #DB516D; }
span { border-color: rgb(219,81,109); }
td.TdClassName
{
border-color: #DB516D;
}
.TagClassName
{
border-color: #DB516D;
}
</style>