Shades of Amaranth #DC2852
Tints of Amaranth #DC2852
RGB
CMYK
RGB Variations
Color information
#DC2852 (or 0xDC2852) is known color: Amaranth. HEX triplet: DC, 28 and 52. RGB value is (220,40,82). Sum of RGB (Red+Green+Blue) = 220+40+82=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2852 is #23D7AD. Grayscale: #626262. Windows color (decimal): -2348974 or 5384412. OLE color: 5384412.
HSL color Cylindrical-coordinate representation of color #DC2852: hue angle of 346º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2852 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 82 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.14 |
| HSL | 346º | 0.72% | 0.51% | - |
| HSV(B) | 346º | 0.82% | 0.86% | - |
| XYZ | 31.8 | 17.34 | 9.65 | - |
| YUV | 98.61 | 118.63 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 82 | 0 | 0.82 | 0.63 | 0.14 | 346 | 0.72 | 0.51 |
| Hex | DC | 28 | 52 | 0 | 52 | 3F | E | 15A | 48 | 33 |
| Octal | 334 | 50 | 122 | 0 | 122 | 77 | 16 | 532 | 110 | 63 |
| Binary | 11011100 | 101000 | 1010010 | 0 | 1010010 | 111111 | 1110 | 101011010 | 1001000 | 110011 |
Color Harmonies of #DC2852
Complementary color
Monochromatic Colors of #DC2852
Black with #DC2852
Text Example
Text Example
White with #DC2852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2852; }
p { color: rgb(220,40,82); }
H1.HeaderClassName
{
color: #DC2852;
}
.AnyTagClassName
{
color: #DC2852;
}
</style>
background-color css
<style>
a { background-color: #DC2852; }
a { background-color: rgb(220,40,82); }
div.DivClassName
{
background-color: #DC2852;
}
.BgClassName
{
background-color: #DC2852;
}
</style>
border-color css
<style>
span { border-color: #DC2852; }
span { border-color: rgb(220,40,82); }
td.TdClassName
{
border-color: #DC2852;
}
.TagClassName
{
border-color: #DC2852;
}
</style>