Shades of Cabaret #DB4768
Tints of Cabaret #DB4768
RGB
CMYK
RGB Variations
Color information
#DB4768 (or 0xDB4768) is known color: Cabaret. HEX triplet: DB, 47 and 68. RGB value is (219,71,104). Sum of RGB (Red+Green+Blue) = 219+71+104=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4768 is #24B897. Grayscale: #777777. Windows color (decimal): -2406552 or 6834139. OLE color: 6834139.
HSL color Cylindrical-coordinate representation of color #DB4768: hue angle of 346.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4768 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 104 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.14 |
| HSL | 346.62º | 0.67% | 0.57% | - |
| HSV(B) | 346.62º | 0.68% | 0.86% | - |
| XYZ | 33.97 | 20.57 | 15.28 | - |
| YUV | 119.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 104 | 0 | 0.68 | 0.53 | 0.14 | 346.62 | 0.67 | 0.57 |
| Hex | DB | 47 | 68 | 0 | 44 | 35 | E | 15B | 43 | 39 |
| Octal | 333 | 107 | 150 | 0 | 104 | 65 | 16 | 533 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1101000 | 0 | 1000100 | 110101 | 1110 | 101011011 | 1000011 | 111001 |
Color Harmonies of #DB4768
Complementary color
Monochromatic Colors of #DB4768
Black with #DB4768
Text Example
Text Example
White with #DB4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4768; }
p { color: rgb(219,71,104); }
H1.HeaderClassName
{
color: #DB4768;
}
.AnyTagClassName
{
color: #DB4768;
}
</style>
background-color css
<style>
a { background-color: #DB4768; }
a { background-color: rgb(219,71,104); }
div.DivClassName
{
background-color: #DB4768;
}
.BgClassName
{
background-color: #DB4768;
}
</style>
border-color css
<style>
span { border-color: #DB4768; }
span { border-color: rgb(219,71,104); }
td.TdClassName
{
border-color: #DB4768;
}
.TagClassName
{
border-color: #DB4768;
}
</style>