Shades of Razzmatazz #DE0955
Tints of Razzmatazz #DE0955
RGB
CMYK
RGB Variations
Color information
#DE0955 (or 0xDE0955) is known color: Razzmatazz. HEX triplet: DE, 09 and 55. RGB value is (222,9,85). Sum of RGB (Red+Green+Blue) = 222+9+85=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0955 is #21F6AA. Grayscale: #515151. Windows color (decimal): -2225835 or 5573086. OLE color: 5573086.
HSL color Cylindrical-coordinate representation of color #DE0955: hue angle of 338.59º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0955 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.13 |
| HSL | 338.59º | 0.92% | 0.45% | - |
| HSV(B) | 338.59º | 0.96% | 0.87% | - |
| XYZ | 31.86 | 16.38 | 10.08 | - |
| YUV | 81.35 | 130.07 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 85 | 0 | 0.96 | 0.62 | 0.13 | 338.59 | 0.92 | 0.45 |
| Hex | DE | 9 | 55 | 0 | 60 | 3E | D | 153 | 5C | 2D |
| Octal | 336 | 11 | 125 | 0 | 140 | 76 | 15 | 523 | 134 | 55 |
| Binary | 11011110 | 1001 | 1010101 | 0 | 1100000 | 111110 | 1101 | 101010011 | 1011100 | 101101 |
Color Harmonies of #DE0955
Complementary color
Monochromatic Colors of #DE0955
Black with #DE0955
Text Example
Text Example
White with #DE0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0955; }
p { color: rgb(222,9,85); }
H1.HeaderClassName
{
color: #DE0955;
}
.AnyTagClassName
{
color: #DE0955;
}
</style>
background-color css
<style>
a { background-color: #DE0955; }
a { background-color: rgb(222,9,85); }
div.DivClassName
{
background-color: #DE0955;
}
.BgClassName
{
background-color: #DE0955;
}
</style>
border-color css
<style>
span { border-color: #DE0955; }
span { border-color: rgb(222,9,85); }
td.TdClassName
{
border-color: #DE0955;
}
.TagClassName
{
border-color: #DE0955;
}
</style>