Shades of Razzmatazz #DE0860
Tints of Razzmatazz #DE0860
RGB
CMYK
RGB Variations
Color information
#DE0860 (or 0xDE0860) is known color: Razzmatazz. HEX triplet: DE, 08 and 60. RGB value is (222,8,96). Sum of RGB (Red+Green+Blue) = 222+8+96=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0860 is #21F79F. Grayscale: #515151. Windows color (decimal): -2226080 or 6293726. OLE color: 6293726.
HSL color Cylindrical-coordinate representation of color #DE0860: hue angle of 335.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0860 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.13 |
| HSL | 335.33º | 0.93% | 0.45% | - |
| HSV(B) | 335.33º | 0.96% | 0.87% | - |
| XYZ | 32.32 | 16.55 | 12.56 | - |
| YUV | 82.02 | 135.9 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 8 | 96 | 0 | 0.96 | 0.57 | 0.13 | 335.33 | 0.93 | 0.45 |
| Hex | DE | 8 | 60 | 0 | 60 | 39 | D | 14F | 5D | 2D |
| Octal | 336 | 10 | 140 | 0 | 140 | 71 | 15 | 517 | 135 | 55 |
| Binary | 11011110 | 1000 | 1100000 | 0 | 1100000 | 111001 | 1101 | 101001111 | 1011101 | 101101 |
Color Harmonies of #DE0860
Complementary color
Monochromatic Colors of #DE0860
Black with #DE0860
Text Example
Text Example
White with #DE0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0860; }
p { color: rgb(222,8,96); }
H1.HeaderClassName
{
color: #DE0860;
}
.AnyTagClassName
{
color: #DE0860;
}
</style>
background-color css
<style>
a { background-color: #DE0860; }
a { background-color: rgb(222,8,96); }
div.DivClassName
{
background-color: #DE0860;
}
.BgClassName
{
background-color: #DE0860;
}
</style>
border-color css
<style>
span { border-color: #DE0860; }
span { border-color: rgb(222,8,96); }
td.TdClassName
{
border-color: #DE0860;
}
.TagClassName
{
border-color: #DE0860;
}
</style>