Shades of Cabaret #DB5268
Tints of Cabaret #DB5268
RGB
CMYK
RGB Variations
Color information
#DB5268 (or 0xDB5268) is known color: Cabaret. HEX triplet: DB, 52 and 68. RGB value is (219,82,104). Sum of RGB (Red+Green+Blue) = 219+82+104=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5268 is #24AD97. Grayscale: #7D7D7D. Windows color (decimal): -2403736 or 6836955. OLE color: 6836955.
HSL color Cylindrical-coordinate representation of color #DB5268: hue angle of 350.36º 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 #DB5268 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 104 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.14 |
| HSL | 350.37º | 0.66% | 0.59% | - |
| HSV(B) | 350.37º | 0.63% | 0.86% | - |
| XYZ | 34.73 | 22.09 | 15.53 | - |
| YUV | 125.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 104 | 0 | 0.63 | 0.53 | 0.14 | 350.37 | 0.66 | 0.59 |
| Hex | DB | 52 | 68 | 0 | 3F | 35 | E | 15E | 42 | 3B |
| Octal | 333 | 122 | 150 | 0 | 77 | 65 | 16 | 536 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1101000 | 0 | 111111 | 110101 | 1110 | 101011110 | 1000010 | 111011 |
Color Harmonies of #DB5268
Complementary color
Monochromatic Colors of #DB5268
Black with #DB5268
Text Example
Text Example
White with #DB5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5268; }
p { color: rgb(219,82,104); }
H1.HeaderClassName
{
color: #DB5268;
}
.AnyTagClassName
{
color: #DB5268;
}
</style>
background-color css
<style>
a { background-color: #DB5268; }
a { background-color: rgb(219,82,104); }
div.DivClassName
{
background-color: #DB5268;
}
.BgClassName
{
background-color: #DB5268;
}
</style>
border-color css
<style>
span { border-color: #DB5268; }
span { border-color: rgb(219,82,104); }
td.TdClassName
{
border-color: #DB5268;
}
.TagClassName
{
border-color: #DB5268;
}
</style>