Shades of Amaranth #DC2A51
Tints of Amaranth #DC2A51
RGB
CMYK
RGB Variations
Color information
#DC2A51 (or 0xDC2A51) is known color: Amaranth. HEX triplet: DC, 2A and 51. RGB value is (220,42,81). Sum of RGB (Red+Green+Blue) = 220+42+81=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A51 is #23D5AE. Grayscale: #636363. Windows color (decimal): -2348463 or 5319388. OLE color: 5319388.
HSL color Cylindrical-coordinate representation of color #DC2A51: hue angle of 346.85º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A51 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 81 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.14 |
| HSL | 346.85º | 0.72% | 0.51% | - |
| HSV(B) | 346.85º | 0.81% | 0.86% | - |
| XYZ | 31.83 | 17.47 | 9.48 | - |
| YUV | 99.67 | 117.47 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 81 | 0 | 0.81 | 0.63 | 0.14 | 346.85 | 0.72 | 0.51 |
| Hex | DC | 2A | 51 | 0 | 51 | 3F | E | 15B | 48 | 33 |
| Octal | 334 | 52 | 121 | 0 | 121 | 77 | 16 | 533 | 110 | 63 |
| Binary | 11011100 | 101010 | 1010001 | 0 | 1010001 | 111111 | 1110 | 101011011 | 1001000 | 110011 |
Color Harmonies of #DC2A51
Complementary color
Monochromatic Colors of #DC2A51
Black with #DC2A51
Text Example
Text Example
White with #DC2A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A51; }
p { color: rgb(220,42,81); }
H1.HeaderClassName
{
color: #DC2A51;
}
.AnyTagClassName
{
color: #DC2A51;
}
</style>
background-color css
<style>
a { background-color: #DC2A51; }
a { background-color: rgb(220,42,81); }
div.DivClassName
{
background-color: #DC2A51;
}
.BgClassName
{
background-color: #DC2A51;
}
</style>
border-color css
<style>
span { border-color: #DC2A51; }
span { border-color: rgb(220,42,81); }
td.TdClassName
{
border-color: #DC2A51;
}
.TagClassName
{
border-color: #DC2A51;
}
</style>