Shades of Cabaret #DB5B6B
Tints of Cabaret #DB5B6B
RGB
CMYK
RGB Variations
Color information
#DB5B6B (or 0xDB5B6B) is known color: Cabaret. HEX triplet: DB, 5B and 6B. RGB value is (219,91,107). Sum of RGB (Red+Green+Blue) = 219+91+107=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5B6B is #24A494. Grayscale: #838383. Windows color (decimal): -2401429 or 7035867. OLE color: 7035867.
HSL color Cylindrical-coordinate representation of color #DB5B6B: hue angle of 352.5º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5B6B is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 107 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.14 |
| HSL | 352.5º | 0.64% | 0.61% | - |
| HSV(B) | 352.5º | 0.58% | 0.86% | - |
| XYZ | 35.61 | 23.6 | 16.59 | - |
| YUV | 131.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 107 | 0 | 0.58 | 0.51 | 0.14 | 352.5 | 0.64 | 0.61 |
| Hex | DB | 5B | 6B | 0 | 3A | 33 | E | 160 | 40 | 3D |
| Octal | 333 | 133 | 153 | 0 | 72 | 63 | 16 | 540 | 100 | 75 |
| Binary | 11011011 | 1011011 | 1101011 | 0 | 111010 | 110011 | 1110 | 101100000 | 1000000 | 111101 |
Color Harmonies of #DB5B6B
Complementary color
Monochromatic Colors of #DB5B6B
Black with #DB5B6B
Text Example
Text Example
White with #DB5B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B6B; }
p { color: rgb(219,91,107); }
H1.HeaderClassName
{
color: #DB5B6B;
}
.AnyTagClassName
{
color: #DB5B6B;
}
</style>
background-color css
<style>
a { background-color: #DB5B6B; }
a { background-color: rgb(219,91,107); }
div.DivClassName
{
background-color: #DB5B6B;
}
.BgClassName
{
background-color: #DB5B6B;
}
</style>
border-color css
<style>
span { border-color: #DB5B6B; }
span { border-color: rgb(219,91,107); }
td.TdClassName
{
border-color: #DB5B6B;
}
.TagClassName
{
border-color: #DB5B6B;
}
</style>