Shades of Razzmatazz #DE0049
Tints of Razzmatazz #DE0049
RGB
CMYK
RGB Variations
Color information
#DE0049 (or 0xDE0049) is known color: Razzmatazz. HEX triplet: DE, 00 and 49. RGB value is (222,0,73). Sum of RGB (Red+Green+Blue) = 222+0+73=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0049 is #21FFB6. Grayscale: #4A4A4A. Windows color (decimal): -2228151 or 4784350. OLE color: 4784350.
HSL color Cylindrical-coordinate representation of color #DE0049: hue angle of 340.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0049 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.67 | 0.13 |
| HSL | 340.27º | 1% | 0.44% | - |
| HSV(B) | 340.27º | 1% | 0.87% | - |
| XYZ | 31.33 | 16.01 | 7.74 | - |
| YUV | 74.7 | 127.05 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 73 | 0 | 1 | 0.67 | 0.13 | 340.27 | 1 | 0.44 |
| Hex | DE | 0 | 49 | 0 | 64 | 43 | D | 154 | 64 | 2C |
| Octal | 336 | 0 | 111 | 0 | 144 | 103 | 15 | 524 | 144 | 54 |
| Binary | 11011110 | 0 | 1001001 | 0 | 1100100 | 1000011 | 1101 | 101010100 | 1100100 | 101100 |
Color Harmonies of #DE0049
Complementary color
Monochromatic Colors of #DE0049
Black with #DE0049
Text Example
Text Example
White with #DE0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0049; }
p { color: rgb(222,0,73); }
H1.HeaderClassName
{
color: #DE0049;
}
.AnyTagClassName
{
color: #DE0049;
}
</style>
background-color css
<style>
a { background-color: #DE0049; }
a { background-color: rgb(222,0,73); }
div.DivClassName
{
background-color: #DE0049;
}
.BgClassName
{
background-color: #DE0049;
}
</style>
border-color css
<style>
span { border-color: #DE0049; }
span { border-color: rgb(222,0,73); }
td.TdClassName
{
border-color: #DE0049;
}
.TagClassName
{
border-color: #DE0049;
}
</style>