Shades of Amaranth #DC3452
Tints of Amaranth #DC3452
RGB
CMYK
RGB Variations
Color information
#DC3452 (or 0xDC3452) is known color: Amaranth. HEX triplet: DC, 34 and 52. RGB value is (220,52,82). Sum of RGB (Red+Green+Blue) = 220+52+82=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3452 is #23CBAD. Grayscale: #696969. Windows color (decimal): -2345902 or 5387484. OLE color: 5387484.
HSL color Cylindrical-coordinate representation of color #DC3452: hue angle of 349.29º 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 #DC3452 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 82 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.14 |
| HSL | 349.29º | 0.71% | 0.53% | - |
| HSV(B) | 349.29º | 0.76% | 0.86% | - |
| XYZ | 32.27 | 18.28 | 9.81 | - |
| YUV | 105.65 | 114.66 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 82 | 0 | 0.76 | 0.63 | 0.14 | 349.29 | 0.71 | 0.53 |
| Hex | DC | 34 | 52 | 0 | 4C | 3F | E | 15D | 47 | 35 |
| Octal | 334 | 64 | 122 | 0 | 114 | 77 | 16 | 535 | 107 | 65 |
| Binary | 11011100 | 110100 | 1010010 | 0 | 1001100 | 111111 | 1110 | 101011101 | 1000111 | 110101 |
Color Harmonies of #DC3452
Complementary color
Monochromatic Colors of #DC3452
Black with #DC3452
Text Example
Text Example
White with #DC3452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3452; }
p { color: rgb(220,52,82); }
H1.HeaderClassName
{
color: #DC3452;
}
.AnyTagClassName
{
color: #DC3452;
}
</style>
background-color css
<style>
a { background-color: #DC3452; }
a { background-color: rgb(220,52,82); }
div.DivClassName
{
background-color: #DC3452;
}
.BgClassName
{
background-color: #DC3452;
}
</style>
border-color css
<style>
span { border-color: #DC3452; }
span { border-color: rgb(220,52,82); }
td.TdClassName
{
border-color: #DC3452;
}
.TagClassName
{
border-color: #DC3452;
}
</style>