Shades of Amaranth #DC2258
Tints of Amaranth #DC2258
RGB
CMYK
RGB Variations
Color information
#DC2258 (or 0xDC2258) is known color: Amaranth. HEX triplet: DC, 22 and 58. RGB value is (220,34,88). Sum of RGB (Red+Green+Blue) = 220+34+88=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2258 is #23DDA7. Grayscale: #5F5F5F. Windows color (decimal): -2350504 or 5776092. OLE color: 5776092.
HSL color Cylindrical-coordinate representation of color #DC2258: hue angle of 342.58º 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 #DC2258 is Cyan = 0, Magento = 0.85, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 88 | - |
| CMYK | 0 | 0.85 | 0.6 | 0.14 |
| HSL | 342.58º | 0.73% | 0.5% | - |
| HSV(B) | 342.58º | 0.85% | 0.86% | - |
| XYZ | 31.85 | 17.06 | 10.85 | - |
| YUV | 95.77 | 123.62 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 88 | 0 | 0.85 | 0.6 | 0.14 | 342.58 | 0.73 | 0.5 |
| Hex | DC | 22 | 58 | 0 | 55 | 3C | E | 157 | 49 | 32 |
| Octal | 334 | 42 | 130 | 0 | 125 | 74 | 16 | 527 | 111 | 62 |
| Binary | 11011100 | 100010 | 1011000 | 0 | 1010101 | 111100 | 1110 | 101010111 | 1001001 | 110010 |
Color Harmonies of #DC2258
Complementary color
Monochromatic Colors of #DC2258
Black with #DC2258
Text Example
Text Example
White with #DC2258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2258; }
p { color: rgb(220,34,88); }
H1.HeaderClassName
{
color: #DC2258;
}
.AnyTagClassName
{
color: #DC2258;
}
</style>
background-color css
<style>
a { background-color: #DC2258; }
a { background-color: rgb(220,34,88); }
div.DivClassName
{
background-color: #DC2258;
}
.BgClassName
{
background-color: #DC2258;
}
</style>
border-color css
<style>
span { border-color: #DC2258; }
span { border-color: rgb(220,34,88); }
td.TdClassName
{
border-color: #DC2258;
}
.TagClassName
{
border-color: #DC2258;
}
</style>