Shades of Razzmatazz #DC0062
Tints of Razzmatazz #DC0062
RGB
CMYK
RGB Variations
Color information
#DC0062 (or 0xDC0062) is known color: Razzmatazz. HEX triplet: DC, 00 and 62. RGB value is (220,0,98). Sum of RGB (Red+Green+Blue) = 220+0+98=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0062 is #23FF9D. Grayscale: #4C4C4C. Windows color (decimal): -2359198 or 6422748. OLE color: 6422748.
HSL color Cylindrical-coordinate representation of color #DC0062: hue angle of 333.27º 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 #DC0062 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.55 | 0.14 |
| HSL | 333.27º | 1% | 0.43% | - |
| HSV(B) | 333.27º | 1% | 0.86% | - |
| XYZ | 31.72 | 16.1 | 12.99 | - |
| YUV | 76.95 | 139.89 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 98 | 0 | 1 | 0.55 | 0.14 | 333.27 | 1 | 0.43 |
| Hex | DC | 0 | 62 | 0 | 64 | 37 | E | 14D | 64 | 2B |
| Octal | 334 | 0 | 142 | 0 | 144 | 67 | 16 | 515 | 144 | 53 |
| Binary | 11011100 | 0 | 1100010 | 0 | 1100100 | 110111 | 1110 | 101001101 | 1100100 | 101011 |
Color Harmonies of #DC0062
Complementary color
Monochromatic Colors of #DC0062
Black with #DC0062
Text Example
Text Example
White with #DC0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0062; }
p { color: rgb(220,0,98); }
H1.HeaderClassName
{
color: #DC0062;
}
.AnyTagClassName
{
color: #DC0062;
}
</style>
background-color css
<style>
a { background-color: #DC0062; }
a { background-color: rgb(220,0,98); }
div.DivClassName
{
background-color: #DC0062;
}
.BgClassName
{
background-color: #DC0062;
}
</style>
border-color css
<style>
span { border-color: #DC0062; }
span { border-color: rgb(220,0,98); }
td.TdClassName
{
border-color: #DC0062;
}
.TagClassName
{
border-color: #DC0062;
}
</style>