Shades of Amaranth #DC2256
Tints of Amaranth #DC2256
RGB
CMYK
RGB Variations
Color information
#DC2256 (or 0xDC2256) is known color: Amaranth. HEX triplet: DC, 22 and 56. RGB value is (220,34,86). Sum of RGB (Red+Green+Blue) = 220+34+86=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2256 is #23DDA9. Grayscale: #5F5F5F. Windows color (decimal): -2350506 or 5645020. OLE color: 5645020.
HSL color Cylindrical-coordinate representation of color #DC2256: hue angle of 343.23º 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 #DC2256 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 86 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.14 |
| HSL | 343.23º | 0.73% | 0.5% | - |
| HSV(B) | 343.23º | 0.85% | 0.86% | - |
| XYZ | 31.77 | 17.03 | 10.42 | - |
| YUV | 95.54 | 122.62 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 86 | 0 | 0.85 | 0.61 | 0.14 | 343.23 | 0.73 | 0.5 |
| Hex | DC | 22 | 56 | 0 | 55 | 3D | E | 157 | 49 | 32 |
| Octal | 334 | 42 | 126 | 0 | 125 | 75 | 16 | 527 | 111 | 62 |
| Binary | 11011100 | 100010 | 1010110 | 0 | 1010101 | 111101 | 1110 | 101010111 | 1001001 | 110010 |
Color Harmonies of #DC2256
Complementary color
Monochromatic Colors of #DC2256
Black with #DC2256
Text Example
Text Example
White with #DC2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2256; }
p { color: rgb(220,34,86); }
H1.HeaderClassName
{
color: #DC2256;
}
.AnyTagClassName
{
color: #DC2256;
}
</style>
background-color css
<style>
a { background-color: #DC2256; }
a { background-color: rgb(220,34,86); }
div.DivClassName
{
background-color: #DC2256;
}
.BgClassName
{
background-color: #DC2256;
}
</style>
border-color css
<style>
span { border-color: #DC2256; }
span { border-color: rgb(220,34,86); }
td.TdClassName
{
border-color: #DC2256;
}
.TagClassName
{
border-color: #DC2256;
}
</style>