Shades of Razzmatazz #DE024F
Tints of Razzmatazz #DE024F
RGB
CMYK
RGB Variations
Color information
#DE024F (or 0xDE024F) is known color: Razzmatazz. HEX triplet: DE, 02 and 4F. RGB value is (222,2,79). Sum of RGB (Red+Green+Blue) = 222+2+79=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE024F is #21FDB0. Grayscale: #4C4C4C. Windows color (decimal): -2227633 or 5178078. OLE color: 5178078.
HSL color Cylindrical-coordinate representation of color #DE024F: hue angle of 339º 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 #DE024F is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.13 |
| HSL | 339º | 0.98% | 0.44% | - |
| HSV(B) | 339º | 0.99% | 0.87% | - |
| XYZ | 31.56 | 16.14 | 8.85 | - |
| YUV | 76.56 | 129.39 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 79 | 0 | 0.99 | 0.64 | 0.13 | 339 | 0.98 | 0.44 |
| Hex | DE | 2 | 4F | 0 | 63 | 40 | D | 153 | 62 | 2C |
| Octal | 336 | 2 | 117 | 0 | 143 | 100 | 15 | 523 | 142 | 54 |
| Binary | 11011110 | 10 | 1001111 | 0 | 1100011 | 1000000 | 1101 | 101010011 | 1100010 | 101100 |
Color Harmonies of #DE024F
Complementary color
Monochromatic Colors of #DE024F
Black with #DE024F
Text Example
Text Example
White with #DE024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE024F; }
p { color: rgb(222,2,79); }
H1.HeaderClassName
{
color: #DE024F;
}
.AnyTagClassName
{
color: #DE024F;
}
</style>
background-color css
<style>
a { background-color: #DE024F; }
a { background-color: rgb(222,2,79); }
div.DivClassName
{
background-color: #DE024F;
}
.BgClassName
{
background-color: #DE024F;
}
</style>
border-color css
<style>
span { border-color: #DE024F; }
span { border-color: rgb(222,2,79); }
td.TdClassName
{
border-color: #DE024F;
}
.TagClassName
{
border-color: #DE024F;
}
</style>