Shades of Amaranth #DC2D56
Tints of Amaranth #DC2D56
RGB
CMYK
RGB Variations
Color information
#DC2D56 (or 0xDC2D56) is known color: Amaranth. HEX triplet: DC, 2D and 56. RGB value is (220,45,86). Sum of RGB (Red+Green+Blue) = 220+45+86=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2D56 is #23D2A9. Grayscale: #666666. Windows color (decimal): -2347690 or 5647836. OLE color: 5647836.
HSL color Cylindrical-coordinate representation of color #DC2D56: hue angle of 345.94º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2D56 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 86 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.14 |
| HSL | 345.94º | 0.71% | 0.52% | - |
| HSV(B) | 345.94º | 0.8% | 0.86% | - |
| XYZ | 32.13 | 17.76 | 10.54 | - |
| YUV | 102 | 118.98 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 86 | 0 | 0.80 | 0.61 | 0.14 | 345.94 | 0.71 | 0.52 |
| Hex | DC | 2D | 56 | 0 | 50 | 3D | E | 15A | 47 | 34 |
| Octal | 334 | 55 | 126 | 0 | 120 | 75 | 16 | 532 | 107 | 64 |
| Binary | 11011100 | 101101 | 1010110 | 0 | 1010000 | 111101 | 1110 | 101011010 | 1000111 | 110100 |
Color Harmonies of #DC2D56
Complementary color
Monochromatic Colors of #DC2D56
Black with #DC2D56
Text Example
Text Example
White with #DC2D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D56; }
p { color: rgb(220,45,86); }
H1.HeaderClassName
{
color: #DC2D56;
}
.AnyTagClassName
{
color: #DC2D56;
}
</style>
background-color css
<style>
a { background-color: #DC2D56; }
a { background-color: rgb(220,45,86); }
div.DivClassName
{
background-color: #DC2D56;
}
.BgClassName
{
background-color: #DC2D56;
}
</style>
border-color css
<style>
span { border-color: #DC2D56; }
span { border-color: rgb(220,45,86); }
td.TdClassName
{
border-color: #DC2D56;
}
.TagClassName
{
border-color: #DC2D56;
}
</style>