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