Shades of Amaranth #D5204D
Tints of Amaranth #D5204D
RGB
CMYK
RGB Variations
Color information
#D5204D (or 0xD5204D) is known color: Amaranth. HEX triplet: D5, 20 and 4D. RGB value is (213,32,77). Sum of RGB (Red+Green+Blue) = 213+32+77=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5204D is #2ADFB2. Grayscale: #5B5B5B. Windows color (decimal): -2809779 or 5054677. OLE color: 5054677.
HSL color Cylindrical-coordinate representation of color #D5204D: hue angle of 345.08º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5204D is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 77 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.16 |
| HSL | 345.08º | 0.74% | 0.48% | - |
| HSV(B) | 345.08º | 0.85% | 0.84% | - |
| XYZ | 29.3 | 15.71 | 8.51 | - |
| YUV | 91.25 | 119.97 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 77 | 0 | 0.85 | 0.64 | 0.16 | 345.08 | 0.74 | 0.48 |
| Hex | D5 | 20 | 4D | 0 | 55 | 40 | 10 | 159 | 4A | 30 |
| Octal | 325 | 40 | 115 | 0 | 125 | 100 | 20 | 531 | 112 | 60 |
| Binary | 11010101 | 100000 | 1001101 | 0 | 1010101 | 1000000 | 10000 | 101011001 | 1001010 | 110000 |
Color Harmonies of #D5204D
Complementary color
Monochromatic Colors of #D5204D
Black with #D5204D
Text Example
Text Example
White with #D5204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5204D; }
p { color: rgb(213,32,77); }
H1.HeaderClassName
{
color: #D5204D;
}
.AnyTagClassName
{
color: #D5204D;
}
</style>
background-color css
<style>
a { background-color: #D5204D; }
a { background-color: rgb(213,32,77); }
div.DivClassName
{
background-color: #D5204D;
}
.BgClassName
{
background-color: #D5204D;
}
</style>
border-color css
<style>
span { border-color: #D5204D; }
span { border-color: rgb(213,32,77); }
td.TdClassName
{
border-color: #D5204D;
}
.TagClassName
{
border-color: #D5204D;
}
</style>