Shades of Razzmatazz #DE016F
Tints of Razzmatazz #DE016F
RGB
CMYK
RGB Variations
Color information
#DE016F (or 0xDE016F) is known color: Razzmatazz. HEX triplet: DE, 01 and 6F. RGB value is (222,1,111). Sum of RGB (Red+Green+Blue) = 222+1+111=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE016F is #21FE90. Grayscale: #4F4F4F. Windows color (decimal): -2227857 or 7274974. OLE color: 7274974.
HSL color Cylindrical-coordinate representation of color #DE016F: hue angle of 330.14º 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 #DE016F is Cyan = 0, Magento = 1.00, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.5 | 0.13 |
| HSL | 330.14º | 0.99% | 0.44% | - |
| HSV(B) | 330.14º | 1% | 0.87% | - |
| XYZ | 33 | 16.7 | 16.52 | - |
| YUV | 79.62 | 145.72 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 111 | 0 | 1.00 | 0.5 | 0.13 | 330.14 | 0.99 | 0.44 |
| Hex | DE | 1 | 6F | 0 | 64 | 32 | D | 14A | 63 | 2C |
| Octal | 336 | 1 | 157 | 0 | 144 | 62 | 15 | 512 | 143 | 54 |
| Binary | 11011110 | 1 | 1101111 | 0 | 1100100 | 110010 | 1101 | 101001010 | 1100011 | 101100 |
Color Harmonies of #DE016F
Complementary color
Monochromatic Colors of #DE016F
Black with #DE016F
Text Example
Text Example
White with #DE016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE016F; }
p { color: rgb(222,1,111); }
H1.HeaderClassName
{
color: #DE016F;
}
.AnyTagClassName
{
color: #DE016F;
}
</style>
background-color css
<style>
a { background-color: #DE016F; }
a { background-color: rgb(222,1,111); }
div.DivClassName
{
background-color: #DE016F;
}
.BgClassName
{
background-color: #DE016F;
}
</style>
border-color css
<style>
span { border-color: #DE016F; }
span { border-color: rgb(222,1,111); }
td.TdClassName
{
border-color: #DE016F;
}
.TagClassName
{
border-color: #DE016F;
}
</style>