Shades of Razzmatazz #DE005A
Tints of Razzmatazz #DE005A
RGB
CMYK
RGB Variations
Color information
#DE005A (or 0xDE005A) is known color: Razzmatazz. HEX triplet: DE, 00 and 5A. RGB value is (222,0,90). Sum of RGB (Red+Green+Blue) = 222+0+90=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE005A is #21FFA5. Grayscale: #4C4C4C. Windows color (decimal): -2228134 or 5898462. OLE color: 5898462.
HSL color Cylindrical-coordinate representation of color #DE005A: hue angle of 335.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE005A is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.59 | 0.13 |
| HSL | 335.68º | 1% | 0.44% | - |
| HSV(B) | 335.68º | 1% | 0.87% | - |
| XYZ | 31.97 | 16.27 | 11.13 | - |
| YUV | 76.64 | 135.55 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 90 | 0 | 1 | 0.59 | 0.13 | 335.68 | 1 | 0.44 |
| Hex | DE | 0 | 5A | 0 | 64 | 3B | D | 150 | 64 | 2C |
| Octal | 336 | 0 | 132 | 0 | 144 | 73 | 15 | 520 | 144 | 54 |
| Binary | 11011110 | 0 | 1011010 | 0 | 1100100 | 111011 | 1101 | 101010000 | 1100100 | 101100 |
Color Harmonies of #DE005A
Complementary color
Monochromatic Colors of #DE005A
Black with #DE005A
Text Example
Text Example
White with #DE005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE005A; }
p { color: rgb(222,0,90); }
H1.HeaderClassName
{
color: #DE005A;
}
.AnyTagClassName
{
color: #DE005A;
}
</style>
background-color css
<style>
a { background-color: #DE005A; }
a { background-color: rgb(222,0,90); }
div.DivClassName
{
background-color: #DE005A;
}
.BgClassName
{
background-color: #DE005A;
}
</style>
border-color css
<style>
span { border-color: #DE005A; }
span { border-color: rgb(222,0,90); }
td.TdClassName
{
border-color: #DE005A;
}
.TagClassName
{
border-color: #DE005A;
}
</style>