Shades of Amaranth #DC3454
Tints of Amaranth #DC3454
RGB
CMYK
RGB Variations
Color information
#DC3454 (or 0xDC3454) is known color: Amaranth. HEX triplet: DC, 34 and 54. RGB value is (220,52,84). Sum of RGB (Red+Green+Blue) = 220+52+84=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3454 is #23CBAB. Grayscale: #696969. Windows color (decimal): -2345900 or 5518556. OLE color: 5518556.
HSL color Cylindrical-coordinate representation of color #DC3454: hue angle of 348.57º 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 #DC3454 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 84 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.14 |
| HSL | 348.57º | 0.71% | 0.53% | - |
| HSV(B) | 348.57º | 0.76% | 0.86% | - |
| XYZ | 32.34 | 18.31 | 10.22 | - |
| YUV | 105.88 | 115.66 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 84 | 0 | 0.76 | 0.62 | 0.14 | 348.57 | 0.71 | 0.53 |
| Hex | DC | 34 | 54 | 0 | 4C | 3E | E | 15D | 47 | 35 |
| Octal | 334 | 64 | 124 | 0 | 114 | 76 | 16 | 535 | 107 | 65 |
| Binary | 11011100 | 110100 | 1010100 | 0 | 1001100 | 111110 | 1110 | 101011101 | 1000111 | 110101 |
Color Harmonies of #DC3454
Complementary color
Monochromatic Colors of #DC3454
Black with #DC3454
Text Example
Text Example
White with #DC3454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3454; }
p { color: rgb(220,52,84); }
H1.HeaderClassName
{
color: #DC3454;
}
.AnyTagClassName
{
color: #DC3454;
}
</style>
background-color css
<style>
a { background-color: #DC3454; }
a { background-color: rgb(220,52,84); }
div.DivClassName
{
background-color: #DC3454;
}
.BgClassName
{
background-color: #DC3454;
}
</style>
border-color css
<style>
span { border-color: #DC3454; }
span { border-color: rgb(220,52,84); }
td.TdClassName
{
border-color: #DC3454;
}
.TagClassName
{
border-color: #DC3454;
}
</style>