Shades of Amaranth #D4204D
Tints of Amaranth #D4204D
RGB
CMYK
RGB Variations
Color information
#D4204D (or 0xD4204D) is known color: Amaranth. HEX triplet: D4, 20 and 4D. RGB value is (212,32,77). Sum of RGB (Red+Green+Blue) = 212+32+77=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4204D is #2BDFB2. Grayscale: #5A5A5A. Windows color (decimal): -2875315 or 5054676. OLE color: 5054676.
HSL color Cylindrical-coordinate representation of color #D4204D: hue angle of 345º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4204D is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 77 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.17 |
| HSL | 345º | 0.74% | 0.48% | - |
| HSV(B) | 345º | 0.85% | 0.83% | - |
| XYZ | 29.01 | 15.57 | 8.5 | - |
| YUV | 90.95 | 120.13 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 77 | 0 | 0.85 | 0.64 | 0.17 | 345 | 0.74 | 0.48 |
| Hex | D4 | 20 | 4D | 0 | 55 | 40 | 11 | 159 | 4A | 30 |
| Octal | 324 | 40 | 115 | 0 | 125 | 100 | 21 | 531 | 112 | 60 |
| Binary | 11010100 | 100000 | 1001101 | 0 | 1010101 | 1000000 | 10001 | 101011001 | 1001010 | 110000 |
Color Harmonies of #D4204D
Complementary color
Monochromatic Colors of #D4204D
Black with #D4204D
Text Example
Text Example
White with #D4204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4204D; }
p { color: rgb(212,32,77); }
H1.HeaderClassName
{
color: #D4204D;
}
.AnyTagClassName
{
color: #D4204D;
}
</style>
background-color css
<style>
a { background-color: #D4204D; }
a { background-color: rgb(212,32,77); }
div.DivClassName
{
background-color: #D4204D;
}
.BgClassName
{
background-color: #D4204D;
}
</style>
border-color css
<style>
span { border-color: #D4204D; }
span { border-color: rgb(212,32,77); }
td.TdClassName
{
border-color: #D4204D;
}
.TagClassName
{
border-color: #D4204D;
}
</style>