Shades of Razzmatazz #DE004E
Tints of Razzmatazz #DE004E
RGB
CMYK
RGB Variations
Color information
#DE004E (or 0xDE004E) is known color: Razzmatazz. HEX triplet: DE, 00 and 4E. RGB value is (222,0,78). Sum of RGB (Red+Green+Blue) = 222+0+78=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE004E is #21FFB1. Grayscale: #4B4B4B. Windows color (decimal): -2228146 or 5112030. OLE color: 5112030.
HSL color Cylindrical-coordinate representation of color #DE004E: hue angle of 338.92º 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 #DE004E is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.65 | 0.13 |
| HSL | 338.92º | 1% | 0.44% | - |
| HSV(B) | 338.92º | 1% | 0.87% | - |
| XYZ | 31.5 | 16.08 | 8.65 | - |
| YUV | 75.27 | 129.55 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 78 | 0 | 1 | 0.65 | 0.13 | 338.92 | 1 | 0.44 |
| Hex | DE | 0 | 4E | 0 | 64 | 41 | D | 153 | 64 | 2C |
| Octal | 336 | 0 | 116 | 0 | 144 | 101 | 15 | 523 | 144 | 54 |
| Binary | 11011110 | 0 | 1001110 | 0 | 1100100 | 1000001 | 1101 | 101010011 | 1100100 | 101100 |
Color Harmonies of #DE004E
Complementary color
Monochromatic Colors of #DE004E
Black with #DE004E
Text Example
Text Example
White with #DE004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE004E; }
p { color: rgb(222,0,78); }
H1.HeaderClassName
{
color: #DE004E;
}
.AnyTagClassName
{
color: #DE004E;
}
</style>
background-color css
<style>
a { background-color: #DE004E; }
a { background-color: rgb(222,0,78); }
div.DivClassName
{
background-color: #DE004E;
}
.BgClassName
{
background-color: #DE004E;
}
</style>
border-color css
<style>
span { border-color: #DE004E; }
span { border-color: rgb(222,0,78); }
td.TdClassName
{
border-color: #DE004E;
}
.TagClassName
{
border-color: #DE004E;
}
</style>