Shades of Cabaret #DB4563
Tints of Cabaret #DB4563
RGB
CMYK
RGB Variations
Color information
#DB4563 (or 0xDB4563) is known color: Cabaret. HEX triplet: DB, 45 and 63. RGB value is (219,69,99). Sum of RGB (Red+Green+Blue) = 219+69+99=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4563 is #24BA9C. Grayscale: #757575. Windows color (decimal): -2407069 or 6505947. OLE color: 6505947.
HSL color Cylindrical-coordinate representation of color #DB4563: hue angle of 348º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4563 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 99 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.14 |
| HSL | 348º | 0.68% | 0.56% | - |
| HSV(B) | 348º | 0.68% | 0.86% | - |
| XYZ | 33.59 | 20.22 | 13.94 | - |
| YUV | 117.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 99 | 0 | 0.68 | 0.55 | 0.14 | 348 | 0.68 | 0.56 |
| Hex | DB | 45 | 63 | 0 | 44 | 37 | E | 15C | 44 | 38 |
| Octal | 333 | 105 | 143 | 0 | 104 | 67 | 16 | 534 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1100011 | 0 | 1000100 | 110111 | 1110 | 101011100 | 1000100 | 111000 |
Color Harmonies of #DB4563
Complementary color
Monochromatic Colors of #DB4563
Black with #DB4563
Text Example
Text Example
White with #DB4563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4563; }
p { color: rgb(219,69,99); }
H1.HeaderClassName
{
color: #DB4563;
}
.AnyTagClassName
{
color: #DB4563;
}
</style>
background-color css
<style>
a { background-color: #DB4563; }
a { background-color: rgb(219,69,99); }
div.DivClassName
{
background-color: #DB4563;
}
.BgClassName
{
background-color: #DB4563;
}
</style>
border-color css
<style>
span { border-color: #DB4563; }
span { border-color: rgb(219,69,99); }
td.TdClassName
{
border-color: #DB4563;
}
.TagClassName
{
border-color: #DB4563;
}
</style>