Shades of Razzmatazz #DE0255
Tints of Razzmatazz #DE0255
RGB
CMYK
RGB Variations
Color information
#DE0255 (or 0xDE0255) is known color: Razzmatazz. HEX triplet: DE, 02 and 55. RGB value is (222,2,85). Sum of RGB (Red+Green+Blue) = 222+2+85=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0255 is #21FDAA. Grayscale: #4D4D4D. Windows color (decimal): -2227627 or 5571294. OLE color: 5571294.
HSL color Cylindrical-coordinate representation of color #DE0255: hue angle of 337.36º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE0255 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.13 |
| HSL | 337.36º | 0.98% | 0.44% | - |
| HSV(B) | 337.36º | 0.99% | 0.87% | - |
| XYZ | 31.79 | 16.23 | 10.05 | - |
| YUV | 77.24 | 132.39 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 85 | 0 | 0.99 | 0.62 | 0.13 | 337.36 | 0.98 | 0.44 |
| Hex | DE | 2 | 55 | 0 | 63 | 3E | D | 151 | 62 | 2C |
| Octal | 336 | 2 | 125 | 0 | 143 | 76 | 15 | 521 | 142 | 54 |
| Binary | 11011110 | 10 | 1010101 | 0 | 1100011 | 111110 | 1101 | 101010001 | 1100010 | 101100 |
Color Harmonies of #DE0255
Complementary color
Monochromatic Colors of #DE0255
Black with #DE0255
Text Example
Text Example
White with #DE0255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0255; }
p { color: rgb(222,2,85); }
H1.HeaderClassName
{
color: #DE0255;
}
.AnyTagClassName
{
color: #DE0255;
}
</style>
background-color css
<style>
a { background-color: #DE0255; }
a { background-color: rgb(222,2,85); }
div.DivClassName
{
background-color: #DE0255;
}
.BgClassName
{
background-color: #DE0255;
}
</style>
border-color css
<style>
span { border-color: #DE0255; }
span { border-color: rgb(222,2,85); }
td.TdClassName
{
border-color: #DE0255;
}
.TagClassName
{
border-color: #DE0255;
}
</style>