Shades of Razzmatazz #DE016C
Tints of Razzmatazz #DE016C
RGB
CMYK
RGB Variations
Color information
#DE016C (or 0xDE016C) is known color: Razzmatazz. HEX triplet: DE, 01 and 6C. RGB value is (222,1,108). Sum of RGB (Red+Green+Blue) = 222+1+108=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE016C is #21FE93. Grayscale: #4F4F4F. Windows color (decimal): -2227860 or 7078366. OLE color: 7078366.
HSL color Cylindrical-coordinate representation of color #DE016C: hue angle of 330.95º 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 #DE016C is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.13 |
| HSL | 330.95º | 0.99% | 0.44% | - |
| HSV(B) | 330.95º | 1% | 0.87% | - |
| XYZ | 32.84 | 16.63 | 15.67 | - |
| YUV | 79.28 | 144.22 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 108 | 0 | 1.00 | 0.51 | 0.13 | 330.95 | 0.99 | 0.44 |
| Hex | DE | 1 | 6C | 0 | 64 | 33 | D | 14B | 63 | 2C |
| Octal | 336 | 1 | 154 | 0 | 144 | 63 | 15 | 513 | 143 | 54 |
| Binary | 11011110 | 1 | 1101100 | 0 | 1100100 | 110011 | 1101 | 101001011 | 1100011 | 101100 |
Color Harmonies of #DE016C
Complementary color
Monochromatic Colors of #DE016C
Black with #DE016C
Text Example
Text Example
White with #DE016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE016C; }
p { color: rgb(222,1,108); }
H1.HeaderClassName
{
color: #DE016C;
}
.AnyTagClassName
{
color: #DE016C;
}
</style>
background-color css
<style>
a { background-color: #DE016C; }
a { background-color: rgb(222,1,108); }
div.DivClassName
{
background-color: #DE016C;
}
.BgClassName
{
background-color: #DE016C;
}
</style>
border-color css
<style>
span { border-color: #DE016C; }
span { border-color: rgb(222,1,108); }
td.TdClassName
{
border-color: #DE016C;
}
.TagClassName
{
border-color: #DE016C;
}
</style>