Shades of Razzmatazz #DE0270
Tints of Razzmatazz #DE0270
RGB
CMYK
RGB Variations
Color information
#DE0270 (or 0xDE0270) is known color: Razzmatazz. HEX triplet: DE, 02 and 70. RGB value is (222,2,112). Sum of RGB (Red+Green+Blue) = 222+2+112=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0270 is #21FD8F. Grayscale: #505050. Windows color (decimal): -2227600 or 7340766. OLE color: 7340766.
HSL color Cylindrical-coordinate representation of color #DE0270: hue angle of 330º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE0270 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.13 |
| HSL | 330º | 0.98% | 0.44% | - |
| HSV(B) | 330º | 0.99% | 0.87% | - |
| XYZ | 33.07 | 16.74 | 16.82 | - |
| YUV | 80.32 | 145.89 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 112 | 0 | 0.99 | 0.50 | 0.13 | 330 | 0.98 | 0.44 |
| Hex | DE | 2 | 70 | 0 | 63 | 32 | D | 14A | 62 | 2C |
| Octal | 336 | 2 | 160 | 0 | 143 | 62 | 15 | 512 | 142 | 54 |
| Binary | 11011110 | 10 | 1110000 | 0 | 1100011 | 110010 | 1101 | 101001010 | 1100010 | 101100 |
Color Harmonies of #DE0270
Complementary color
Monochromatic Colors of #DE0270
Black with #DE0270
Text Example
Text Example
White with #DE0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0270; }
p { color: rgb(222,2,112); }
H1.HeaderClassName
{
color: #DE0270;
}
.AnyTagClassName
{
color: #DE0270;
}
</style>
background-color css
<style>
a { background-color: #DE0270; }
a { background-color: rgb(222,2,112); }
div.DivClassName
{
background-color: #DE0270;
}
.BgClassName
{
background-color: #DE0270;
}
</style>
border-color css
<style>
span { border-color: #DE0270; }
span { border-color: rgb(222,2,112); }
td.TdClassName
{
border-color: #DE0270;
}
.TagClassName
{
border-color: #DE0270;
}
</style>