Shades of Razzmatazz #DB0453
Tints of Razzmatazz #DB0453
RGB
CMYK
RGB Variations
Color information
#DB0453 (or 0xDB0453) is known color: Razzmatazz. HEX triplet: DB, 04 and 53. RGB value is (219,4,83). Sum of RGB (Red+Green+Blue) = 219+4+83=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0453 is #24FBAC. Grayscale: #4D4D4D. Windows color (decimal): -2423725 or 5440731. OLE color: 5440731.
HSL color Cylindrical-coordinate representation of color #DB0453: hue angle of 337.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0453 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 83 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.14 |
| HSL | 337.95º | 0.96% | 0.44% | - |
| HSV(B) | 337.95º | 0.98% | 0.86% | - |
| XYZ | 30.82 | 15.77 | 9.6 | - |
| YUV | 77.29 | 131.23 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 83 | 0 | 0.98 | 0.62 | 0.14 | 337.95 | 0.96 | 0.44 |
| Hex | DB | 4 | 53 | 0 | 62 | 3E | E | 152 | 60 | 2C |
| Octal | 333 | 4 | 123 | 0 | 142 | 76 | 16 | 522 | 140 | 54 |
| Binary | 11011011 | 100 | 1010011 | 0 | 1100010 | 111110 | 1110 | 101010010 | 1100000 | 101100 |
Color Harmonies of #DB0453
Complementary color
Monochromatic Colors of #DB0453
Black with #DB0453
Text Example
Text Example
White with #DB0453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0453; }
p { color: rgb(219,4,83); }
H1.HeaderClassName
{
color: #DB0453;
}
.AnyTagClassName
{
color: #DB0453;
}
</style>
background-color css
<style>
a { background-color: #DB0453; }
a { background-color: rgb(219,4,83); }
div.DivClassName
{
background-color: #DB0453;
}
.BgClassName
{
background-color: #DB0453;
}
</style>
border-color css
<style>
span { border-color: #DB0453; }
span { border-color: rgb(219,4,83); }
td.TdClassName
{
border-color: #DB0453;
}
.TagClassName
{
border-color: #DB0453;
}
</style>