Shades of Amaranth #DC2051
Tints of Amaranth #DC2051
RGB
CMYK
RGB Variations
Color information
#DC2051 (or 0xDC2051) is known color: Amaranth. HEX triplet: DC, 20 and 51. RGB value is (220,32,81). Sum of RGB (Red+Green+Blue) = 220+32+81=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2051 is #23DFAE. Grayscale: #5D5D5D. Windows color (decimal): -2351023 or 5316828. OLE color: 5316828.
HSL color Cylindrical-coordinate representation of color #DC2051: hue angle of 344.36º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2051 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 81 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.14 |
| HSL | 344.36º | 0.75% | 0.49% | - |
| HSV(B) | 344.36º | 0.85% | 0.86% | - |
| XYZ | 31.52 | 16.84 | 9.37 | - |
| YUV | 93.8 | 120.78 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 81 | 0 | 0.85 | 0.63 | 0.14 | 344.36 | 0.75 | 0.49 |
| Hex | DC | 20 | 51 | 0 | 55 | 3F | E | 158 | 4B | 31 |
| Octal | 334 | 40 | 121 | 0 | 125 | 77 | 16 | 530 | 113 | 61 |
| Binary | 11011100 | 100000 | 1010001 | 0 | 1010101 | 111111 | 1110 | 101011000 | 1001011 | 110001 |
Color Harmonies of #DC2051
Complementary color
Monochromatic Colors of #DC2051
Black with #DC2051
Text Example
Text Example
White with #DC2051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2051; }
p { color: rgb(220,32,81); }
H1.HeaderClassName
{
color: #DC2051;
}
.AnyTagClassName
{
color: #DC2051;
}
</style>
background-color css
<style>
a { background-color: #DC2051; }
a { background-color: rgb(220,32,81); }
div.DivClassName
{
background-color: #DC2051;
}
.BgClassName
{
background-color: #DC2051;
}
</style>
border-color css
<style>
span { border-color: #DC2051; }
span { border-color: rgb(220,32,81); }
td.TdClassName
{
border-color: #DC2051;
}
.TagClassName
{
border-color: #DC2051;
}
</style>