Shades of Cabaret #DB506C
Tints of Cabaret #DB506C
RGB
CMYK
RGB Variations
Color information
#DB506C (or 0xDB506C) is known color: Cabaret. HEX triplet: DB, 50 and 6C. RGB value is (219,80,108). Sum of RGB (Red+Green+Blue) = 219+80+108=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB506C is #24AF93. Grayscale: #7C7C7C. Windows color (decimal): -2404244 or 7098587. OLE color: 7098587.
HSL color Cylindrical-coordinate representation of color #DB506C: hue angle of 347.91º 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 #DB506C is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 108 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.14 |
| HSL | 347.91º | 0.66% | 0.59% | - |
| HSV(B) | 347.91º | 0.63% | 0.86% | - |
| XYZ | 34.79 | 21.88 | 16.58 | - |
| YUV | 124.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 108 | 0 | 0.63 | 0.51 | 0.14 | 347.91 | 0.66 | 0.59 |
| Hex | DB | 50 | 6C | 0 | 3F | 33 | E | 15C | 42 | 3B |
| Octal | 333 | 120 | 154 | 0 | 77 | 63 | 16 | 534 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1101100 | 0 | 111111 | 110011 | 1110 | 101011100 | 1000010 | 111011 |
Color Harmonies of #DB506C
Complementary color
Monochromatic Colors of #DB506C
Black with #DB506C
Text Example
Text Example
White with #DB506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB506C; }
p { color: rgb(219,80,108); }
H1.HeaderClassName
{
color: #DB506C;
}
.AnyTagClassName
{
color: #DB506C;
}
</style>
background-color css
<style>
a { background-color: #DB506C; }
a { background-color: rgb(219,80,108); }
div.DivClassName
{
background-color: #DB506C;
}
.BgClassName
{
background-color: #DB506C;
}
</style>
border-color css
<style>
span { border-color: #DB506C; }
span { border-color: rgb(219,80,108); }
td.TdClassName
{
border-color: #DB506C;
}
.TagClassName
{
border-color: #DB506C;
}
</style>