Shades of Razzmatazz #DC0050
Tints of Razzmatazz #DC0050
RGB
CMYK
RGB Variations
Color information
#DC0050 (or 0xDC0050) is known color: Razzmatazz. HEX triplet: DC, 00 and 50. RGB value is (220,0,80). Sum of RGB (Red+Green+Blue) = 220+0+80=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0050 is #23FFAF. Grayscale: #4A4A4A. Windows color (decimal): -2359216 or 5243100. OLE color: 5243100.
HSL color Cylindrical-coordinate representation of color #DC0050: hue angle of 338.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 #DC0050 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.64 | 0.14 |
| HSL | 338.18º | 1% | 0.43% | - |
| HSV(B) | 338.18º | 1% | 0.86% | - |
| XYZ | 30.96 | 15.79 | 9.01 | - |
| YUV | 74.9 | 130.89 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 80 | 0 | 1 | 0.64 | 0.14 | 338.18 | 1 | 0.43 |
| Hex | DC | 0 | 50 | 0 | 64 | 40 | E | 152 | 64 | 2B |
| Octal | 334 | 0 | 120 | 0 | 144 | 100 | 16 | 522 | 144 | 53 |
| Binary | 11011100 | 0 | 1010000 | 0 | 1100100 | 1000000 | 1110 | 101010010 | 1100100 | 101011 |
Color Harmonies of #DC0050
Complementary color
Monochromatic Colors of #DC0050
Black with #DC0050
Text Example
Text Example
White with #DC0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0050; }
p { color: rgb(220,0,80); }
H1.HeaderClassName
{
color: #DC0050;
}
.AnyTagClassName
{
color: #DC0050;
}
</style>
background-color css
<style>
a { background-color: #DC0050; }
a { background-color: rgb(220,0,80); }
div.DivClassName
{
background-color: #DC0050;
}
.BgClassName
{
background-color: #DC0050;
}
</style>
border-color css
<style>
span { border-color: #DC0050; }
span { border-color: rgb(220,0,80); }
td.TdClassName
{
border-color: #DC0050;
}
.TagClassName
{
border-color: #DC0050;
}
</style>