Shades of Amaranth #DC314E
Tints of Amaranth #DC314E
RGB
CMYK
RGB Variations
Color information
#DC314E (or 0xDC314E) is known color: Amaranth. HEX triplet: DC, 31 and 4E. RGB value is (220,49,78). Sum of RGB (Red+Green+Blue) = 220+49+78=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC314E is #23CEB1. Grayscale: #676767. Windows color (decimal): -2346674 or 5124572. OLE color: 5124572.
HSL color Cylindrical-coordinate representation of color #DC314E: hue angle of 349.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC314E is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 78 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.14 |
| HSL | 349.82º | 0.71% | 0.53% | - |
| HSV(B) | 349.82º | 0.78% | 0.86% | - |
| XYZ | 31.99 | 17.96 | 8.99 | - |
| YUV | 103.44 | 113.65 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 78 | 0 | 0.78 | 0.65 | 0.14 | 349.82 | 0.71 | 0.53 |
| Hex | DC | 31 | 4E | 0 | 4E | 41 | E | 15E | 47 | 35 |
| Octal | 334 | 61 | 116 | 0 | 116 | 101 | 16 | 536 | 107 | 65 |
| Binary | 11011100 | 110001 | 1001110 | 0 | 1001110 | 1000001 | 1110 | 101011110 | 1000111 | 110101 |
Color Harmonies of #DC314E
Complementary color
Monochromatic Colors of #DC314E
Black with #DC314E
Text Example
Text Example
White with #DC314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC314E; }
p { color: rgb(220,49,78); }
H1.HeaderClassName
{
color: #DC314E;
}
.AnyTagClassName
{
color: #DC314E;
}
</style>
background-color css
<style>
a { background-color: #DC314E; }
a { background-color: rgb(220,49,78); }
div.DivClassName
{
background-color: #DC314E;
}
.BgClassName
{
background-color: #DC314E;
}
</style>
border-color css
<style>
span { border-color: #DC314E; }
span { border-color: rgb(220,49,78); }
td.TdClassName
{
border-color: #DC314E;
}
.TagClassName
{
border-color: #DC314E;
}
</style>