Shades of Amaranth #DC2357
Tints of Amaranth #DC2357
RGB
CMYK
RGB Variations
Color information
#DC2357 (or 0xDC2357) is known color: Amaranth. HEX triplet: DC, 23 and 57. RGB value is (220,35,87). Sum of RGB (Red+Green+Blue) = 220+35+87=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2357 is #23DCA8. Grayscale: #606060. Windows color (decimal): -2350249 or 5710812. OLE color: 5710812.
HSL color Cylindrical-coordinate representation of color #DC2357: hue angle of 343.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2357 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 87 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.14 |
| HSL | 343.14º | 0.73% | 0.5% | - |
| HSV(B) | 343.14º | 0.84% | 0.86% | - |
| XYZ | 31.84 | 17.11 | 10.64 | - |
| YUV | 96.24 | 122.79 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 87 | 0 | 0.84 | 0.60 | 0.14 | 343.14 | 0.73 | 0.5 |
| Hex | DC | 23 | 57 | 0 | 54 | 3C | E | 157 | 49 | 32 |
| Octal | 334 | 43 | 127 | 0 | 124 | 74 | 16 | 527 | 111 | 62 |
| Binary | 11011100 | 100011 | 1010111 | 0 | 1010100 | 111100 | 1110 | 101010111 | 1001001 | 110010 |
Color Harmonies of #DC2357
Complementary color
Monochromatic Colors of #DC2357
Black with #DC2357
Text Example
Text Example
White with #DC2357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2357; }
p { color: rgb(220,35,87); }
H1.HeaderClassName
{
color: #DC2357;
}
.AnyTagClassName
{
color: #DC2357;
}
</style>
background-color css
<style>
a { background-color: #DC2357; }
a { background-color: rgb(220,35,87); }
div.DivClassName
{
background-color: #DC2357;
}
.BgClassName
{
background-color: #DC2357;
}
</style>
border-color css
<style>
span { border-color: #DC2357; }
span { border-color: rgb(220,35,87); }
td.TdClassName
{
border-color: #DC2357;
}
.TagClassName
{
border-color: #DC2357;
}
</style>