Shades of Razzmatazz #DE0156
Tints of Razzmatazz #DE0156
RGB
CMYK
RGB Variations
Color information
#DE0156 (or 0xDE0156) is known color: Razzmatazz. HEX triplet: DE, 01 and 56. RGB value is (222,1,86). Sum of RGB (Red+Green+Blue) = 222+1+86=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0156 is #21FEA9. Grayscale: #4C4C4C. Windows color (decimal): -2227882 or 5636574. OLE color: 5636574.
HSL color Cylindrical-coordinate representation of color #DE0156: hue angle of 336.92º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0156 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 86 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.13 |
| HSL | 336.92º | 0.99% | 0.44% | - |
| HSV(B) | 336.92º | 1% | 0.87% | - |
| XYZ | 31.81 | 16.22 | 10.26 | - |
| YUV | 76.77 | 133.22 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 86 | 0 | 1.00 | 0.61 | 0.13 | 336.92 | 0.99 | 0.44 |
| Hex | DE | 1 | 56 | 0 | 64 | 3D | D | 151 | 63 | 2C |
| Octal | 336 | 1 | 126 | 0 | 144 | 75 | 15 | 521 | 143 | 54 |
| Binary | 11011110 | 1 | 1010110 | 0 | 1100100 | 111101 | 1101 | 101010001 | 1100011 | 101100 |
Color Harmonies of #DE0156
Complementary color
Monochromatic Colors of #DE0156
Black with #DE0156
Text Example
Text Example
White with #DE0156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0156; }
p { color: rgb(222,1,86); }
H1.HeaderClassName
{
color: #DE0156;
}
.AnyTagClassName
{
color: #DE0156;
}
</style>
background-color css
<style>
a { background-color: #DE0156; }
a { background-color: rgb(222,1,86); }
div.DivClassName
{
background-color: #DE0156;
}
.BgClassName
{
background-color: #DE0156;
}
</style>
border-color css
<style>
span { border-color: #DE0156; }
span { border-color: rgb(222,1,86); }
td.TdClassName
{
border-color: #DE0156;
}
.TagClassName
{
border-color: #DE0156;
}
</style>