Shades of Razzmatazz #DE0052
Tints of Razzmatazz #DE0052
RGB
CMYK
RGB Variations
Color information
#DE0052 (or 0xDE0052) is known color: Razzmatazz. HEX triplet: DE, 00 and 52. RGB value is (222,0,82). Sum of RGB (Red+Green+Blue) = 222+0+82=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0052 is #21FFAD. Grayscale: #4B4B4B. Windows color (decimal): -2228142 or 5374174. OLE color: 5374174.
HSL color Cylindrical-coordinate representation of color #DE0052: hue angle of 337.84º 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 #DE0052 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.63 | 0.13 |
| HSL | 337.84º | 1% | 0.44% | - |
| HSV(B) | 337.84º | 1% | 0.87% | - |
| XYZ | 31.65 | 16.14 | 9.43 | - |
| YUV | 75.73 | 131.55 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 82 | 0 | 1 | 0.63 | 0.13 | 337.84 | 1 | 0.44 |
| Hex | DE | 0 | 52 | 0 | 64 | 3F | D | 152 | 64 | 2C |
| Octal | 336 | 0 | 122 | 0 | 144 | 77 | 15 | 522 | 144 | 54 |
| Binary | 11011110 | 0 | 1010010 | 0 | 1100100 | 111111 | 1101 | 101010010 | 1100100 | 101100 |
Color Harmonies of #DE0052
Complementary color
Monochromatic Colors of #DE0052
Black with #DE0052
Text Example
Text Example
White with #DE0052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0052; }
p { color: rgb(222,0,82); }
H1.HeaderClassName
{
color: #DE0052;
}
.AnyTagClassName
{
color: #DE0052;
}
</style>
background-color css
<style>
a { background-color: #DE0052; }
a { background-color: rgb(222,0,82); }
div.DivClassName
{
background-color: #DE0052;
}
.BgClassName
{
background-color: #DE0052;
}
</style>
border-color css
<style>
span { border-color: #DE0052; }
span { border-color: rgb(222,0,82); }
td.TdClassName
{
border-color: #DE0052;
}
.TagClassName
{
border-color: #DE0052;
}
</style>