Shades of Razzmatazz #DC0170
Tints of Razzmatazz #DC0170
RGB
CMYK
RGB Variations
Color information
#DC0170 (or 0xDC0170) is known color: Razzmatazz. HEX triplet: DC, 01 and 70. RGB value is (220,1,112). Sum of RGB (Red+Green+Blue) = 220+1+112=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0170 is #23FE8F. Grayscale: #4E4E4E. Windows color (decimal): -2358928 or 7340508. OLE color: 7340508.
HSL color Cylindrical-coordinate representation of color #DC0170: hue angle of 329.59º 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 #DC0170 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.14 |
| HSL | 329.59º | 0.99% | 0.43% | - |
| HSV(B) | 329.59º | 1% | 0.86% | - |
| XYZ | 32.45 | 16.41 | 16.79 | - |
| YUV | 79.14 | 146.55 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 112 | 0 | 1.00 | 0.49 | 0.14 | 329.59 | 0.99 | 0.43 |
| Hex | DC | 1 | 70 | 0 | 64 | 31 | E | 14A | 63 | 2B |
| Octal | 334 | 1 | 160 | 0 | 144 | 61 | 16 | 512 | 143 | 53 |
| Binary | 11011100 | 1 | 1110000 | 0 | 1100100 | 110001 | 1110 | 101001010 | 1100011 | 101011 |
Color Harmonies of #DC0170
Complementary color
Monochromatic Colors of #DC0170
Black with #DC0170
Text Example
Text Example
White with #DC0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0170; }
p { color: rgb(220,1,112); }
H1.HeaderClassName
{
color: #DC0170;
}
.AnyTagClassName
{
color: #DC0170;
}
</style>
background-color css
<style>
a { background-color: #DC0170; }
a { background-color: rgb(220,1,112); }
div.DivClassName
{
background-color: #DC0170;
}
.BgClassName
{
background-color: #DC0170;
}
</style>
border-color css
<style>
span { border-color: #DC0170; }
span { border-color: rgb(220,1,112); }
td.TdClassName
{
border-color: #DC0170;
}
.TagClassName
{
border-color: #DC0170;
}
</style>