Shades of Razzmatazz #DB0458
Tints of Razzmatazz #DB0458
RGB
CMYK
RGB Variations
Color information
#DB0458 (or 0xDB0458) is known color: Razzmatazz. HEX triplet: DB, 04 and 58. RGB value is (219,4,88). Sum of RGB (Red+Green+Blue) = 219+4+88=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0458 is #24FBA7. Grayscale: #4D4D4D. Windows color (decimal): -2423720 or 5768411. OLE color: 5768411.
HSL color Cylindrical-coordinate representation of color #DB0458: hue angle of 336.56º 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 #DB0458 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.14 |
| HSL | 336.56º | 0.96% | 0.44% | - |
| HSV(B) | 336.56º | 0.98% | 0.86% | - |
| XYZ | 31.02 | 15.85 | 10.66 | - |
| YUV | 77.86 | 133.73 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 88 | 0 | 0.98 | 0.60 | 0.14 | 336.56 | 0.96 | 0.44 |
| Hex | DB | 4 | 58 | 0 | 62 | 3C | E | 151 | 60 | 2C |
| Octal | 333 | 4 | 130 | 0 | 142 | 74 | 16 | 521 | 140 | 54 |
| Binary | 11011011 | 100 | 1011000 | 0 | 1100010 | 111100 | 1110 | 101010001 | 1100000 | 101100 |
Color Harmonies of #DB0458
Complementary color
Monochromatic Colors of #DB0458
Black with #DB0458
Text Example
Text Example
White with #DB0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0458; }
p { color: rgb(219,4,88); }
H1.HeaderClassName
{
color: #DB0458;
}
.AnyTagClassName
{
color: #DB0458;
}
</style>
background-color css
<style>
a { background-color: #DB0458; }
a { background-color: rgb(219,4,88); }
div.DivClassName
{
background-color: #DB0458;
}
.BgClassName
{
background-color: #DB0458;
}
</style>
border-color css
<style>
span { border-color: #DB0458; }
span { border-color: rgb(219,4,88); }
td.TdClassName
{
border-color: #DB0458;
}
.TagClassName
{
border-color: #DB0458;
}
</style>