Shades of Razzmatazz #DC0D58
Tints of Razzmatazz #DC0D58
RGB
CMYK
RGB Variations
Color information
#DC0D58 (or 0xDC0D58) is known color: Razzmatazz. HEX triplet: DC, 0D and 58. RGB value is (220,13,88). Sum of RGB (Red+Green+Blue) = 220+13+88=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D58 is #23F2A7. Grayscale: #535353. Windows color (decimal): -2355880 or 5770716. OLE color: 5770716.
HSL color Cylindrical-coordinate representation of color #DC0D58: hue angle of 338.26º 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 #DC0D58 is Cyan = 0, Magento = 0.94, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 88 | - |
| CMYK | 0 | 0.94 | 0.6 | 0.14 |
| HSL | 338.26º | 0.89% | 0.46% | - |
| HSV(B) | 338.26º | 0.94% | 0.86% | - |
| XYZ | 31.42 | 16.21 | 10.7 | - |
| YUV | 83.44 | 130.58 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 88 | 0 | 0.94 | 0.6 | 0.14 | 338.26 | 0.89 | 0.46 |
| Hex | DC | D | 58 | 0 | 5E | 3C | E | 152 | 59 | 2E |
| Octal | 334 | 15 | 130 | 0 | 136 | 74 | 16 | 522 | 131 | 56 |
| Binary | 11011100 | 1101 | 1011000 | 0 | 1011110 | 111100 | 1110 | 101010010 | 1011001 | 101110 |
Color Harmonies of #DC0D58
Complementary color
Monochromatic Colors of #DC0D58
Black with #DC0D58
Text Example
Text Example
White with #DC0D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D58; }
p { color: rgb(220,13,88); }
H1.HeaderClassName
{
color: #DC0D58;
}
.AnyTagClassName
{
color: #DC0D58;
}
</style>
background-color css
<style>
a { background-color: #DC0D58; }
a { background-color: rgb(220,13,88); }
div.DivClassName
{
background-color: #DC0D58;
}
.BgClassName
{
background-color: #DC0D58;
}
</style>
border-color css
<style>
span { border-color: #DC0D58; }
span { border-color: rgb(220,13,88); }
td.TdClassName
{
border-color: #DC0D58;
}
.TagClassName
{
border-color: #DC0D58;
}
</style>