Shades of Razzmatazz #DE1150
Tints of Razzmatazz #DE1150
RGB
CMYK
RGB Variations
Color information
#DE1150 (or 0xDE1150) is known color: Razzmatazz. HEX triplet: DE, 11 and 50. RGB value is (222,17,80). Sum of RGB (Red+Green+Blue) = 222+17+80=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1150 is #21EEAF. Grayscale: #555555. Windows color (decimal): -2223792 or 5247454. OLE color: 5247454.
HSL color Cylindrical-coordinate representation of color #DE1150: hue angle of 341.56º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE1150 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 17 | 80 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.13 |
| HSL | 341.56º | 0.86% | 0.47% | - |
| HSV(B) | 341.56º | 0.92% | 0.87% | - |
| XYZ | 31.77 | 16.51 | 9.1 | - |
| YUV | 85.48 | 124.92 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 17 | 80 | 0 | 0.92 | 0.64 | 0.13 | 341.56 | 0.86 | 0.47 |
| Hex | DE | 11 | 50 | 0 | 5C | 40 | D | 156 | 56 | 2F |
| Octal | 336 | 21 | 120 | 0 | 134 | 100 | 15 | 526 | 126 | 57 |
| Binary | 11011110 | 10001 | 1010000 | 0 | 1011100 | 1000000 | 1101 | 101010110 | 1010110 | 101111 |
Color Harmonies of #DE1150
Complementary color
Monochromatic Colors of #DE1150
Black with #DE1150
Text Example
Text Example
White with #DE1150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1150; }
p { color: rgb(222,17,80); }
H1.HeaderClassName
{
color: #DE1150;
}
.AnyTagClassName
{
color: #DE1150;
}
</style>
background-color css
<style>
a { background-color: #DE1150; }
a { background-color: rgb(222,17,80); }
div.DivClassName
{
background-color: #DE1150;
}
.BgClassName
{
background-color: #DE1150;
}
</style>
border-color css
<style>
span { border-color: #DE1150; }
span { border-color: rgb(222,17,80); }
td.TdClassName
{
border-color: #DE1150;
}
.TagClassName
{
border-color: #DE1150;
}
</style>