Shades of Cabaret #DB4968
Tints of Cabaret #DB4968
RGB
CMYK
RGB Variations
Color information
#DB4968 (or 0xDB4968) is known color: Cabaret. HEX triplet: DB, 49 and 68. RGB value is (219,73,104). Sum of RGB (Red+Green+Blue) = 219+73+104=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4968 is #24B697. Grayscale: #787878. Windows color (decimal): -2406040 or 6834651. OLE color: 6834651.
HSL color Cylindrical-coordinate representation of color #DB4968: hue angle of 347.26º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4968 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 104 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.14 |
| HSL | 347.26º | 0.67% | 0.57% | - |
| HSV(B) | 347.26º | 0.67% | 0.86% | - |
| XYZ | 34.09 | 20.82 | 15.32 | - |
| YUV | 120.19 | 118.87 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 104 | 0 | 0.67 | 0.53 | 0.14 | 347.26 | 0.67 | 0.57 |
| Hex | DB | 49 | 68 | 0 | 43 | 35 | E | 15B | 43 | 39 |
| Octal | 333 | 111 | 150 | 0 | 103 | 65 | 16 | 533 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1101000 | 0 | 1000011 | 110101 | 1110 | 101011011 | 1000011 | 111001 |
Color Harmonies of #DB4968
Complementary color
Monochromatic Colors of #DB4968
Black with #DB4968
Text Example
Text Example
White with #DB4968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4968; }
p { color: rgb(219,73,104); }
H1.HeaderClassName
{
color: #DB4968;
}
.AnyTagClassName
{
color: #DB4968;
}
</style>
background-color css
<style>
a { background-color: #DB4968; }
a { background-color: rgb(219,73,104); }
div.DivClassName
{
background-color: #DB4968;
}
.BgClassName
{
background-color: #DB4968;
}
</style>
border-color css
<style>
span { border-color: #DB4968; }
span { border-color: rgb(219,73,104); }
td.TdClassName
{
border-color: #DB4968;
}
.TagClassName
{
border-color: #DB4968;
}
</style>