Shades of Razzmatazz #DC0171
Tints of Razzmatazz #DC0171
RGB
CMYK
RGB Variations
Color information
#DC0171 (or 0xDC0171) is known color: Razzmatazz. HEX triplet: DC, 01 and 71. RGB value is (220,1,113). Sum of RGB (Red+Green+Blue) = 220+1+113=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0171 is #23FE8E. Grayscale: #4F4F4F. Windows color (decimal): -2358927 or 7406044. OLE color: 7406044.
HSL color Cylindrical-coordinate representation of color #DC0171: hue angle of 329.32º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0171 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 113 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.14 |
| HSL | 329.32º | 0.99% | 0.43% | - |
| HSV(B) | 329.32º | 1% | 0.86% | - |
| XYZ | 32.51 | 16.43 | 17.08 | - |
| YUV | 79.25 | 147.05 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 113 | 0 | 1.00 | 0.49 | 0.14 | 329.32 | 0.99 | 0.43 |
| Hex | DC | 1 | 71 | 0 | 64 | 31 | E | 149 | 63 | 2B |
| Octal | 334 | 1 | 161 | 0 | 144 | 61 | 16 | 511 | 143 | 53 |
| Binary | 11011100 | 1 | 1110001 | 0 | 1100100 | 110001 | 1110 | 101001001 | 1100011 | 101011 |
Color Harmonies of #DC0171
Complementary color
Monochromatic Colors of #DC0171
Black with #DC0171
Text Example
Text Example
White with #DC0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0171; }
p { color: rgb(220,1,113); }
H1.HeaderClassName
{
color: #DC0171;
}
.AnyTagClassName
{
color: #DC0171;
}
</style>
background-color css
<style>
a { background-color: #DC0171; }
a { background-color: rgb(220,1,113); }
div.DivClassName
{
background-color: #DC0171;
}
.BgClassName
{
background-color: #DC0171;
}
</style>
border-color css
<style>
span { border-color: #DC0171; }
span { border-color: rgb(220,1,113); }
td.TdClassName
{
border-color: #DC0171;
}
.TagClassName
{
border-color: #DC0171;
}
</style>