Shades of Razzmatazz #DE0B51
Tints of Razzmatazz #DE0B51
RGB
CMYK
RGB Variations
Color information
#DE0B51 (or 0xDE0B51) is known color: Razzmatazz. HEX triplet: DE, 0B and 51. RGB value is (222,11,81). Sum of RGB (Red+Green+Blue) = 222+11+81=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0B51 is #21F4AE. Grayscale: #515151. Windows color (decimal): -2225327 or 5311454. OLE color: 5311454.
HSL color Cylindrical-coordinate representation of color #DE0B51: hue angle of 340.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0B51 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 81 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.13 |
| HSL | 340.09º | 0.91% | 0.46% | - |
| HSV(B) | 340.09º | 0.95% | 0.87% | - |
| XYZ | 31.73 | 16.36 | 9.27 | - |
| YUV | 82.07 | 127.4 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 81 | 0 | 0.95 | 0.64 | 0.13 | 340.09 | 0.91 | 0.46 |
| Hex | DE | B | 51 | 0 | 5F | 40 | D | 154 | 5B | 2E |
| Octal | 336 | 13 | 121 | 0 | 137 | 100 | 15 | 524 | 133 | 56 |
| Binary | 11011110 | 1011 | 1010001 | 0 | 1011111 | 1000000 | 1101 | 101010100 | 1011011 | 101110 |
Color Harmonies of #DE0B51
Complementary color
Monochromatic Colors of #DE0B51
Black with #DE0B51
Text Example
Text Example
White with #DE0B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B51; }
p { color: rgb(222,11,81); }
H1.HeaderClassName
{
color: #DE0B51;
}
.AnyTagClassName
{
color: #DE0B51;
}
</style>
background-color css
<style>
a { background-color: #DE0B51; }
a { background-color: rgb(222,11,81); }
div.DivClassName
{
background-color: #DE0B51;
}
.BgClassName
{
background-color: #DE0B51;
}
</style>
border-color css
<style>
span { border-color: #DE0B51; }
span { border-color: rgb(222,11,81); }
td.TdClassName
{
border-color: #DE0B51;
}
.TagClassName
{
border-color: #DE0B51;
}
</style>