Shades of Razzmatazz #DC005D
Tints of Razzmatazz #DC005D
RGB
CMYK
RGB Variations
Color information
#DC005D (or 0xDC005D) is known color: Razzmatazz. HEX triplet: DC, 00 and 5D. RGB value is (220,0,93). Sum of RGB (Red+Green+Blue) = 220+0+93=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC005D is #23FFA2. Grayscale: #4C4C4C. Windows color (decimal): -2359203 or 6095068. OLE color: 6095068.
HSL color Cylindrical-coordinate representation of color #DC005D: hue angle of 334.64º 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 #DC005D is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.58 | 0.14 |
| HSL | 334.64º | 1% | 0.43% | - |
| HSV(B) | 334.64º | 1% | 0.86% | - |
| XYZ | 31.49 | 16.01 | 11.79 | - |
| YUV | 76.38 | 137.39 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 93 | 0 | 1 | 0.58 | 0.14 | 334.64 | 1 | 0.43 |
| Hex | DC | 0 | 5D | 0 | 64 | 3A | E | 14F | 64 | 2B |
| Octal | 334 | 0 | 135 | 0 | 144 | 72 | 16 | 517 | 144 | 53 |
| Binary | 11011100 | 0 | 1011101 | 0 | 1100100 | 111010 | 1110 | 101001111 | 1100100 | 101011 |
Color Harmonies of #DC005D
Complementary color
Monochromatic Colors of #DC005D
Black with #DC005D
Text Example
Text Example
White with #DC005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC005D; }
p { color: rgb(220,0,93); }
H1.HeaderClassName
{
color: #DC005D;
}
.AnyTagClassName
{
color: #DC005D;
}
</style>
background-color css
<style>
a { background-color: #DC005D; }
a { background-color: rgb(220,0,93); }
div.DivClassName
{
background-color: #DC005D;
}
.BgClassName
{
background-color: #DC005D;
}
</style>
border-color css
<style>
span { border-color: #DC005D; }
span { border-color: rgb(220,0,93); }
td.TdClassName
{
border-color: #DC005D;
}
.TagClassName
{
border-color: #DC005D;
}
</style>