Shades of Amaranth #DC344E
Tints of Amaranth #DC344E
RGB
CMYK
RGB Variations
Color information
#DC344E (or 0xDC344E) is known color: Amaranth. HEX triplet: DC, 34 and 4E. RGB value is (220,52,78). Sum of RGB (Red+Green+Blue) = 220+52+78=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC344E is #23CBB1. Grayscale: #696969. Windows color (decimal): -2345906 or 5125340. OLE color: 5125340.
HSL color Cylindrical-coordinate representation of color #DC344E: hue angle of 350.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC344E is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 78 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.14 |
| HSL | 350.71º | 0.71% | 0.53% | - |
| HSV(B) | 350.71º | 0.76% | 0.86% | - |
| XYZ | 32.12 | 18.22 | 9.03 | - |
| YUV | 105.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 78 | 0 | 0.76 | 0.65 | 0.14 | 350.71 | 0.71 | 0.53 |
| Hex | DC | 34 | 4E | 0 | 4C | 41 | E | 15F | 47 | 35 |
| Octal | 334 | 64 | 116 | 0 | 114 | 101 | 16 | 537 | 107 | 65 |
| Binary | 11011100 | 110100 | 1001110 | 0 | 1001100 | 1000001 | 1110 | 101011111 | 1000111 | 110101 |
Color Harmonies of #DC344E
Complementary color
Monochromatic Colors of #DC344E
Black with #DC344E
Text Example
Text Example
White with #DC344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC344E; }
p { color: rgb(220,52,78); }
H1.HeaderClassName
{
color: #DC344E;
}
.AnyTagClassName
{
color: #DC344E;
}
</style>
background-color css
<style>
a { background-color: #DC344E; }
a { background-color: rgb(220,52,78); }
div.DivClassName
{
background-color: #DC344E;
}
.BgClassName
{
background-color: #DC344E;
}
</style>
border-color css
<style>
span { border-color: #DC344E; }
span { border-color: rgb(220,52,78); }
td.TdClassName
{
border-color: #DC344E;
}
.TagClassName
{
border-color: #DC344E;
}
</style>