Shades of Razzmatazz #DC0072
Tints of Razzmatazz #DC0072
RGB
CMYK
RGB Variations
Color information
#DC0072 (or 0xDC0072) is known color: Razzmatazz. HEX triplet: DC, 00 and 72. RGB value is (220,0,114). Sum of RGB (Red+Green+Blue) = 220+0+114=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0072 is #23FF8D. Grayscale: #4E4E4E. Windows color (decimal): -2359182 or 7471324. OLE color: 7471324.
HSL color Cylindrical-coordinate representation of color #DC0072: hue angle of 328.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0072 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.48 | 0.14 |
| HSL | 328.91º | 1% | 0.43% | - |
| HSV(B) | 328.91º | 1% | 0.86% | - |
| XYZ | 32.55 | 16.43 | 17.38 | - |
| YUV | 78.78 | 147.89 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 114 | 0 | 1 | 0.48 | 0.14 | 328.91 | 1 | 0.43 |
| Hex | DC | 0 | 72 | 0 | 64 | 30 | E | 149 | 64 | 2B |
| Octal | 334 | 0 | 162 | 0 | 144 | 60 | 16 | 511 | 144 | 53 |
| Binary | 11011100 | 0 | 1110010 | 0 | 1100100 | 110000 | 1110 | 101001001 | 1100100 | 101011 |
Color Harmonies of #DC0072
Complementary color
Monochromatic Colors of #DC0072
Black with #DC0072
Text Example
Text Example
White with #DC0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0072; }
p { color: rgb(220,0,114); }
H1.HeaderClassName
{
color: #DC0072;
}
.AnyTagClassName
{
color: #DC0072;
}
</style>
background-color css
<style>
a { background-color: #DC0072; }
a { background-color: rgb(220,0,114); }
div.DivClassName
{
background-color: #DC0072;
}
.BgClassName
{
background-color: #DC0072;
}
</style>
border-color css
<style>
span { border-color: #DC0072; }
span { border-color: rgb(220,0,114); }
td.TdClassName
{
border-color: #DC0072;
}
.TagClassName
{
border-color: #DC0072;
}
</style>