Shades of Razzmatazz #DE0050
Tints of Razzmatazz #DE0050
RGB
CMYK
RGB Variations
Color information
#DE0050 (or 0xDE0050) is known color: Razzmatazz. HEX triplet: DE, 00 and 50. RGB value is (222,0,80). Sum of RGB (Red+Green+Blue) = 222+0+80=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0050 is #21FFAF. Grayscale: #4B4B4B. Windows color (decimal): -2228144 or 5243102. OLE color: 5243102.
HSL color Cylindrical-coordinate representation of color #DE0050: hue angle of 338.38º 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 #DE0050 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.64 | 0.13 |
| HSL | 338.38º | 1% | 0.44% | - |
| HSV(B) | 338.38º | 1% | 0.87% | - |
| XYZ | 31.57 | 16.11 | 9.03 | - |
| YUV | 75.5 | 130.55 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 80 | 0 | 1 | 0.64 | 0.13 | 338.38 | 1 | 0.44 |
| Hex | DE | 0 | 50 | 0 | 64 | 40 | D | 152 | 64 | 2C |
| Octal | 336 | 0 | 120 | 0 | 144 | 100 | 15 | 522 | 144 | 54 |
| Binary | 11011110 | 0 | 1010000 | 0 | 1100100 | 1000000 | 1101 | 101010010 | 1100100 | 101100 |
Color Harmonies of #DE0050
Complementary color
Monochromatic Colors of #DE0050
Black with #DE0050
Text Example
Text Example
White with #DE0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0050; }
p { color: rgb(222,0,80); }
H1.HeaderClassName
{
color: #DE0050;
}
.AnyTagClassName
{
color: #DE0050;
}
</style>
background-color css
<style>
a { background-color: #DE0050; }
a { background-color: rgb(222,0,80); }
div.DivClassName
{
background-color: #DE0050;
}
.BgClassName
{
background-color: #DE0050;
}
</style>
border-color css
<style>
span { border-color: #DE0050; }
span { border-color: rgb(222,0,80); }
td.TdClassName
{
border-color: #DE0050;
}
.TagClassName
{
border-color: #DE0050;
}
</style>