Shades of Razzmatazz #DE0B5C
Tints of Razzmatazz #DE0B5C
RGB
CMYK
RGB Variations
Color information
#DE0B5C (or 0xDE0B5C) is known color: Razzmatazz. HEX triplet: DE, 0B and 5C. RGB value is (222,11,92). Sum of RGB (Red+Green+Blue) = 222+11+92=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0B5C is #21F4A3. Grayscale: #535353. Windows color (decimal): -2225316 or 6032350. OLE color: 6032350.
HSL color Cylindrical-coordinate representation of color #DE0B5C: hue angle of 336.97º 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 #DE0B5C is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 92 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.13 |
| HSL | 336.97º | 0.91% | 0.46% | - |
| HSV(B) | 336.97º | 0.95% | 0.87% | - |
| XYZ | 32.18 | 16.54 | 11.62 | - |
| YUV | 83.32 | 132.9 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 92 | 0 | 0.95 | 0.59 | 0.13 | 336.97 | 0.91 | 0.46 |
| Hex | DE | B | 5C | 0 | 5F | 3B | D | 151 | 5B | 2E |
| Octal | 336 | 13 | 134 | 0 | 137 | 73 | 15 | 521 | 133 | 56 |
| Binary | 11011110 | 1011 | 1011100 | 0 | 1011111 | 111011 | 1101 | 101010001 | 1011011 | 101110 |
Color Harmonies of #DE0B5C
Complementary color
Monochromatic Colors of #DE0B5C
Black with #DE0B5C
Text Example
Text Example
White with #DE0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B5C; }
p { color: rgb(222,11,92); }
H1.HeaderClassName
{
color: #DE0B5C;
}
.AnyTagClassName
{
color: #DE0B5C;
}
</style>
background-color css
<style>
a { background-color: #DE0B5C; }
a { background-color: rgb(222,11,92); }
div.DivClassName
{
background-color: #DE0B5C;
}
.BgClassName
{
background-color: #DE0B5C;
}
</style>
border-color css
<style>
span { border-color: #DE0B5C; }
span { border-color: rgb(222,11,92); }
td.TdClassName
{
border-color: #DE0B5C;
}
.TagClassName
{
border-color: #DE0B5C;
}
</style>