Shades of Razzmatazz #DE0070
Tints of Razzmatazz #DE0070
RGB
CMYK
RGB Variations
Color information
#DE0070 (or 0xDE0070) is known color: Razzmatazz. HEX triplet: DE, 00 and 70. RGB value is (222,0,112). Sum of RGB (Red+Green+Blue) = 222+0+112=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0070 is #21FF8F. Grayscale: #4E4E4E. Windows color (decimal): -2228112 or 7340254. OLE color: 7340254.
HSL color Cylindrical-coordinate representation of color #DE0070: hue angle of 329.73º 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 #DE0070 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.50 | 0.13 |
| HSL | 329.73º | 1% | 0.44% | - |
| HSV(B) | 329.73º | 1% | 0.87% | - |
| XYZ | 33.05 | 16.7 | 16.81 | - |
| YUV | 79.15 | 146.55 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 112 | 0 | 1 | 0.50 | 0.13 | 329.73 | 1 | 0.44 |
| Hex | DE | 0 | 70 | 0 | 64 | 32 | D | 14A | 64 | 2C |
| Octal | 336 | 0 | 160 | 0 | 144 | 62 | 15 | 512 | 144 | 54 |
| Binary | 11011110 | 0 | 1110000 | 0 | 1100100 | 110010 | 1101 | 101001010 | 1100100 | 101100 |
Color Harmonies of #DE0070
Complementary color
Monochromatic Colors of #DE0070
Black with #DE0070
Text Example
Text Example
White with #DE0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0070; }
p { color: rgb(222,0,112); }
H1.HeaderClassName
{
color: #DE0070;
}
.AnyTagClassName
{
color: #DE0070;
}
</style>
background-color css
<style>
a { background-color: #DE0070; }
a { background-color: rgb(222,0,112); }
div.DivClassName
{
background-color: #DE0070;
}
.BgClassName
{
background-color: #DE0070;
}
</style>
border-color css
<style>
span { border-color: #DE0070; }
span { border-color: rgb(222,0,112); }
td.TdClassName
{
border-color: #DE0070;
}
.TagClassName
{
border-color: #DE0070;
}
</style>