Shades of Cabaret #DB4D69
Tints of Cabaret #DB4D69
RGB
CMYK
RGB Variations
Color information
#DB4D69 (or 0xDB4D69) is known color: Cabaret. HEX triplet: DB, 4D and 69. RGB value is (219,77,105). Sum of RGB (Red+Green+Blue) = 219+77+105=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4D69 is #24B296. Grayscale: #7A7A7A. Windows color (decimal): -2405015 or 6901211. OLE color: 6901211.
HSL color Cylindrical-coordinate representation of color #DB4D69: hue angle of 348.17º degrees, saturation: 0.66, 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 #DB4D69 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 105 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.14 |
| HSL | 348.17º | 0.66% | 0.58% | - |
| HSV(B) | 348.17º | 0.65% | 0.86% | - |
| XYZ | 34.42 | 21.39 | 15.68 | - |
| YUV | 122.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 105 | 0 | 0.65 | 0.52 | 0.14 | 348.17 | 0.66 | 0.58 |
| Hex | DB | 4D | 69 | 0 | 41 | 34 | E | 15C | 42 | 3A |
| Octal | 333 | 115 | 151 | 0 | 101 | 64 | 16 | 534 | 102 | 72 |
| Binary | 11011011 | 1001101 | 1101001 | 0 | 1000001 | 110100 | 1110 | 101011100 | 1000010 | 111010 |
Color Harmonies of #DB4D69
Complementary color
Monochromatic Colors of #DB4D69
Black with #DB4D69
Text Example
Text Example
White with #DB4D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D69; }
p { color: rgb(219,77,105); }
H1.HeaderClassName
{
color: #DB4D69;
}
.AnyTagClassName
{
color: #DB4D69;
}
</style>
background-color css
<style>
a { background-color: #DB4D69; }
a { background-color: rgb(219,77,105); }
div.DivClassName
{
background-color: #DB4D69;
}
.BgClassName
{
background-color: #DB4D69;
}
</style>
border-color css
<style>
span { border-color: #DB4D69; }
span { border-color: rgb(219,77,105); }
td.TdClassName
{
border-color: #DB4D69;
}
.TagClassName
{
border-color: #DB4D69;
}
</style>