Shades of Amaranth #D21E51
Tints of Amaranth #D21E51
RGB
CMYK
RGB Variations
Color information
#D21E51 (or 0xD21E51) is known color: Amaranth. HEX triplet: D2, 1E and 51. RGB value is (210,30,81). Sum of RGB (Red+Green+Blue) = 210+30+81=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E51 is #2DE1AE. Grayscale: #595959. Windows color (decimal): -3006895 or 5316306. OLE color: 5316306.
HSL color Cylindrical-coordinate representation of color #D21E51: hue angle of 343º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E51 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 81 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.18 |
| HSL | 343º | 0.75% | 0.47% | - |
| HSV(B) | 343º | 0.86% | 0.82% | - |
| XYZ | 28.53 | 15.22 | 9.22 | - |
| YUV | 89.63 | 123.13 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 81 | 0 | 0.86 | 0.61 | 0.18 | 343 | 0.75 | 0.47 |
| Hex | D2 | 1E | 51 | 0 | 56 | 3D | 12 | 157 | 4B | 2F |
| Octal | 322 | 36 | 121 | 0 | 126 | 75 | 22 | 527 | 113 | 57 |
| Binary | 11010010 | 11110 | 1010001 | 0 | 1010110 | 111101 | 10010 | 101010111 | 1001011 | 101111 |
Color Harmonies of #D21E51
Complementary color
Monochromatic Colors of #D21E51
Black with #D21E51
Text Example
Text Example
White with #D21E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E51; }
p { color: rgb(210,30,81); }
H1.HeaderClassName
{
color: #D21E51;
}
.AnyTagClassName
{
color: #D21E51;
}
</style>
background-color css
<style>
a { background-color: #D21E51; }
a { background-color: rgb(210,30,81); }
div.DivClassName
{
background-color: #D21E51;
}
.BgClassName
{
background-color: #D21E51;
}
</style>
border-color css
<style>
span { border-color: #D21E51; }
span { border-color: rgb(210,30,81); }
td.TdClassName
{
border-color: #D21E51;
}
.TagClassName
{
border-color: #D21E51;
}
</style>