Shades of Razzmatazz #DE024D
Tints of Razzmatazz #DE024D
RGB
CMYK
RGB Variations
Color information
#DE024D (or 0xDE024D) is known color: Razzmatazz. HEX triplet: DE, 02 and 4D. RGB value is (222,2,77). Sum of RGB (Red+Green+Blue) = 222+2+77=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE024D is #21FDB2. Grayscale: #4C4C4C. Windows color (decimal): -2227635 or 5047006. OLE color: 5047006.
HSL color Cylindrical-coordinate representation of color #DE024D: hue angle of 339.55º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE024D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.13 |
| HSL | 339.55º | 0.98% | 0.44% | - |
| HSV(B) | 339.55º | 0.99% | 0.87% | - |
| XYZ | 31.49 | 16.11 | 8.47 | - |
| YUV | 76.33 | 128.39 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 77 | 0 | 0.99 | 0.65 | 0.13 | 339.55 | 0.98 | 0.44 |
| Hex | DE | 2 | 4D | 0 | 63 | 41 | D | 154 | 62 | 2C |
| Octal | 336 | 2 | 115 | 0 | 143 | 101 | 15 | 524 | 142 | 54 |
| Binary | 11011110 | 10 | 1001101 | 0 | 1100011 | 1000001 | 1101 | 101010100 | 1100010 | 101100 |
Color Harmonies of #DE024D
Complementary color
Monochromatic Colors of #DE024D
Black with #DE024D
Text Example
Text Example
White with #DE024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE024D; }
p { color: rgb(222,2,77); }
H1.HeaderClassName
{
color: #DE024D;
}
.AnyTagClassName
{
color: #DE024D;
}
</style>
background-color css
<style>
a { background-color: #DE024D; }
a { background-color: rgb(222,2,77); }
div.DivClassName
{
background-color: #DE024D;
}
.BgClassName
{
background-color: #DE024D;
}
</style>
border-color css
<style>
span { border-color: #DE024D; }
span { border-color: rgb(222,2,77); }
td.TdClassName
{
border-color: #DE024D;
}
.TagClassName
{
border-color: #DE024D;
}
</style>