Shades of Razzmatazz #DE0953
Tints of Razzmatazz #DE0953
RGB
CMYK
RGB Variations
Color information
#DE0953 (or 0xDE0953) is known color: Razzmatazz. HEX triplet: DE, 09 and 53. RGB value is (222,9,83). Sum of RGB (Red+Green+Blue) = 222+9+83=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0953 is #21F6AC. Grayscale: #515151. Windows color (decimal): -2225837 or 5442014. OLE color: 5442014.
HSL color Cylindrical-coordinate representation of color #DE0953: hue angle of 339.15º 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 #DE0953 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 83 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.13 |
| HSL | 339.15º | 0.92% | 0.45% | - |
| HSV(B) | 339.15º | 0.96% | 0.87% | - |
| XYZ | 31.78 | 16.35 | 9.66 | - |
| YUV | 81.12 | 129.07 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 83 | 0 | 0.96 | 0.63 | 0.13 | 339.15 | 0.92 | 0.45 |
| Hex | DE | 9 | 53 | 0 | 60 | 3F | D | 153 | 5C | 2D |
| Octal | 336 | 11 | 123 | 0 | 140 | 77 | 15 | 523 | 134 | 55 |
| Binary | 11011110 | 1001 | 1010011 | 0 | 1100000 | 111111 | 1101 | 101010011 | 1011100 | 101101 |
Color Harmonies of #DE0953
Complementary color
Monochromatic Colors of #DE0953
Black with #DE0953
Text Example
Text Example
White with #DE0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0953; }
p { color: rgb(222,9,83); }
H1.HeaderClassName
{
color: #DE0953;
}
.AnyTagClassName
{
color: #DE0953;
}
</style>
background-color css
<style>
a { background-color: #DE0953; }
a { background-color: rgb(222,9,83); }
div.DivClassName
{
background-color: #DE0953;
}
.BgClassName
{
background-color: #DE0953;
}
</style>
border-color css
<style>
span { border-color: #DE0953; }
span { border-color: rgb(222,9,83); }
td.TdClassName
{
border-color: #DE0953;
}
.TagClassName
{
border-color: #DE0953;
}
</style>