Shades of Razzmatazz #DE0B50
Tints of Razzmatazz #DE0B50
RGB
CMYK
RGB Variations
Color information
#DE0B50 (or 0xDE0B50) is known color: Razzmatazz. HEX triplet: DE, 0B and 50. RGB value is (222,11,80). Sum of RGB (Red+Green+Blue) = 222+11+80=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0B50 is #21F4AF. Grayscale: #515151. Windows color (decimal): -2225328 or 5245918. OLE color: 5245918.
HSL color Cylindrical-coordinate representation of color #DE0B50: hue angle of 340.38º 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 #DE0B50 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 80 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.13 |
| HSL | 340.38º | 0.91% | 0.46% | - |
| HSV(B) | 340.38º | 0.95% | 0.87% | - |
| XYZ | 31.69 | 16.35 | 9.07 | - |
| YUV | 81.96 | 126.9 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 80 | 0 | 0.95 | 0.64 | 0.13 | 340.38 | 0.91 | 0.46 |
| Hex | DE | B | 50 | 0 | 5F | 40 | D | 154 | 5B | 2E |
| Octal | 336 | 13 | 120 | 0 | 137 | 100 | 15 | 524 | 133 | 56 |
| Binary | 11011110 | 1011 | 1010000 | 0 | 1011111 | 1000000 | 1101 | 101010100 | 1011011 | 101110 |
Color Harmonies of #DE0B50
Complementary color
Monochromatic Colors of #DE0B50
Black with #DE0B50
Text Example
Text Example
White with #DE0B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B50; }
p { color: rgb(222,11,80); }
H1.HeaderClassName
{
color: #DE0B50;
}
.AnyTagClassName
{
color: #DE0B50;
}
</style>
background-color css
<style>
a { background-color: #DE0B50; }
a { background-color: rgb(222,11,80); }
div.DivClassName
{
background-color: #DE0B50;
}
.BgClassName
{
background-color: #DE0B50;
}
</style>
border-color css
<style>
span { border-color: #DE0B50; }
span { border-color: rgb(222,11,80); }
td.TdClassName
{
border-color: #DE0B50;
}
.TagClassName
{
border-color: #DE0B50;
}
</style>