Shades of Razzmatazz #DB0049
Tints of Razzmatazz #DB0049
RGB
CMYK
RGB Variations
Color information
#DB0049 (or 0xDB0049) is known color: Razzmatazz. HEX triplet: DB, 00 and 49. RGB value is (219,0,73). Sum of RGB (Red+Green+Blue) = 219+0+73=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0049 is #24FFB6. Grayscale: #494949. Windows color (decimal): -2424759 or 4784347. OLE color: 4784347.
HSL color Cylindrical-coordinate representation of color #DB0049: hue angle of 340º 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 #DB0049 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.67 | 0.14 |
| HSL | 340º | 1% | 0.43% | - |
| HSV(B) | 340º | 1% | 0.86% | - |
| XYZ | 30.42 | 15.54 | 7.7 | - |
| YUV | 73.8 | 127.55 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 73 | 0 | 1 | 0.67 | 0.14 | 340 | 1 | 0.43 |
| Hex | DB | 0 | 49 | 0 | 64 | 43 | E | 154 | 64 | 2B |
| Octal | 333 | 0 | 111 | 0 | 144 | 103 | 16 | 524 | 144 | 53 |
| Binary | 11011011 | 0 | 1001001 | 0 | 1100100 | 1000011 | 1110 | 101010100 | 1100100 | 101011 |
Color Harmonies of #DB0049
Complementary color
Monochromatic Colors of #DB0049
Black with #DB0049
Text Example
Text Example
White with #DB0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0049; }
p { color: rgb(219,0,73); }
H1.HeaderClassName
{
color: #DB0049;
}
.AnyTagClassName
{
color: #DB0049;
}
</style>
background-color css
<style>
a { background-color: #DB0049; }
a { background-color: rgb(219,0,73); }
div.DivClassName
{
background-color: #DB0049;
}
.BgClassName
{
background-color: #DB0049;
}
</style>
border-color css
<style>
span { border-color: #DB0049; }
span { border-color: rgb(219,0,73); }
td.TdClassName
{
border-color: #DB0049;
}
.TagClassName
{
border-color: #DB0049;
}
</style>