Shades of Razzmatazz #DB0058
Tints of Razzmatazz #DB0058
RGB
CMYK
RGB Variations
Color information
#DB0058 (or 0xDB0058) is known color: Razzmatazz. HEX triplet: DB, 00 and 58. RGB value is (219,0,88). Sum of RGB (Red+Green+Blue) = 219+0+88=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0058 is #24FFA7. Grayscale: #4B4B4B. Windows color (decimal): -2424744 or 5767387. OLE color: 5767387.
HSL color Cylindrical-coordinate representation of color #DB0058: hue angle of 335.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0058 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.60 | 0.14 |
| HSL | 335.89º | 1% | 0.43% | - |
| HSV(B) | 335.89º | 1% | 0.86% | - |
| XYZ | 30.97 | 15.76 | 10.64 | - |
| YUV | 75.51 | 135.05 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 88 | 0 | 1 | 0.60 | 0.14 | 335.89 | 1 | 0.43 |
| Hex | DB | 0 | 58 | 0 | 64 | 3C | E | 150 | 64 | 2B |
| Octal | 333 | 0 | 130 | 0 | 144 | 74 | 16 | 520 | 144 | 53 |
| Binary | 11011011 | 0 | 1011000 | 0 | 1100100 | 111100 | 1110 | 101010000 | 1100100 | 101011 |
Color Harmonies of #DB0058
Complementary color
Monochromatic Colors of #DB0058
Black with #DB0058
Text Example
Text Example
White with #DB0058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0058; }
p { color: rgb(219,0,88); }
H1.HeaderClassName
{
color: #DB0058;
}
.AnyTagClassName
{
color: #DB0058;
}
</style>
background-color css
<style>
a { background-color: #DB0058; }
a { background-color: rgb(219,0,88); }
div.DivClassName
{
background-color: #DB0058;
}
.BgClassName
{
background-color: #DB0058;
}
</style>
border-color css
<style>
span { border-color: #DB0058; }
span { border-color: rgb(219,0,88); }
td.TdClassName
{
border-color: #DB0058;
}
.TagClassName
{
border-color: #DB0058;
}
</style>