Shades of Razzmatazz #DC0561
Tints of Razzmatazz #DC0561
RGB
CMYK
RGB Variations
Color information
#DC0561 (or 0xDC0561) is known color: Razzmatazz. HEX triplet: DC, 05 and 61. RGB value is (220,5,97). Sum of RGB (Red+Green+Blue) = 220+5+97=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0561 is #23FA9E. Grayscale: #4F4F4F. Windows color (decimal): -2357919 or 6358492. OLE color: 6358492.
HSL color Cylindrical-coordinate representation of color #DC0561: hue angle of 334.33º 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 #DC0561 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 97 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.14 |
| HSL | 334.33º | 0.96% | 0.44% | - |
| HSV(B) | 334.33º | 0.98% | 0.86% | - |
| XYZ | 31.73 | 16.19 | 12.76 | - |
| YUV | 79.77 | 137.73 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 97 | 0 | 0.98 | 0.56 | 0.14 | 334.33 | 0.96 | 0.44 |
| Hex | DC | 5 | 61 | 0 | 62 | 38 | E | 14E | 60 | 2C |
| Octal | 334 | 5 | 141 | 0 | 142 | 70 | 16 | 516 | 140 | 54 |
| Binary | 11011100 | 101 | 1100001 | 0 | 1100010 | 111000 | 1110 | 101001110 | 1100000 | 101100 |
Color Harmonies of #DC0561
Complementary color
Monochromatic Colors of #DC0561
Black with #DC0561
Text Example
Text Example
White with #DC0561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0561; }
p { color: rgb(220,5,97); }
H1.HeaderClassName
{
color: #DC0561;
}
.AnyTagClassName
{
color: #DC0561;
}
</style>
background-color css
<style>
a { background-color: #DC0561; }
a { background-color: rgb(220,5,97); }
div.DivClassName
{
background-color: #DC0561;
}
.BgClassName
{
background-color: #DC0561;
}
</style>
border-color css
<style>
span { border-color: #DC0561; }
span { border-color: rgb(220,5,97); }
td.TdClassName
{
border-color: #DC0561;
}
.TagClassName
{
border-color: #DC0561;
}
</style>