Shades of Razzmatazz #DE0A59
Tints of Razzmatazz #DE0A59
RGB
CMYK
RGB Variations
Color information
#DE0A59 (or 0xDE0A59) is known color: Razzmatazz. HEX triplet: DE, 0A and 59. RGB value is (222,10,89). Sum of RGB (Red+Green+Blue) = 222+10+89=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0A59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0A59 is #21F5A6. Grayscale: #525252. Windows color (decimal): -2225575 or 5835486. OLE color: 5835486.
HSL color Cylindrical-coordinate representation of color #DE0A59: hue angle of 337.64º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0A59 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 10 | 89 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.13 |
| HSL | 337.64º | 0.91% | 0.45% | - |
| HSV(B) | 337.64º | 0.95% | 0.87% | - |
| XYZ | 32.04 | 16.47 | 10.94 | - |
| YUV | 82.39 | 131.74 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 10 | 89 | 0 | 0.95 | 0.60 | 0.13 | 337.64 | 0.91 | 0.45 |
| Hex | DE | A | 59 | 0 | 5F | 3C | D | 152 | 5B | 2D |
| Octal | 336 | 12 | 131 | 0 | 137 | 74 | 15 | 522 | 133 | 55 |
| Binary | 11011110 | 1010 | 1011001 | 0 | 1011111 | 111100 | 1101 | 101010010 | 1011011 | 101101 |
Color Harmonies of #DE0A59
Complementary color
Monochromatic Colors of #DE0A59
Black with #DE0A59
Text Example
Text Example
White with #DE0A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0A59; }
p { color: rgb(222,10,89); }
H1.HeaderClassName
{
color: #DE0A59;
}
.AnyTagClassName
{
color: #DE0A59;
}
</style>
background-color css
<style>
a { background-color: #DE0A59; }
a { background-color: rgb(222,10,89); }
div.DivClassName
{
background-color: #DE0A59;
}
.BgClassName
{
background-color: #DE0A59;
}
</style>
border-color css
<style>
span { border-color: #DE0A59; }
span { border-color: rgb(222,10,89); }
td.TdClassName
{
border-color: #DE0A59;
}
.TagClassName
{
border-color: #DE0A59;
}
</style>