Shades of Cabaret #DB4C69
Tints of Cabaret #DB4C69
RGB
CMYK
RGB Variations
Color information
#DB4C69 (or 0xDB4C69) is known color: Cabaret. HEX triplet: DB, 4C and 69. RGB value is (219,76,105). Sum of RGB (Red+Green+Blue) = 219+76+105=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4C69 is #24B396. Grayscale: #7A7A7A. Windows color (decimal): -2405271 or 6900955. OLE color: 6900955.
HSL color Cylindrical-coordinate representation of color #DB4C69: hue angle of 347.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4C69 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 105 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.14 |
| HSL | 347.83º | 0.67% | 0.58% | - |
| HSV(B) | 347.83º | 0.65% | 0.86% | - |
| XYZ | 34.35 | 21.25 | 15.66 | - |
| YUV | 122.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 105 | 0 | 0.65 | 0.52 | 0.14 | 347.83 | 0.67 | 0.58 |
| Hex | DB | 4C | 69 | 0 | 41 | 34 | E | 15C | 43 | 3A |
| Octal | 333 | 114 | 151 | 0 | 101 | 64 | 16 | 534 | 103 | 72 |
| Binary | 11011011 | 1001100 | 1101001 | 0 | 1000001 | 110100 | 1110 | 101011100 | 1000011 | 111010 |
Color Harmonies of #DB4C69
Complementary color
Monochromatic Colors of #DB4C69
Black with #DB4C69
Text Example
Text Example
White with #DB4C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C69; }
p { color: rgb(219,76,105); }
H1.HeaderClassName
{
color: #DB4C69;
}
.AnyTagClassName
{
color: #DB4C69;
}
</style>
background-color css
<style>
a { background-color: #DB4C69; }
a { background-color: rgb(219,76,105); }
div.DivClassName
{
background-color: #DB4C69;
}
.BgClassName
{
background-color: #DB4C69;
}
</style>
border-color css
<style>
span { border-color: #DB4C69; }
span { border-color: rgb(219,76,105); }
td.TdClassName
{
border-color: #DB4C69;
}
.TagClassName
{
border-color: #DB4C69;
}
</style>