Shades of Razzmatazz #DE0B5D
Tints of Razzmatazz #DE0B5D
RGB
CMYK
RGB Variations
Color information
#DE0B5D (or 0xDE0B5D) is known color: Razzmatazz. HEX triplet: DE, 0B and 5D. RGB value is (222,11,93). Sum of RGB (Red+Green+Blue) = 222+11+93=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0B5D is #21F4A2. Grayscale: #535353. Windows color (decimal): -2225315 or 6097886. OLE color: 6097886.
HSL color Cylindrical-coordinate representation of color #DE0B5D: hue angle of 336.68º 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 #DE0B5D is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 93 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.13 |
| HSL | 336.68º | 0.91% | 0.46% | - |
| HSV(B) | 336.68º | 0.95% | 0.87% | - |
| XYZ | 32.22 | 16.56 | 11.85 | - |
| YUV | 83.44 | 133.4 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 93 | 0 | 0.95 | 0.58 | 0.13 | 336.68 | 0.91 | 0.46 |
| Hex | DE | B | 5D | 0 | 5F | 3A | D | 151 | 5B | 2E |
| Octal | 336 | 13 | 135 | 0 | 137 | 72 | 15 | 521 | 133 | 56 |
| Binary | 11011110 | 1011 | 1011101 | 0 | 1011111 | 111010 | 1101 | 101010001 | 1011011 | 101110 |
Color Harmonies of #DE0B5D
Complementary color
Monochromatic Colors of #DE0B5D
Black with #DE0B5D
Text Example
Text Example
White with #DE0B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B5D; }
p { color: rgb(222,11,93); }
H1.HeaderClassName
{
color: #DE0B5D;
}
.AnyTagClassName
{
color: #DE0B5D;
}
</style>
background-color css
<style>
a { background-color: #DE0B5D; }
a { background-color: rgb(222,11,93); }
div.DivClassName
{
background-color: #DE0B5D;
}
.BgClassName
{
background-color: #DE0B5D;
}
</style>
border-color css
<style>
span { border-color: #DE0B5D; }
span { border-color: rgb(222,11,93); }
td.TdClassName
{
border-color: #DE0B5D;
}
.TagClassName
{
border-color: #DE0B5D;
}
</style>