Shades of Razzmatazz #DE0152
Tints of Razzmatazz #DE0152
RGB
CMYK
RGB Variations
Color information
#DE0152 (or 0xDE0152) is known color: Razzmatazz. HEX triplet: DE, 01 and 52. RGB value is (222,1,82). Sum of RGB (Red+Green+Blue) = 222+1+82=305 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.79% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0152 is #21FEAD. Grayscale: #4C4C4C. Windows color (decimal): -2227886 or 5374430. OLE color: 5374430.
HSL color Cylindrical-coordinate representation of color #DE0152: hue angle of 338.01º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0152 is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 82 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.13 |
| HSL | 338.01º | 0.99% | 0.44% | - |
| HSV(B) | 338.01º | 1% | 0.87% | - |
| XYZ | 31.66 | 16.16 | 9.43 | - |
| YUV | 76.31 | 131.22 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 82 | 0 | 1.00 | 0.63 | 0.13 | 338.01 | 0.99 | 0.44 |
| Hex | DE | 1 | 52 | 0 | 64 | 3F | D | 152 | 63 | 2C |
| Octal | 336 | 1 | 122 | 0 | 144 | 77 | 15 | 522 | 143 | 54 |
| Binary | 11011110 | 1 | 1010010 | 0 | 1100100 | 111111 | 1101 | 101010010 | 1100011 | 101100 |
Color Harmonies of #DE0152
Complementary color
Monochromatic Colors of #DE0152
Black with #DE0152
Text Example
Text Example
White with #DE0152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0152; }
p { color: rgb(222,1,82); }
H1.HeaderClassName
{
color: #DE0152;
}
.AnyTagClassName
{
color: #DE0152;
}
</style>
background-color css
<style>
a { background-color: #DE0152; }
a { background-color: rgb(222,1,82); }
div.DivClassName
{
background-color: #DE0152;
}
.BgClassName
{
background-color: #DE0152;
}
</style>
border-color css
<style>
span { border-color: #DE0152; }
span { border-color: rgb(222,1,82); }
td.TdClassName
{
border-color: #DE0152;
}
.TagClassName
{
border-color: #DE0152;
}
</style>