Shades of Amaranth #DC2257
Tints of Amaranth #DC2257
RGB
CMYK
RGB Variations
Color information
#DC2257 (or 0xDC2257) is known color: Amaranth. HEX triplet: DC, 22 and 57. RGB value is (220,34,87). Sum of RGB (Red+Green+Blue) = 220+34+87=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2257 is #23DDA8. Grayscale: #5F5F5F. Windows color (decimal): -2350505 or 5710556. OLE color: 5710556.
HSL color Cylindrical-coordinate representation of color #DC2257: hue angle of 342.9º 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 #DC2257 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 87 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.14 |
| HSL | 342.9º | 0.73% | 0.5% | - |
| HSV(B) | 342.9º | 0.85% | 0.86% | - |
| XYZ | 31.81 | 17.05 | 10.63 | - |
| YUV | 95.66 | 123.12 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 87 | 0 | 0.85 | 0.60 | 0.14 | 342.9 | 0.73 | 0.5 |
| Hex | DC | 22 | 57 | 0 | 55 | 3C | E | 157 | 49 | 32 |
| Octal | 334 | 42 | 127 | 0 | 125 | 74 | 16 | 527 | 111 | 62 |
| Binary | 11011100 | 100010 | 1010111 | 0 | 1010101 | 111100 | 1110 | 101010111 | 1001001 | 110010 |
Color Harmonies of #DC2257
Complementary color
Monochromatic Colors of #DC2257
Black with #DC2257
Text Example
Text Example
White with #DC2257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2257; }
p { color: rgb(220,34,87); }
H1.HeaderClassName
{
color: #DC2257;
}
.AnyTagClassName
{
color: #DC2257;
}
</style>
background-color css
<style>
a { background-color: #DC2257; }
a { background-color: rgb(220,34,87); }
div.DivClassName
{
background-color: #DC2257;
}
.BgClassName
{
background-color: #DC2257;
}
</style>
border-color css
<style>
span { border-color: #DC2257; }
span { border-color: rgb(220,34,87); }
td.TdClassName
{
border-color: #DC2257;
}
.TagClassName
{
border-color: #DC2257;
}
</style>