Shades of Amaranth #D5204F
Tints of Amaranth #D5204F
RGB
CMYK
RGB Variations
Color information
#D5204F (or 0xD5204F) is known color: Amaranth. HEX triplet: D5, 20 and 4F. RGB value is (213,32,79). Sum of RGB (Red+Green+Blue) = 213+32+79=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5204F is #2ADFB0. Grayscale: #5B5B5B. Windows color (decimal): -2809777 or 5185749. OLE color: 5185749.
HSL color Cylindrical-coordinate representation of color #D5204F: hue angle of 344.42º 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 #D5204F is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 79 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.16 |
| HSL | 344.42º | 0.74% | 0.48% | - |
| HSV(B) | 344.42º | 0.85% | 0.84% | - |
| XYZ | 29.37 | 15.74 | 8.89 | - |
| YUV | 91.48 | 120.97 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 79 | 0 | 0.85 | 0.63 | 0.16 | 344.42 | 0.74 | 0.48 |
| Hex | D5 | 20 | 4F | 0 | 55 | 3F | 10 | 158 | 4A | 30 |
| Octal | 325 | 40 | 117 | 0 | 125 | 77 | 20 | 530 | 112 | 60 |
| Binary | 11010101 | 100000 | 1001111 | 0 | 1010101 | 111111 | 10000 | 101011000 | 1001010 | 110000 |
Color Harmonies of #D5204F
Complementary color
Monochromatic Colors of #D5204F
Black with #D5204F
Text Example
Text Example
White with #D5204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5204F; }
p { color: rgb(213,32,79); }
H1.HeaderClassName
{
color: #D5204F;
}
.AnyTagClassName
{
color: #D5204F;
}
</style>
background-color css
<style>
a { background-color: #D5204F; }
a { background-color: rgb(213,32,79); }
div.DivClassName
{
background-color: #D5204F;
}
.BgClassName
{
background-color: #D5204F;
}
</style>
border-color css
<style>
span { border-color: #D5204F; }
span { border-color: rgb(213,32,79); }
td.TdClassName
{
border-color: #D5204F;
}
.TagClassName
{
border-color: #D5204F;
}
</style>