Shades of Razzmatazz #DE0048
Tints of Razzmatazz #DE0048
RGB
CMYK
RGB Variations
Color information
#DE0048 (or 0xDE0048) is known color: Razzmatazz. HEX triplet: DE, 00 and 48. RGB value is (222,0,72). Sum of RGB (Red+Green+Blue) = 222+0+72=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0048 is #21FFB7. Grayscale: #4A4A4A. Windows color (decimal): -2228152 or 4718814. OLE color: 4718814.
HSL color Cylindrical-coordinate representation of color #DE0048: hue angle of 340.54º 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 #DE0048 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.68 | 0.13 |
| HSL | 340.54º | 1% | 0.44% | - |
| HSV(B) | 340.54º | 1% | 0.87% | - |
| XYZ | 31.29 | 16 | 7.57 | - |
| YUV | 74.59 | 126.55 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 72 | 0 | 1 | 0.68 | 0.13 | 340.54 | 1 | 0.44 |
| Hex | DE | 0 | 48 | 0 | 64 | 44 | D | 155 | 64 | 2C |
| Octal | 336 | 0 | 110 | 0 | 144 | 104 | 15 | 525 | 144 | 54 |
| Binary | 11011110 | 0 | 1001000 | 0 | 1100100 | 1000100 | 1101 | 101010101 | 1100100 | 101100 |
Color Harmonies of #DE0048
Complementary color
Monochromatic Colors of #DE0048
Black with #DE0048
Text Example
Text Example
White with #DE0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0048; }
p { color: rgb(222,0,72); }
H1.HeaderClassName
{
color: #DE0048;
}
.AnyTagClassName
{
color: #DE0048;
}
</style>
background-color css
<style>
a { background-color: #DE0048; }
a { background-color: rgb(222,0,72); }
div.DivClassName
{
background-color: #DE0048;
}
.BgClassName
{
background-color: #DE0048;
}
</style>
border-color css
<style>
span { border-color: #DE0048; }
span { border-color: rgb(222,0,72); }
td.TdClassName
{
border-color: #DE0048;
}
.TagClassName
{
border-color: #DE0048;
}
</style>