Shades of Amaranth #DC204C
Tints of Amaranth #DC204C
RGB
CMYK
RGB Variations
Color information
#DC204C (or 0xDC204C) is known color: Amaranth. HEX triplet: DC, 20 and 4C. RGB value is (220,32,76). Sum of RGB (Red+Green+Blue) = 220+32+76=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC204C is #23DFB3. Grayscale: #5D5D5D. Windows color (decimal): -2351028 or 4989148. OLE color: 4989148.
HSL color Cylindrical-coordinate representation of color #DC204C: hue angle of 345.96º 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 #DC204C is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 76 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.14 |
| HSL | 345.96º | 0.75% | 0.49% | - |
| HSV(B) | 345.96º | 0.85% | 0.86% | - |
| XYZ | 31.34 | 16.77 | 8.42 | - |
| YUV | 93.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 76 | 0 | 0.85 | 0.65 | 0.14 | 345.96 | 0.75 | 0.49 |
| Hex | DC | 20 | 4C | 0 | 55 | 41 | E | 15A | 4B | 31 |
| Octal | 334 | 40 | 114 | 0 | 125 | 101 | 16 | 532 | 113 | 61 |
| Binary | 11011100 | 100000 | 1001100 | 0 | 1010101 | 1000001 | 1110 | 101011010 | 1001011 | 110001 |
Color Harmonies of #DC204C
Complementary color
Monochromatic Colors of #DC204C
Black with #DC204C
Text Example
Text Example
White with #DC204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC204C; }
p { color: rgb(220,32,76); }
H1.HeaderClassName
{
color: #DC204C;
}
.AnyTagClassName
{
color: #DC204C;
}
</style>
background-color css
<style>
a { background-color: #DC204C; }
a { background-color: rgb(220,32,76); }
div.DivClassName
{
background-color: #DC204C;
}
.BgClassName
{
background-color: #DC204C;
}
</style>
border-color css
<style>
span { border-color: #DC204C; }
span { border-color: rgb(220,32,76); }
td.TdClassName
{
border-color: #DC204C;
}
.TagClassName
{
border-color: #DC204C;
}
</style>