Shades of Amaranth #D3204E
Tints of Amaranth #D3204E
RGB
CMYK
RGB Variations
Color information
#D3204E (or 0xD3204E) is known color: Amaranth. HEX triplet: D3, 20 and 4E. RGB value is (211,32,78). Sum of RGB (Red+Green+Blue) = 211+32+78=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D3204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3204E is #2CDFB1. Grayscale: #5A5A5A. Windows color (decimal): -2940850 or 5120211. OLE color: 5120211.
HSL color Cylindrical-coordinate representation of color #D3204E: hue angle of 344.58º 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 #D3204E is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 78 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.17 |
| HSL | 344.58º | 0.74% | 0.48% | - |
| HSV(B) | 344.58º | 0.85% | 0.83% | - |
| XYZ | 28.76 | 15.43 | 8.67 | - |
| YUV | 90.77 | 120.8 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 78 | 0 | 0.85 | 0.63 | 0.17 | 344.58 | 0.74 | 0.48 |
| Hex | D3 | 20 | 4E | 0 | 55 | 3F | 11 | 159 | 4A | 30 |
| Octal | 323 | 40 | 116 | 0 | 125 | 77 | 21 | 531 | 112 | 60 |
| Binary | 11010011 | 100000 | 1001110 | 0 | 1010101 | 111111 | 10001 | 101011001 | 1001010 | 110000 |
Color Harmonies of #D3204E
Complementary color
Monochromatic Colors of #D3204E
Black with #D3204E
Text Example
Text Example
White with #D3204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3204E; }
p { color: rgb(211,32,78); }
H1.HeaderClassName
{
color: #D3204E;
}
.AnyTagClassName
{
color: #D3204E;
}
</style>
background-color css
<style>
a { background-color: #D3204E; }
a { background-color: rgb(211,32,78); }
div.DivClassName
{
background-color: #D3204E;
}
.BgClassName
{
background-color: #D3204E;
}
</style>
border-color css
<style>
span { border-color: #D3204E; }
span { border-color: rgb(211,32,78); }
td.TdClassName
{
border-color: #D3204E;
}
.TagClassName
{
border-color: #D3204E;
}
</style>