Shades of Razzmatazz #DC005B
Tints of Razzmatazz #DC005B
RGB
CMYK
RGB Variations
Color information
#DC005B (or 0xDC005B) is known color: Razzmatazz. HEX triplet: DC, 00 and 5B. RGB value is (220,0,91). Sum of RGB (Red+Green+Blue) = 220+0+91=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC005B is #23FFA4. Grayscale: #4C4C4C. Windows color (decimal): -2359205 or 5963996. OLE color: 5963996.
HSL color Cylindrical-coordinate representation of color #DC005B: hue angle of 335.18º 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 #DC005B is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.59 | 0.14 |
| HSL | 335.18º | 1% | 0.43% | - |
| HSV(B) | 335.18º | 1% | 0.86% | - |
| XYZ | 31.4 | 15.97 | 11.33 | - |
| YUV | 76.15 | 136.39 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 91 | 0 | 1 | 0.59 | 0.14 | 335.18 | 1 | 0.43 |
| Hex | DC | 0 | 5B | 0 | 64 | 3B | E | 14F | 64 | 2B |
| Octal | 334 | 0 | 133 | 0 | 144 | 73 | 16 | 517 | 144 | 53 |
| Binary | 11011100 | 0 | 1011011 | 0 | 1100100 | 111011 | 1110 | 101001111 | 1100100 | 101011 |
Color Harmonies of #DC005B
Complementary color
Monochromatic Colors of #DC005B
Black with #DC005B
Text Example
Text Example
White with #DC005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC005B; }
p { color: rgb(220,0,91); }
H1.HeaderClassName
{
color: #DC005B;
}
.AnyTagClassName
{
color: #DC005B;
}
</style>
background-color css
<style>
a { background-color: #DC005B; }
a { background-color: rgb(220,0,91); }
div.DivClassName
{
background-color: #DC005B;
}
.BgClassName
{
background-color: #DC005B;
}
</style>
border-color css
<style>
span { border-color: #DC005B; }
span { border-color: rgb(220,0,91); }
td.TdClassName
{
border-color: #DC005B;
}
.TagClassName
{
border-color: #DC005B;
}
</style>