Shades of Razzmatazz #DC0D59
Tints of Razzmatazz #DC0D59
RGB
CMYK
RGB Variations
Color information
#DC0D59 (or 0xDC0D59) is known color: Razzmatazz. HEX triplet: DC, 0D and 59. RGB value is (220,13,89). Sum of RGB (Red+Green+Blue) = 220+13+89=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D59 is #23F2A6. Grayscale: #535353. Windows color (decimal): -2355879 or 5836252. OLE color: 5836252.
HSL color Cylindrical-coordinate representation of color #DC0D59: hue angle of 337.97º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D59 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 89 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.14 |
| HSL | 337.97º | 0.89% | 0.46% | - |
| HSV(B) | 337.97º | 0.94% | 0.86% | - |
| XYZ | 31.46 | 16.22 | 10.92 | - |
| YUV | 83.56 | 131.08 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 89 | 0 | 0.94 | 0.60 | 0.14 | 337.97 | 0.89 | 0.46 |
| Hex | DC | D | 59 | 0 | 5E | 3C | E | 152 | 59 | 2E |
| Octal | 334 | 15 | 131 | 0 | 136 | 74 | 16 | 522 | 131 | 56 |
| Binary | 11011100 | 1101 | 1011001 | 0 | 1011110 | 111100 | 1110 | 101010010 | 1011001 | 101110 |
Color Harmonies of #DC0D59
Complementary color
Monochromatic Colors of #DC0D59
Black with #DC0D59
Text Example
Text Example
White with #DC0D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D59; }
p { color: rgb(220,13,89); }
H1.HeaderClassName
{
color: #DC0D59;
}
.AnyTagClassName
{
color: #DC0D59;
}
</style>
background-color css
<style>
a { background-color: #DC0D59; }
a { background-color: rgb(220,13,89); }
div.DivClassName
{
background-color: #DC0D59;
}
.BgClassName
{
background-color: #DC0D59;
}
</style>
border-color css
<style>
span { border-color: #DC0D59; }
span { border-color: rgb(220,13,89); }
td.TdClassName
{
border-color: #DC0D59;
}
.TagClassName
{
border-color: #DC0D59;
}
</style>