Shades of Razzmatazz #DC0059
Tints of Razzmatazz #DC0059
RGB
CMYK
RGB Variations
Color information
#DC0059 (or 0xDC0059) is known color: Razzmatazz. HEX triplet: DC, 00 and 59. RGB value is (220,0,89). Sum of RGB (Red+Green+Blue) = 220+0+89=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0059 is #23FFA6. Grayscale: #4B4B4B. Windows color (decimal): -2359207 or 5832924. OLE color: 5832924.
HSL color Cylindrical-coordinate representation of color #DC0059: hue angle of 335.73º 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 #DC0059 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.60 | 0.14 |
| HSL | 335.73º | 1% | 0.43% | - |
| HSV(B) | 335.73º | 1% | 0.86% | - |
| XYZ | 31.32 | 15.94 | 10.88 | - |
| YUV | 75.93 | 135.39 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 89 | 0 | 1 | 0.60 | 0.14 | 335.73 | 1 | 0.43 |
| Hex | DC | 0 | 59 | 0 | 64 | 3C | E | 150 | 64 | 2B |
| Octal | 334 | 0 | 131 | 0 | 144 | 74 | 16 | 520 | 144 | 53 |
| Binary | 11011100 | 0 | 1011001 | 0 | 1100100 | 111100 | 1110 | 101010000 | 1100100 | 101011 |
Color Harmonies of #DC0059
Complementary color
Monochromatic Colors of #DC0059
Black with #DC0059
Text Example
Text Example
White with #DC0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0059; }
p { color: rgb(220,0,89); }
H1.HeaderClassName
{
color: #DC0059;
}
.AnyTagClassName
{
color: #DC0059;
}
</style>
background-color css
<style>
a { background-color: #DC0059; }
a { background-color: rgb(220,0,89); }
div.DivClassName
{
background-color: #DC0059;
}
.BgClassName
{
background-color: #DC0059;
}
</style>
border-color css
<style>
span { border-color: #DC0059; }
span { border-color: rgb(220,0,89); }
td.TdClassName
{
border-color: #DC0059;
}
.TagClassName
{
border-color: #DC0059;
}
</style>