Shades of Razzmatazz #DC0053
Tints of Razzmatazz #DC0053
RGB
CMYK
RGB Variations
Color information
#DC0053 (or 0xDC0053) is known color: Razzmatazz. HEX triplet: DC, 00 and 53. RGB value is (220,0,83). Sum of RGB (Red+Green+Blue) = 220+0+83=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0053 is #23FFAC. Grayscale: #4B4B4B. Windows color (decimal): -2359213 or 5439708. OLE color: 5439708.
HSL color Cylindrical-coordinate representation of color #DC0053: hue angle of 337.36º 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 #DC0053 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.62 | 0.14 |
| HSL | 337.36º | 1% | 0.43% | - |
| HSV(B) | 337.36º | 1% | 0.86% | - |
| XYZ | 31.08 | 15.84 | 9.6 | - |
| YUV | 75.24 | 132.39 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 83 | 0 | 1 | 0.62 | 0.14 | 337.36 | 1 | 0.43 |
| Hex | DC | 0 | 53 | 0 | 64 | 3E | E | 151 | 64 | 2B |
| Octal | 334 | 0 | 123 | 0 | 144 | 76 | 16 | 521 | 144 | 53 |
| Binary | 11011100 | 0 | 1010011 | 0 | 1100100 | 111110 | 1110 | 101010001 | 1100100 | 101011 |
Color Harmonies of #DC0053
Complementary color
Monochromatic Colors of #DC0053
Black with #DC0053
Text Example
Text Example
White with #DC0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0053; }
p { color: rgb(220,0,83); }
H1.HeaderClassName
{
color: #DC0053;
}
.AnyTagClassName
{
color: #DC0053;
}
</style>
background-color css
<style>
a { background-color: #DC0053; }
a { background-color: rgb(220,0,83); }
div.DivClassName
{
background-color: #DC0053;
}
.BgClassName
{
background-color: #DC0053;
}
</style>
border-color css
<style>
span { border-color: #DC0053; }
span { border-color: rgb(220,0,83); }
td.TdClassName
{
border-color: #DC0053;
}
.TagClassName
{
border-color: #DC0053;
}
</style>