Shades of Amaranth #DC2550
Tints of Amaranth #DC2550
RGB
CMYK
RGB Variations
Color information
#DC2550 (or 0xDC2550) is known color: Amaranth. HEX triplet: DC, 25 and 50. RGB value is (220,37,80). Sum of RGB (Red+Green+Blue) = 220+37+80=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2550 is #23DAAF. Grayscale: #606060. Windows color (decimal): -2349744 or 5252572. OLE color: 5252572.
HSL color Cylindrical-coordinate representation of color #DC2550: hue angle of 345.9º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2550 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 80 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.14 |
| HSL | 345.9º | 0.72% | 0.5% | - |
| HSV(B) | 345.9º | 0.83% | 0.86% | - |
| XYZ | 31.62 | 17.12 | 9.23 | - |
| YUV | 96.62 | 118.63 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 80 | 0 | 0.83 | 0.64 | 0.14 | 345.9 | 0.72 | 0.5 |
| Hex | DC | 25 | 50 | 0 | 53 | 40 | E | 15A | 48 | 32 |
| Octal | 334 | 45 | 120 | 0 | 123 | 100 | 16 | 532 | 110 | 62 |
| Binary | 11011100 | 100101 | 1010000 | 0 | 1010011 | 1000000 | 1110 | 101011010 | 1001000 | 110010 |
Color Harmonies of #DC2550
Complementary color
Monochromatic Colors of #DC2550
Black with #DC2550
Text Example
Text Example
White with #DC2550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2550; }
p { color: rgb(220,37,80); }
H1.HeaderClassName
{
color: #DC2550;
}
.AnyTagClassName
{
color: #DC2550;
}
</style>
background-color css
<style>
a { background-color: #DC2550; }
a { background-color: rgb(220,37,80); }
div.DivClassName
{
background-color: #DC2550;
}
.BgClassName
{
background-color: #DC2550;
}
</style>
border-color css
<style>
span { border-color: #DC2550; }
span { border-color: rgb(220,37,80); }
td.TdClassName
{
border-color: #DC2550;
}
.TagClassName
{
border-color: #DC2550;
}
</style>