Shades of Razzmatazz #DC0458
Tints of Razzmatazz #DC0458
RGB
CMYK
RGB Variations
Color information
#DC0458 (or 0xDC0458) is known color: Razzmatazz. HEX triplet: DC, 04 and 58. RGB value is (220,4,88). Sum of RGB (Red+Green+Blue) = 220+4+88=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0458 is #23FBA7. Grayscale: #4E4E4E. Windows color (decimal): -2358184 or 5768412. OLE color: 5768412.
HSL color Cylindrical-coordinate representation of color #DC0458: hue angle of 336.67º 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 #DC0458 is Cyan = 0, Magento = 0.98, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.6 | 0.14 |
| HSL | 336.67º | 0.96% | 0.44% | - |
| HSV(B) | 336.67º | 0.98% | 0.86% | - |
| XYZ | 31.32 | 16.01 | 10.67 | - |
| YUV | 78.16 | 133.56 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 88 | 0 | 0.98 | 0.6 | 0.14 | 336.67 | 0.96 | 0.44 |
| Hex | DC | 4 | 58 | 0 | 62 | 3C | E | 151 | 60 | 2C |
| Octal | 334 | 4 | 130 | 0 | 142 | 74 | 16 | 521 | 140 | 54 |
| Binary | 11011100 | 100 | 1011000 | 0 | 1100010 | 111100 | 1110 | 101010001 | 1100000 | 101100 |
Color Harmonies of #DC0458
Complementary color
Monochromatic Colors of #DC0458
Black with #DC0458
Text Example
Text Example
White with #DC0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0458; }
p { color: rgb(220,4,88); }
H1.HeaderClassName
{
color: #DC0458;
}
.AnyTagClassName
{
color: #DC0458;
}
</style>
background-color css
<style>
a { background-color: #DC0458; }
a { background-color: rgb(220,4,88); }
div.DivClassName
{
background-color: #DC0458;
}
.BgClassName
{
background-color: #DC0458;
}
</style>
border-color css
<style>
span { border-color: #DC0458; }
span { border-color: rgb(220,4,88); }
td.TdClassName
{
border-color: #DC0458;
}
.TagClassName
{
border-color: #DC0458;
}
</style>