Shades of Razzmatazz #DB0E54
Tints of Razzmatazz #DB0E54
RGB
CMYK
RGB Variations
Color information
#DB0E54 (or 0xDB0E54) is known color: Razzmatazz. HEX triplet: DB, 0E and 54. RGB value is (219,14,84). Sum of RGB (Red+Green+Blue) = 219+14+84=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0E54 is #24F1AB. Grayscale: #535353. Windows color (decimal): -2421164 or 5508827. OLE color: 5508827.
HSL color Cylindrical-coordinate representation of color #DB0E54: hue angle of 339.51º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0E54 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 84 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.14 |
| HSL | 339.51º | 0.88% | 0.46% | - |
| HSV(B) | 339.51º | 0.94% | 0.86% | - |
| XYZ | 30.97 | 16.01 | 9.85 | - |
| YUV | 83.28 | 128.42 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 84 | 0 | 0.94 | 0.62 | 0.14 | 339.51 | 0.88 | 0.46 |
| Hex | DB | E | 54 | 0 | 5E | 3E | E | 154 | 58 | 2E |
| Octal | 333 | 16 | 124 | 0 | 136 | 76 | 16 | 524 | 130 | 56 |
| Binary | 11011011 | 1110 | 1010100 | 0 | 1011110 | 111110 | 1110 | 101010100 | 1011000 | 101110 |
Color Harmonies of #DB0E54
Complementary color
Monochromatic Colors of #DB0E54
Black with #DB0E54
Text Example
Text Example
White with #DB0E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E54; }
p { color: rgb(219,14,84); }
H1.HeaderClassName
{
color: #DB0E54;
}
.AnyTagClassName
{
color: #DB0E54;
}
</style>
background-color css
<style>
a { background-color: #DB0E54; }
a { background-color: rgb(219,14,84); }
div.DivClassName
{
background-color: #DB0E54;
}
.BgClassName
{
background-color: #DB0E54;
}
</style>
border-color css
<style>
span { border-color: #DB0E54; }
span { border-color: rgb(219,14,84); }
td.TdClassName
{
border-color: #DB0E54;
}
.TagClassName
{
border-color: #DB0E54;
}
</style>