Shades of Razzmatazz #DE0760
Tints of Razzmatazz #DE0760
RGB
CMYK
RGB Variations
Color information
#DE0760 (or 0xDE0760) is known color: Razzmatazz. HEX triplet: DE, 07 and 60. RGB value is (222,7,96). Sum of RGB (Red+Green+Blue) = 222+7+96=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0760 is #21F89F. Grayscale: #515151. Windows color (decimal): -2226336 or 6293470. OLE color: 6293470.
HSL color Cylindrical-coordinate representation of color #DE0760: hue angle of 335.16º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE0760 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 7 | 96 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.13 |
| HSL | 335.16º | 0.94% | 0.45% | - |
| HSV(B) | 335.16º | 0.97% | 0.87% | - |
| XYZ | 32.31 | 16.53 | 12.55 | - |
| YUV | 81.43 | 136.23 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 7 | 96 | 0 | 0.97 | 0.57 | 0.13 | 335.16 | 0.94 | 0.45 |
| Hex | DE | 7 | 60 | 0 | 61 | 39 | D | 14F | 5E | 2D |
| Octal | 336 | 7 | 140 | 0 | 141 | 71 | 15 | 517 | 136 | 55 |
| Binary | 11011110 | 111 | 1100000 | 0 | 1100001 | 111001 | 1101 | 101001111 | 1011110 | 101101 |
Color Harmonies of #DE0760
Complementary color
Monochromatic Colors of #DE0760
Black with #DE0760
Text Example
Text Example
White with #DE0760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0760; }
p { color: rgb(222,7,96); }
H1.HeaderClassName
{
color: #DE0760;
}
.AnyTagClassName
{
color: #DE0760;
}
</style>
background-color css
<style>
a { background-color: #DE0760; }
a { background-color: rgb(222,7,96); }
div.DivClassName
{
background-color: #DE0760;
}
.BgClassName
{
background-color: #DE0760;
}
</style>
border-color css
<style>
span { border-color: #DE0760; }
span { border-color: rgb(222,7,96); }
td.TdClassName
{
border-color: #DE0760;
}
.TagClassName
{
border-color: #DE0760;
}
</style>