Shades of Razzmatazz #DE0351
Tints of Razzmatazz #DE0351
RGB
CMYK
RGB Variations
Color information
#DE0351 (or 0xDE0351) is known color: Razzmatazz. HEX triplet: DE, 03 and 51. RGB value is (222,3,81). Sum of RGB (Red+Green+Blue) = 222+3+81=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0351 is #21FCAE. Grayscale: #4D4D4D. Windows color (decimal): -2227375 or 5309406. OLE color: 5309406.
HSL color Cylindrical-coordinate representation of color #DE0351: hue angle of 338.63º 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 #DE0351 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.13 |
| HSL | 338.63º | 0.97% | 0.44% | - |
| HSV(B) | 338.63º | 0.99% | 0.87% | - |
| XYZ | 31.64 | 16.19 | 9.24 | - |
| YUV | 77.37 | 130.05 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 81 | 0 | 0.99 | 0.64 | 0.13 | 338.63 | 0.97 | 0.44 |
| Hex | DE | 3 | 51 | 0 | 63 | 40 | D | 153 | 61 | 2C |
| Octal | 336 | 3 | 121 | 0 | 143 | 100 | 15 | 523 | 141 | 54 |
| Binary | 11011110 | 11 | 1010001 | 0 | 1100011 | 1000000 | 1101 | 101010011 | 1100001 | 101100 |
Color Harmonies of #DE0351
Complementary color
Monochromatic Colors of #DE0351
Black with #DE0351
Text Example
Text Example
White with #DE0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0351; }
p { color: rgb(222,3,81); }
H1.HeaderClassName
{
color: #DE0351;
}
.AnyTagClassName
{
color: #DE0351;
}
</style>
background-color css
<style>
a { background-color: #DE0351; }
a { background-color: rgb(222,3,81); }
div.DivClassName
{
background-color: #DE0351;
}
.BgClassName
{
background-color: #DE0351;
}
</style>
border-color css
<style>
span { border-color: #DE0351; }
span { border-color: rgb(222,3,81); }
td.TdClassName
{
border-color: #DE0351;
}
.TagClassName
{
border-color: #DE0351;
}
</style>