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