Shades of Cabaret #DB4B65
Tints of Cabaret #DB4B65
RGB
CMYK
RGB Variations
Color information
#DB4B65 (or 0xDB4B65) is known color: Cabaret. HEX triplet: DB, 4B and 65. RGB value is (219,75,101). Sum of RGB (Red+Green+Blue) = 219+75+101=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4B65 is #24B49A. Grayscale: #797979. Windows color (decimal): -2405531 or 6638555. OLE color: 6638555.
HSL color Cylindrical-coordinate representation of color #DB4B65: hue angle of 349.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4B65 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 101 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.14 |
| HSL | 349.17º | 0.67% | 0.58% | - |
| HSV(B) | 349.17º | 0.66% | 0.86% | - |
| XYZ | 34.08 | 21.03 | 14.58 | - |
| YUV | 121.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 101 | 0 | 0.66 | 0.54 | 0.14 | 349.17 | 0.67 | 0.58 |
| Hex | DB | 4B | 65 | 0 | 42 | 36 | E | 15D | 43 | 3A |
| Octal | 333 | 113 | 145 | 0 | 102 | 66 | 16 | 535 | 103 | 72 |
| Binary | 11011011 | 1001011 | 1100101 | 0 | 1000010 | 110110 | 1110 | 101011101 | 1000011 | 111010 |
Color Harmonies of #DB4B65
Complementary color
Monochromatic Colors of #DB4B65
Black with #DB4B65
Text Example
Text Example
White with #DB4B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B65; }
p { color: rgb(219,75,101); }
H1.HeaderClassName
{
color: #DB4B65;
}
.AnyTagClassName
{
color: #DB4B65;
}
</style>
background-color css
<style>
a { background-color: #DB4B65; }
a { background-color: rgb(219,75,101); }
div.DivClassName
{
background-color: #DB4B65;
}
.BgClassName
{
background-color: #DB4B65;
}
</style>
border-color css
<style>
span { border-color: #DB4B65; }
span { border-color: rgb(219,75,101); }
td.TdClassName
{
border-color: #DB4B65;
}
.TagClassName
{
border-color: #DB4B65;
}
</style>