Shades of Amaranth #DC2252
Tints of Amaranth #DC2252
RGB
CMYK
RGB Variations
Color information
#DC2252 (or 0xDC2252) is known color: Amaranth. HEX triplet: DC, 22 and 52. RGB value is (220,34,82). Sum of RGB (Red+Green+Blue) = 220+34+82=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2252 is #23DDAD. Grayscale: #5F5F5F. Windows color (decimal): -2350510 or 5382876. OLE color: 5382876.
HSL color Cylindrical-coordinate representation of color #DC2252: hue angle of 344.52º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2252 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 82 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.14 |
| HSL | 344.52º | 0.73% | 0.5% | - |
| HSV(B) | 344.52º | 0.85% | 0.86% | - |
| XYZ | 31.61 | 16.97 | 9.59 | - |
| YUV | 95.09 | 120.62 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 82 | 0 | 0.85 | 0.63 | 0.14 | 344.52 | 0.73 | 0.5 |
| Hex | DC | 22 | 52 | 0 | 55 | 3F | E | 159 | 49 | 32 |
| Octal | 334 | 42 | 122 | 0 | 125 | 77 | 16 | 531 | 111 | 62 |
| Binary | 11011100 | 100010 | 1010010 | 0 | 1010101 | 111111 | 1110 | 101011001 | 1001001 | 110010 |
Color Harmonies of #DC2252
Complementary color
Monochromatic Colors of #DC2252
Black with #DC2252
Text Example
Text Example
White with #DC2252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2252; }
p { color: rgb(220,34,82); }
H1.HeaderClassName
{
color: #DC2252;
}
.AnyTagClassName
{
color: #DC2252;
}
</style>
background-color css
<style>
a { background-color: #DC2252; }
a { background-color: rgb(220,34,82); }
div.DivClassName
{
background-color: #DC2252;
}
.BgClassName
{
background-color: #DC2252;
}
</style>
border-color css
<style>
span { border-color: #DC2252; }
span { border-color: rgb(220,34,82); }
td.TdClassName
{
border-color: #DC2252;
}
.TagClassName
{
border-color: #DC2252;
}
</style>