Shades of Amaranth #DC2147
Tints of Amaranth #DC2147
RGB
CMYK
RGB Variations
Color information
#DC2147 (or 0xDC2147) is known color: Amaranth. HEX triplet: DC, 21 and 47. RGB value is (220,33,71). Sum of RGB (Red+Green+Blue) = 220+33+71=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2147 is #23DEB8. Grayscale: #5D5D5D. Windows color (decimal): -2350777 or 4661724. OLE color: 4661724.
HSL color Cylindrical-coordinate representation of color #DC2147: hue angle of 347.81º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2147 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 71 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.14 |
| HSL | 347.81º | 0.74% | 0.5% | - |
| HSV(B) | 347.81º | 0.85% | 0.86% | - |
| XYZ | 31.2 | 16.76 | 7.55 | - |
| YUV | 93.25 | 115.45 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 71 | 0 | 0.85 | 0.68 | 0.14 | 347.81 | 0.74 | 0.5 |
| Hex | DC | 21 | 47 | 0 | 55 | 44 | E | 15C | 4A | 32 |
| Octal | 334 | 41 | 107 | 0 | 125 | 104 | 16 | 534 | 112 | 62 |
| Binary | 11011100 | 100001 | 1000111 | 0 | 1010101 | 1000100 | 1110 | 101011100 | 1001010 | 110010 |
Color Harmonies of #DC2147
Complementary color
Monochromatic Colors of #DC2147
Black with #DC2147
Text Example
Text Example
White with #DC2147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2147; }
p { color: rgb(220,33,71); }
H1.HeaderClassName
{
color: #DC2147;
}
.AnyTagClassName
{
color: #DC2147;
}
</style>
background-color css
<style>
a { background-color: #DC2147; }
a { background-color: rgb(220,33,71); }
div.DivClassName
{
background-color: #DC2147;
}
.BgClassName
{
background-color: #DC2147;
}
</style>
border-color css
<style>
span { border-color: #DC2147; }
span { border-color: rgb(220,33,71); }
td.TdClassName
{
border-color: #DC2147;
}
.TagClassName
{
border-color: #DC2147;
}
</style>