Shades of Razzmatazz #DE0163
Tints of Razzmatazz #DE0163
RGB
CMYK
RGB Variations
Color information
#DE0163 (or 0xDE0163) is known color: Razzmatazz. HEX triplet: DE, 01 and 63. RGB value is (222,1,99). Sum of RGB (Red+Green+Blue) = 222+1+99=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0163 is #21FE9C. Grayscale: #4E4E4E. Windows color (decimal): -2227869 or 6488542. OLE color: 6488542.
HSL color Cylindrical-coordinate representation of color #DE0163: hue angle of 333.39º 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 #DE0163 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 99 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.13 |
| HSL | 333.39º | 0.99% | 0.44% | - |
| HSV(B) | 333.39º | 1% | 0.87% | - |
| XYZ | 32.39 | 16.45 | 13.27 | - |
| YUV | 78.25 | 139.72 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 99 | 0 | 1.00 | 0.55 | 0.13 | 333.39 | 0.99 | 0.44 |
| Hex | DE | 1 | 63 | 0 | 64 | 37 | D | 14D | 63 | 2C |
| Octal | 336 | 1 | 143 | 0 | 144 | 67 | 15 | 515 | 143 | 54 |
| Binary | 11011110 | 1 | 1100011 | 0 | 1100100 | 110111 | 1101 | 101001101 | 1100011 | 101100 |
Color Harmonies of #DE0163
Complementary color
Monochromatic Colors of #DE0163
Black with #DE0163
Text Example
Text Example
White with #DE0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0163; }
p { color: rgb(222,1,99); }
H1.HeaderClassName
{
color: #DE0163;
}
.AnyTagClassName
{
color: #DE0163;
}
</style>
background-color css
<style>
a { background-color: #DE0163; }
a { background-color: rgb(222,1,99); }
div.DivClassName
{
background-color: #DE0163;
}
.BgClassName
{
background-color: #DE0163;
}
</style>
border-color css
<style>
span { border-color: #DE0163; }
span { border-color: rgb(222,1,99); }
td.TdClassName
{
border-color: #DE0163;
}
.TagClassName
{
border-color: #DE0163;
}
</style>