Shades of Razzmatazz #DC0564
Tints of Razzmatazz #DC0564
RGB
CMYK
RGB Variations
Color information
#DC0564 (or 0xDC0564) is known color: Razzmatazz. HEX triplet: DC, 05 and 64. RGB value is (220,5,100). Sum of RGB (Red+Green+Blue) = 220+5+100=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0564 is #23FA9B. Grayscale: #4F4F4F. Windows color (decimal): -2357916 or 6555100. OLE color: 6555100.
HSL color Cylindrical-coordinate representation of color #DC0564: hue angle of 333.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0564 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 100 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.14 |
| HSL | 333.49º | 0.96% | 0.44% | - |
| HSV(B) | 333.49º | 0.98% | 0.86% | - |
| XYZ | 31.87 | 16.24 | 13.51 | - |
| YUV | 80.12 | 139.23 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 100 | 0 | 0.98 | 0.55 | 0.14 | 333.49 | 0.96 | 0.44 |
| Hex | DC | 5 | 64 | 0 | 62 | 37 | E | 14D | 60 | 2C |
| Octal | 334 | 5 | 144 | 0 | 142 | 67 | 16 | 515 | 140 | 54 |
| Binary | 11011100 | 101 | 1100100 | 0 | 1100010 | 110111 | 1110 | 101001101 | 1100000 | 101100 |
Color Harmonies of #DC0564
Complementary color
Monochromatic Colors of #DC0564
Black with #DC0564
Text Example
Text Example
White with #DC0564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0564; }
p { color: rgb(220,5,100); }
H1.HeaderClassName
{
color: #DC0564;
}
.AnyTagClassName
{
color: #DC0564;
}
</style>
background-color css
<style>
a { background-color: #DC0564; }
a { background-color: rgb(220,5,100); }
div.DivClassName
{
background-color: #DC0564;
}
.BgClassName
{
background-color: #DC0564;
}
</style>
border-color css
<style>
span { border-color: #DC0564; }
span { border-color: rgb(220,5,100); }
td.TdClassName
{
border-color: #DC0564;
}
.TagClassName
{
border-color: #DC0564;
}
</style>