Shades of Razzmatazz #DE0F57
Tints of Razzmatazz #DE0F57
RGB
CMYK
RGB Variations
Color information
#DE0F57 (or 0xDE0F57) is known color: Razzmatazz. HEX triplet: DE, 0F and 57. RGB value is (222,15,87). Sum of RGB (Red+Green+Blue) = 222+15+87=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0F57 is #21F0A8. Grayscale: #555555. Windows color (decimal): -2224297 or 5705694. OLE color: 5705694.
HSL color Cylindrical-coordinate representation of color #DE0F57: hue angle of 339.13º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0F57 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 87 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.13 |
| HSL | 339.13º | 0.87% | 0.46% | - |
| HSV(B) | 339.13º | 0.93% | 0.87% | - |
| XYZ | 32.02 | 16.56 | 10.53 | - |
| YUV | 85.1 | 129.08 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 87 | 0 | 0.93 | 0.61 | 0.13 | 339.13 | 0.87 | 0.46 |
| Hex | DE | F | 57 | 0 | 5D | 3D | D | 153 | 57 | 2E |
| Octal | 336 | 17 | 127 | 0 | 135 | 75 | 15 | 523 | 127 | 56 |
| Binary | 11011110 | 1111 | 1010111 | 0 | 1011101 | 111101 | 1101 | 101010011 | 1010111 | 101110 |
Color Harmonies of #DE0F57
Complementary color
Monochromatic Colors of #DE0F57
Black with #DE0F57
Text Example
Text Example
White with #DE0F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0F57; }
p { color: rgb(222,15,87); }
H1.HeaderClassName
{
color: #DE0F57;
}
.AnyTagClassName
{
color: #DE0F57;
}
</style>
background-color css
<style>
a { background-color: #DE0F57; }
a { background-color: rgb(222,15,87); }
div.DivClassName
{
background-color: #DE0F57;
}
.BgClassName
{
background-color: #DE0F57;
}
</style>
border-color css
<style>
span { border-color: #DE0F57; }
span { border-color: rgb(222,15,87); }
td.TdClassName
{
border-color: #DE0F57;
}
.TagClassName
{
border-color: #DE0F57;
}
</style>