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