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