Shades of Razzmatazz #DE024C
Tints of Razzmatazz #DE024C
RGB
CMYK
RGB Variations
Color information
#DE024C (or 0xDE024C) is known color: Razzmatazz. HEX triplet: DE, 02 and 4C. RGB value is (222,2,76). Sum of RGB (Red+Green+Blue) = 222+2+76=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE024C is #21FDB3. Grayscale: #4C4C4C. Windows color (decimal): -2227636 or 4981470. OLE color: 4981470.
HSL color Cylindrical-coordinate representation of color #DE024C: hue angle of 339.82º 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 #DE024C is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.13 |
| HSL | 339.82º | 0.98% | 0.44% | - |
| HSV(B) | 339.82º | 0.99% | 0.87% | - |
| XYZ | 31.45 | 16.09 | 8.29 | - |
| YUV | 76.22 | 127.89 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 76 | 0 | 0.99 | 0.66 | 0.13 | 339.82 | 0.98 | 0.44 |
| Hex | DE | 2 | 4C | 0 | 63 | 42 | D | 154 | 62 | 2C |
| Octal | 336 | 2 | 114 | 0 | 143 | 102 | 15 | 524 | 142 | 54 |
| Binary | 11011110 | 10 | 1001100 | 0 | 1100011 | 1000010 | 1101 | 101010100 | 1100010 | 101100 |
Color Harmonies of #DE024C
Complementary color
Monochromatic Colors of #DE024C
Black with #DE024C
Text Example
Text Example
White with #DE024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE024C; }
p { color: rgb(222,2,76); }
H1.HeaderClassName
{
color: #DE024C;
}
.AnyTagClassName
{
color: #DE024C;
}
</style>
background-color css
<style>
a { background-color: #DE024C; }
a { background-color: rgb(222,2,76); }
div.DivClassName
{
background-color: #DE024C;
}
.BgClassName
{
background-color: #DE024C;
}
</style>
border-color css
<style>
span { border-color: #DE024C; }
span { border-color: rgb(222,2,76); }
td.TdClassName
{
border-color: #DE024C;
}
.TagClassName
{
border-color: #DE024C;
}
</style>