Shades of Razzmatazz #DE0D55
Tints of Razzmatazz #DE0D55
RGB
CMYK
RGB Variations
Color information
#DE0D55 (or 0xDE0D55) is known color: Razzmatazz. HEX triplet: DE, 0D and 55. RGB value is (222,13,85). Sum of RGB (Red+Green+Blue) = 222+13+85=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0D55 is #21F2AA. Grayscale: #535353. Windows color (decimal): -2224811 or 5574110. OLE color: 5574110.
HSL color Cylindrical-coordinate representation of color #DE0D55: hue angle of 339.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0D55 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 85 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.13 |
| HSL | 339.33º | 0.89% | 0.46% | - |
| HSV(B) | 339.33º | 0.94% | 0.87% | - |
| XYZ | 31.91 | 16.47 | 10.09 | - |
| YUV | 83.7 | 128.74 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 85 | 0 | 0.94 | 0.62 | 0.13 | 339.33 | 0.89 | 0.46 |
| Hex | DE | D | 55 | 0 | 5E | 3E | D | 153 | 59 | 2E |
| Octal | 336 | 15 | 125 | 0 | 136 | 76 | 15 | 523 | 131 | 56 |
| Binary | 11011110 | 1101 | 1010101 | 0 | 1011110 | 111110 | 1101 | 101010011 | 1011001 | 101110 |
Color Harmonies of #DE0D55
Complementary color
Monochromatic Colors of #DE0D55
Black with #DE0D55
Text Example
Text Example
White with #DE0D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D55; }
p { color: rgb(222,13,85); }
H1.HeaderClassName
{
color: #DE0D55;
}
.AnyTagClassName
{
color: #DE0D55;
}
</style>
background-color css
<style>
a { background-color: #DE0D55; }
a { background-color: rgb(222,13,85); }
div.DivClassName
{
background-color: #DE0D55;
}
.BgClassName
{
background-color: #DE0D55;
}
</style>
border-color css
<style>
span { border-color: #DE0D55; }
span { border-color: rgb(222,13,85); }
td.TdClassName
{
border-color: #DE0D55;
}
.TagClassName
{
border-color: #DE0D55;
}
</style>