Shades of Amaranth #DC2458
Tints of Amaranth #DC2458
RGB
CMYK
RGB Variations
Color information
#DC2458 (or 0xDC2458) is known color: Amaranth. HEX triplet: DC, 24 and 58. RGB value is (220,36,88). Sum of RGB (Red+Green+Blue) = 220+36+88=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2458 is #23DBA7. Grayscale: #606060. Windows color (decimal): -2349992 or 5776604. OLE color: 5776604.
HSL color Cylindrical-coordinate representation of color #DC2458: hue angle of 343.04º degrees, saturation: 0.72, 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 #DC2458 is Cyan = 0, Magento = 0.84, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 88 | - |
| CMYK | 0 | 0.84 | 0.6 | 0.14 |
| HSL | 343.04º | 0.72% | 0.5% | - |
| HSV(B) | 343.04º | 0.84% | 0.86% | - |
| XYZ | 31.91 | 17.18 | 10.87 | - |
| YUV | 96.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 88 | 0 | 0.84 | 0.6 | 0.14 | 343.04 | 0.72 | 0.5 |
| Hex | DC | 24 | 58 | 0 | 54 | 3C | E | 157 | 48 | 32 |
| Octal | 334 | 44 | 130 | 0 | 124 | 74 | 16 | 527 | 110 | 62 |
| Binary | 11011100 | 100100 | 1011000 | 0 | 1010100 | 111100 | 1110 | 101010111 | 1001000 | 110010 |
Color Harmonies of #DC2458
Complementary color
Monochromatic Colors of #DC2458
Black with #DC2458
Text Example
Text Example
White with #DC2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2458; }
p { color: rgb(220,36,88); }
H1.HeaderClassName
{
color: #DC2458;
}
.AnyTagClassName
{
color: #DC2458;
}
</style>
background-color css
<style>
a { background-color: #DC2458; }
a { background-color: rgb(220,36,88); }
div.DivClassName
{
background-color: #DC2458;
}
.BgClassName
{
background-color: #DC2458;
}
</style>
border-color css
<style>
span { border-color: #DC2458; }
span { border-color: rgb(220,36,88); }
td.TdClassName
{
border-color: #DC2458;
}
.TagClassName
{
border-color: #DC2458;
}
</style>