Shades of Cabaret #DB5069
Tints of Cabaret #DB5069
RGB
CMYK
RGB Variations
Color information
#DB5069 (or 0xDB5069) is known color: Cabaret. HEX triplet: DB, 50 and 69. RGB value is (219,80,105). Sum of RGB (Red+Green+Blue) = 219+80+105=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5069 is #24AF96. Grayscale: #7C7C7C. Windows color (decimal): -2404247 or 6901979. OLE color: 6901979.
HSL color Cylindrical-coordinate representation of color #DB5069: hue angle of 349.21º 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 #DB5069 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 105 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.14 |
| HSL | 349.21º | 0.66% | 0.59% | - |
| HSV(B) | 349.21º | 0.63% | 0.86% | - |
| XYZ | 34.63 | 21.82 | 15.75 | - |
| YUV | 124.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 105 | 0 | 0.63 | 0.52 | 0.14 | 349.21 | 0.66 | 0.59 |
| Hex | DB | 50 | 69 | 0 | 3F | 34 | E | 15D | 42 | 3B |
| Octal | 333 | 120 | 151 | 0 | 77 | 64 | 16 | 535 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1101001 | 0 | 111111 | 110100 | 1110 | 101011101 | 1000010 | 111011 |
Color Harmonies of #DB5069
Complementary color
Monochromatic Colors of #DB5069
Black with #DB5069
Text Example
Text Example
White with #DB5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5069; }
p { color: rgb(219,80,105); }
H1.HeaderClassName
{
color: #DB5069;
}
.AnyTagClassName
{
color: #DB5069;
}
</style>
background-color css
<style>
a { background-color: #DB5069; }
a { background-color: rgb(219,80,105); }
div.DivClassName
{
background-color: #DB5069;
}
.BgClassName
{
background-color: #DB5069;
}
</style>
border-color css
<style>
span { border-color: #DB5069; }
span { border-color: rgb(219,80,105); }
td.TdClassName
{
border-color: #DB5069;
}
.TagClassName
{
border-color: #DB5069;
}
</style>