Shades of Razzmatazz #DE035A
Tints of Razzmatazz #DE035A
RGB
CMYK
RGB Variations
Color information
#DE035A (or 0xDE035A) is known color: Razzmatazz. HEX triplet: DE, 03 and 5A. RGB value is (222,3,90). Sum of RGB (Red+Green+Blue) = 222+3+90=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE035A is #21FCA5. Grayscale: #4E4E4E. Windows color (decimal): -2227366 or 5899230. OLE color: 5899230.
HSL color Cylindrical-coordinate representation of color #DE035A: hue angle of 336.16º 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 #DE035A is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.13 |
| HSL | 336.16º | 0.97% | 0.44% | - |
| HSV(B) | 336.16º | 0.99% | 0.87% | - |
| XYZ | 32 | 16.33 | 11.14 | - |
| YUV | 78.4 | 134.55 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 90 | 0 | 0.99 | 0.59 | 0.13 | 336.16 | 0.97 | 0.44 |
| Hex | DE | 3 | 5A | 0 | 63 | 3B | D | 150 | 61 | 2C |
| Octal | 336 | 3 | 132 | 0 | 143 | 73 | 15 | 520 | 141 | 54 |
| Binary | 11011110 | 11 | 1011010 | 0 | 1100011 | 111011 | 1101 | 101010000 | 1100001 | 101100 |
Color Harmonies of #DE035A
Complementary color
Monochromatic Colors of #DE035A
Black with #DE035A
Text Example
Text Example
White with #DE035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE035A; }
p { color: rgb(222,3,90); }
H1.HeaderClassName
{
color: #DE035A;
}
.AnyTagClassName
{
color: #DE035A;
}
</style>
background-color css
<style>
a { background-color: #DE035A; }
a { background-color: rgb(222,3,90); }
div.DivClassName
{
background-color: #DE035A;
}
.BgClassName
{
background-color: #DE035A;
}
</style>
border-color css
<style>
span { border-color: #DE035A; }
span { border-color: rgb(222,3,90); }
td.TdClassName
{
border-color: #DE035A;
}
.TagClassName
{
border-color: #DE035A;
}
</style>