Shades of Razzmatazz #DC0056
Tints of Razzmatazz #DC0056
RGB
CMYK
RGB Variations
Color information
#DC0056 (or 0xDC0056) is known color: Razzmatazz. HEX triplet: DC, 00 and 56. RGB value is (220,0,86). Sum of RGB (Red+Green+Blue) = 220+0+86=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0056 is #23FFA9. Grayscale: #4B4B4B. Windows color (decimal): -2359210 or 5636316. OLE color: 5636316.
HSL color Cylindrical-coordinate representation of color #DC0056: hue angle of 336.55º 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 #DC0056 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.61 | 0.14 |
| HSL | 336.55º | 1% | 0.43% | - |
| HSV(B) | 336.55º | 1% | 0.86% | - |
| XYZ | 31.19 | 15.89 | 10.23 | - |
| YUV | 75.58 | 133.89 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 86 | 0 | 1 | 0.61 | 0.14 | 336.55 | 1 | 0.43 |
| Hex | DC | 0 | 56 | 0 | 64 | 3D | E | 151 | 64 | 2B |
| Octal | 334 | 0 | 126 | 0 | 144 | 75 | 16 | 521 | 144 | 53 |
| Binary | 11011100 | 0 | 1010110 | 0 | 1100100 | 111101 | 1110 | 101010001 | 1100100 | 101011 |
Color Harmonies of #DC0056
Complementary color
Monochromatic Colors of #DC0056
Black with #DC0056
Text Example
Text Example
White with #DC0056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0056; }
p { color: rgb(220,0,86); }
H1.HeaderClassName
{
color: #DC0056;
}
.AnyTagClassName
{
color: #DC0056;
}
</style>
background-color css
<style>
a { background-color: #DC0056; }
a { background-color: rgb(220,0,86); }
div.DivClassName
{
background-color: #DC0056;
}
.BgClassName
{
background-color: #DC0056;
}
</style>
border-color css
<style>
span { border-color: #DC0056; }
span { border-color: rgb(220,0,86); }
td.TdClassName
{
border-color: #DC0056;
}
.TagClassName
{
border-color: #DC0056;
}
</style>