Shades of Amaranth #DC2650
Tints of Amaranth #DC2650
RGB
CMYK
RGB Variations
Color information
#DC2650 (or 0xDC2650) is known color: Amaranth. HEX triplet: DC, 26 and 50. RGB value is (220,38,80). Sum of RGB (Red+Green+Blue) = 220+38+80=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2650 is #23D9AF. Grayscale: #616161. Windows color (decimal): -2349488 or 5252828. OLE color: 5252828.
HSL color Cylindrical-coordinate representation of color #DC2650: hue angle of 346.15º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2650 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 80 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.14 |
| HSL | 346.15º | 0.72% | 0.51% | - |
| HSV(B) | 346.15º | 0.83% | 0.86% | - |
| XYZ | 31.66 | 17.18 | 9.24 | - |
| YUV | 97.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 80 | 0 | 0.83 | 0.64 | 0.14 | 346.15 | 0.72 | 0.51 |
| Hex | DC | 26 | 50 | 0 | 53 | 40 | E | 15A | 48 | 33 |
| Octal | 334 | 46 | 120 | 0 | 123 | 100 | 16 | 532 | 110 | 63 |
| Binary | 11011100 | 100110 | 1010000 | 0 | 1010011 | 1000000 | 1110 | 101011010 | 1001000 | 110011 |
Color Harmonies of #DC2650
Complementary color
Monochromatic Colors of #DC2650
Black with #DC2650
Text Example
Text Example
White with #DC2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2650; }
p { color: rgb(220,38,80); }
H1.HeaderClassName
{
color: #DC2650;
}
.AnyTagClassName
{
color: #DC2650;
}
</style>
background-color css
<style>
a { background-color: #DC2650; }
a { background-color: rgb(220,38,80); }
div.DivClassName
{
background-color: #DC2650;
}
.BgClassName
{
background-color: #DC2650;
}
</style>
border-color css
<style>
span { border-color: #DC2650; }
span { border-color: rgb(220,38,80); }
td.TdClassName
{
border-color: #DC2650;
}
.TagClassName
{
border-color: #DC2650;
}
</style>