Shades of Amaranth #DC2048
Tints of Amaranth #DC2048
RGB
CMYK
RGB Variations
Color information
#DC2048 (or 0xDC2048) is known color: Amaranth. HEX triplet: DC, 20 and 48. RGB value is (220,32,72). Sum of RGB (Red+Green+Blue) = 220+32+72=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2048 is #23DFB7. Grayscale: #5C5C5C. Windows color (decimal): -2351032 or 4727004. OLE color: 4727004.
HSL color Cylindrical-coordinate representation of color #DC2048: hue angle of 347.23º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2048 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 72 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.14 |
| HSL | 347.23º | 0.75% | 0.49% | - |
| HSV(B) | 347.23º | 0.85% | 0.86% | - |
| XYZ | 31.2 | 16.72 | 7.71 | - |
| YUV | 92.77 | 116.28 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 72 | 0 | 0.85 | 0.67 | 0.14 | 347.23 | 0.75 | 0.49 |
| Hex | DC | 20 | 48 | 0 | 55 | 43 | E | 15B | 4B | 31 |
| Octal | 334 | 40 | 110 | 0 | 125 | 103 | 16 | 533 | 113 | 61 |
| Binary | 11011100 | 100000 | 1001000 | 0 | 1010101 | 1000011 | 1110 | 101011011 | 1001011 | 110001 |
Color Harmonies of #DC2048
Complementary color
Monochromatic Colors of #DC2048
Black with #DC2048
Text Example
Text Example
White with #DC2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2048; }
p { color: rgb(220,32,72); }
H1.HeaderClassName
{
color: #DC2048;
}
.AnyTagClassName
{
color: #DC2048;
}
</style>
background-color css
<style>
a { background-color: #DC2048; }
a { background-color: rgb(220,32,72); }
div.DivClassName
{
background-color: #DC2048;
}
.BgClassName
{
background-color: #DC2048;
}
</style>
border-color css
<style>
span { border-color: #DC2048; }
span { border-color: rgb(220,32,72); }
td.TdClassName
{
border-color: #DC2048;
}
.TagClassName
{
border-color: #DC2048;
}
</style>