Shades of Razzmatazz #DC075E
Tints of Razzmatazz #DC075E
RGB
CMYK
RGB Variations
Color information
#DC075E (or 0xDC075E) is known color: Razzmatazz. HEX triplet: DC, 07 and 5E. RGB value is (220,7,94). Sum of RGB (Red+Green+Blue) = 220+7+94=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC075E is #23F8A1. Grayscale: #505050. Windows color (decimal): -2357410 or 6162396. OLE color: 6162396.
HSL color Cylindrical-coordinate representation of color #DC075E: hue angle of 335.49º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC075E is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 94 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.14 |
| HSL | 335.49º | 0.94% | 0.45% | - |
| HSV(B) | 335.49º | 0.97% | 0.86% | - |
| XYZ | 31.61 | 16.18 | 12.05 | - |
| YUV | 80.61 | 135.57 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 94 | 0 | 0.97 | 0.57 | 0.14 | 335.49 | 0.94 | 0.45 |
| Hex | DC | 7 | 5E | 0 | 61 | 39 | E | 14F | 5E | 2D |
| Octal | 334 | 7 | 136 | 0 | 141 | 71 | 16 | 517 | 136 | 55 |
| Binary | 11011100 | 111 | 1011110 | 0 | 1100001 | 111001 | 1110 | 101001111 | 1011110 | 101101 |
Color Harmonies of #DC075E
Complementary color
Monochromatic Colors of #DC075E
Black with #DC075E
Text Example
Text Example
White with #DC075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC075E; }
p { color: rgb(220,7,94); }
H1.HeaderClassName
{
color: #DC075E;
}
.AnyTagClassName
{
color: #DC075E;
}
</style>
background-color css
<style>
a { background-color: #DC075E; }
a { background-color: rgb(220,7,94); }
div.DivClassName
{
background-color: #DC075E;
}
.BgClassName
{
background-color: #DC075E;
}
</style>
border-color css
<style>
span { border-color: #DC075E; }
span { border-color: rgb(220,7,94); }
td.TdClassName
{
border-color: #DC075E;
}
.TagClassName
{
border-color: #DC075E;
}
</style>