Shades of Razzmatazz #DB0449
Tints of Razzmatazz #DB0449
RGB
CMYK
RGB Variations
Color information
#DB0449 (or 0xDB0449) is known color: Razzmatazz. HEX triplet: DB, 04 and 49. RGB value is (219,4,73). Sum of RGB (Red+Green+Blue) = 219+4+73=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0449 is #24FBB6. Grayscale: #4C4C4C. Windows color (decimal): -2423735 or 4785371. OLE color: 4785371.
HSL color Cylindrical-coordinate representation of color #DB0449: hue angle of 340.74º 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 #DB0449 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 73 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.14 |
| HSL | 340.74º | 0.96% | 0.44% | - |
| HSV(B) | 340.74º | 0.98% | 0.86% | - |
| XYZ | 30.46 | 15.63 | 7.71 | - |
| YUV | 76.15 | 126.23 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 73 | 0 | 0.98 | 0.67 | 0.14 | 340.74 | 0.96 | 0.44 |
| Hex | DB | 4 | 49 | 0 | 62 | 43 | E | 155 | 60 | 2C |
| Octal | 333 | 4 | 111 | 0 | 142 | 103 | 16 | 525 | 140 | 54 |
| Binary | 11011011 | 100 | 1001001 | 0 | 1100010 | 1000011 | 1110 | 101010101 | 1100000 | 101100 |
Color Harmonies of #DB0449
Complementary color
Monochromatic Colors of #DB0449
Black with #DB0449
Text Example
Text Example
White with #DB0449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0449; }
p { color: rgb(219,4,73); }
H1.HeaderClassName
{
color: #DB0449;
}
.AnyTagClassName
{
color: #DB0449;
}
</style>
background-color css
<style>
a { background-color: #DB0449; }
a { background-color: rgb(219,4,73); }
div.DivClassName
{
background-color: #DB0449;
}
.BgClassName
{
background-color: #DB0449;
}
</style>
border-color css
<style>
span { border-color: #DB0449; }
span { border-color: rgb(219,4,73); }
td.TdClassName
{
border-color: #DB0449;
}
.TagClassName
{
border-color: #DB0449;
}
</style>