Shades of Razzmatazz #DE0358
Tints of Razzmatazz #DE0358
RGB
CMYK
RGB Variations
Color information
#DE0358 (or 0xDE0358) is known color: Razzmatazz. HEX triplet: DE, 03 and 58. RGB value is (222,3,88). Sum of RGB (Red+Green+Blue) = 222+3+88=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0358 is #21FCA7. Grayscale: #4E4E4E. Windows color (decimal): -2227368 or 5768158. OLE color: 5768158.
HSL color Cylindrical-coordinate representation of color #DE0358: hue angle of 336.71º degrees, saturation: 0.97, 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 #DE0358 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 88 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.13 |
| HSL | 336.71º | 0.97% | 0.44% | - |
| HSV(B) | 336.71º | 0.99% | 0.87% | - |
| XYZ | 31.92 | 16.3 | 10.7 | - |
| YUV | 78.17 | 133.55 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 88 | 0 | 0.99 | 0.60 | 0.13 | 336.71 | 0.97 | 0.44 |
| Hex | DE | 3 | 58 | 0 | 63 | 3C | D | 151 | 61 | 2C |
| Octal | 336 | 3 | 130 | 0 | 143 | 74 | 15 | 521 | 141 | 54 |
| Binary | 11011110 | 11 | 1011000 | 0 | 1100011 | 111100 | 1101 | 101010001 | 1100001 | 101100 |
Color Harmonies of #DE0358
Complementary color
Monochromatic Colors of #DE0358
Black with #DE0358
Text Example
Text Example
White with #DE0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0358; }
p { color: rgb(222,3,88); }
H1.HeaderClassName
{
color: #DE0358;
}
.AnyTagClassName
{
color: #DE0358;
}
</style>
background-color css
<style>
a { background-color: #DE0358; }
a { background-color: rgb(222,3,88); }
div.DivClassName
{
background-color: #DE0358;
}
.BgClassName
{
background-color: #DE0358;
}
</style>
border-color css
<style>
span { border-color: #DE0358; }
span { border-color: rgb(222,3,88); }
td.TdClassName
{
border-color: #DE0358;
}
.TagClassName
{
border-color: #DE0358;
}
</style>