Shades of Cabaret #DB4B6A
Tints of Cabaret #DB4B6A
RGB
CMYK
RGB Variations
Color information
#DB4B6A (or 0xDB4B6A) is known color: Cabaret. HEX triplet: DB, 4B and 6A. RGB value is (219,75,106). Sum of RGB (Red+Green+Blue) = 219+75+106=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4B6A is #24B495. Grayscale: #797979. Windows color (decimal): -2405526 or 6966235. OLE color: 6966235.
HSL color Cylindrical-coordinate representation of color #DB4B6A: hue angle of 347.08º 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 #DB4B6A is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 106 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.14 |
| HSL | 347.08º | 0.67% | 0.58% | - |
| HSV(B) | 347.08º | 0.66% | 0.86% | - |
| XYZ | 34.33 | 21.13 | 15.91 | - |
| YUV | 121.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 106 | 0 | 0.66 | 0.52 | 0.14 | 347.08 | 0.67 | 0.58 |
| Hex | DB | 4B | 6A | 0 | 42 | 34 | E | 15B | 43 | 3A |
| Octal | 333 | 113 | 152 | 0 | 102 | 64 | 16 | 533 | 103 | 72 |
| Binary | 11011011 | 1001011 | 1101010 | 0 | 1000010 | 110100 | 1110 | 101011011 | 1000011 | 111010 |
Color Harmonies of #DB4B6A
Complementary color
Monochromatic Colors of #DB4B6A
Black with #DB4B6A
Text Example
Text Example
White with #DB4B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B6A; }
p { color: rgb(219,75,106); }
H1.HeaderClassName
{
color: #DB4B6A;
}
.AnyTagClassName
{
color: #DB4B6A;
}
</style>
background-color css
<style>
a { background-color: #DB4B6A; }
a { background-color: rgb(219,75,106); }
div.DivClassName
{
background-color: #DB4B6A;
}
.BgClassName
{
background-color: #DB4B6A;
}
</style>
border-color css
<style>
span { border-color: #DB4B6A; }
span { border-color: rgb(219,75,106); }
td.TdClassName
{
border-color: #DB4B6A;
}
.TagClassName
{
border-color: #DB4B6A;
}
</style>