Shades of Amaranth #D5214F
Tints of Amaranth #D5214F
RGB
CMYK
RGB Variations
Color information
#D5214F (or 0xD5214F) is known color: Amaranth. HEX triplet: D5, 21 and 4F. RGB value is (213,33,79). Sum of RGB (Red+Green+Blue) = 213+33+79=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5214F is #2ADEB0. Grayscale: #5C5C5C. Windows color (decimal): -2809521 or 5186005. OLE color: 5186005.
HSL color Cylindrical-coordinate representation of color #D5214F: hue angle of 344.67º degrees, saturation: 0.73, 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 #D5214F is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 79 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.16 |
| HSL | 344.67º | 0.73% | 0.48% | - |
| HSV(B) | 344.67º | 0.85% | 0.84% | - |
| XYZ | 29.4 | 15.8 | 8.9 | - |
| YUV | 92.06 | 120.63 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 79 | 0 | 0.85 | 0.63 | 0.16 | 344.67 | 0.73 | 0.48 |
| Hex | D5 | 21 | 4F | 0 | 55 | 3F | 10 | 159 | 49 | 30 |
| Octal | 325 | 41 | 117 | 0 | 125 | 77 | 20 | 531 | 111 | 60 |
| Binary | 11010101 | 100001 | 1001111 | 0 | 1010101 | 111111 | 10000 | 101011001 | 1001001 | 110000 |
Color Harmonies of #D5214F
Complementary color
Monochromatic Colors of #D5214F
Black with #D5214F
Text Example
Text Example
White with #D5214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5214F; }
p { color: rgb(213,33,79); }
H1.HeaderClassName
{
color: #D5214F;
}
.AnyTagClassName
{
color: #D5214F;
}
</style>
background-color css
<style>
a { background-color: #D5214F; }
a { background-color: rgb(213,33,79); }
div.DivClassName
{
background-color: #D5214F;
}
.BgClassName
{
background-color: #D5214F;
}
</style>
border-color css
<style>
span { border-color: #D5214F; }
span { border-color: rgb(213,33,79); }
td.TdClassName
{
border-color: #D5214F;
}
.TagClassName
{
border-color: #D5214F;
}
</style>