Shades of Cabaret #DB4E6A
Tints of Cabaret #DB4E6A
RGB
CMYK
RGB Variations
Color information
#DB4E6A (or 0xDB4E6A) is known color: Cabaret. HEX triplet: DB, 4E and 6A. RGB value is (219,78,106). Sum of RGB (Red+Green+Blue) = 219+78+106=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4E6A is #24B195. Grayscale: #7B7B7B. Windows color (decimal): -2404758 or 6967003. OLE color: 6967003.
HSL color Cylindrical-coordinate representation of color #DB4E6A: hue angle of 348.09º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4E6A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 106 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.14 |
| HSL | 348.09º | 0.66% | 0.58% | - |
| HSV(B) | 348.09º | 0.64% | 0.86% | - |
| XYZ | 34.54 | 21.55 | 15.97 | - |
| YUV | 123.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 106 | 0 | 0.64 | 0.52 | 0.14 | 348.09 | 0.66 | 0.58 |
| Hex | DB | 4E | 6A | 0 | 40 | 34 | E | 15C | 42 | 3A |
| Octal | 333 | 116 | 152 | 0 | 100 | 64 | 16 | 534 | 102 | 72 |
| Binary | 11011011 | 1001110 | 1101010 | 0 | 1000000 | 110100 | 1110 | 101011100 | 1000010 | 111010 |
Color Harmonies of #DB4E6A
Complementary color
Monochromatic Colors of #DB4E6A
Black with #DB4E6A
Text Example
Text Example
White with #DB4E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E6A; }
p { color: rgb(219,78,106); }
H1.HeaderClassName
{
color: #DB4E6A;
}
.AnyTagClassName
{
color: #DB4E6A;
}
</style>
background-color css
<style>
a { background-color: #DB4E6A; }
a { background-color: rgb(219,78,106); }
div.DivClassName
{
background-color: #DB4E6A;
}
.BgClassName
{
background-color: #DB4E6A;
}
</style>
border-color css
<style>
span { border-color: #DB4E6A; }
span { border-color: rgb(219,78,106); }
td.TdClassName
{
border-color: #DB4E6A;
}
.TagClassName
{
border-color: #DB4E6A;
}
</style>