Shades of Razzmatazz #DC0C58
Tints of Razzmatazz #DC0C58
RGB
CMYK
RGB Variations
Color information
#DC0C58 (or 0xDC0C58) is known color: Razzmatazz. HEX triplet: DC, 0C and 58. RGB value is (220,12,88). Sum of RGB (Red+Green+Blue) = 220+12+88=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0C58 is #23F3A7. Grayscale: #525252. Windows color (decimal): -2356136 or 5770460. OLE color: 5770460.
HSL color Cylindrical-coordinate representation of color #DC0C58: hue angle of 338.08º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C58 is Cyan = 0, Magento = 0.95, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 88 | - |
| CMYK | 0 | 0.95 | 0.6 | 0.14 |
| HSL | 338.08º | 0.9% | 0.45% | - |
| HSV(B) | 338.08º | 0.95% | 0.86% | - |
| XYZ | 31.41 | 16.18 | 10.7 | - |
| YUV | 82.86 | 130.91 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 88 | 0 | 0.95 | 0.6 | 0.14 | 338.08 | 0.9 | 0.45 |
| Hex | DC | C | 58 | 0 | 5F | 3C | E | 152 | 5A | 2D |
| Octal | 334 | 14 | 130 | 0 | 137 | 74 | 16 | 522 | 132 | 55 |
| Binary | 11011100 | 1100 | 1011000 | 0 | 1011111 | 111100 | 1110 | 101010010 | 1011010 | 101101 |
Color Harmonies of #DC0C58
Complementary color
Monochromatic Colors of #DC0C58
Black with #DC0C58
Text Example
Text Example
White with #DC0C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C58; }
p { color: rgb(220,12,88); }
H1.HeaderClassName
{
color: #DC0C58;
}
.AnyTagClassName
{
color: #DC0C58;
}
</style>
background-color css
<style>
a { background-color: #DC0C58; }
a { background-color: rgb(220,12,88); }
div.DivClassName
{
background-color: #DC0C58;
}
.BgClassName
{
background-color: #DC0C58;
}
</style>
border-color css
<style>
span { border-color: #DC0C58; }
span { border-color: rgb(220,12,88); }
td.TdClassName
{
border-color: #DC0C58;
}
.TagClassName
{
border-color: #DC0C58;
}
</style>