Shades of Amaranth #D2214F
Tints of Amaranth #D2214F
RGB
CMYK
RGB Variations
Color information
#D2214F (or 0xD2214F) is known color: Amaranth. HEX triplet: D2, 21 and 4F. RGB value is (210,33,79). Sum of RGB (Red+Green+Blue) = 210+33+79=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2214F is #2DDEB0. Grayscale: #5B5B5B. Windows color (decimal): -3006129 or 5186002. OLE color: 5186002.
HSL color Cylindrical-coordinate representation of color #D2214F: hue angle of 344.41º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2214F is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 79 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.18 |
| HSL | 344.41º | 0.73% | 0.48% | - |
| HSV(B) | 344.41º | 0.84% | 0.82% | - |
| XYZ | 28.53 | 15.35 | 8.86 | - |
| YUV | 91.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 79 | 0 | 0.84 | 0.62 | 0.18 | 344.41 | 0.73 | 0.48 |
| Hex | D2 | 21 | 4F | 0 | 54 | 3E | 12 | 158 | 49 | 30 |
| Octal | 322 | 41 | 117 | 0 | 124 | 76 | 22 | 530 | 111 | 60 |
| Binary | 11010010 | 100001 | 1001111 | 0 | 1010100 | 111110 | 10010 | 101011000 | 1001001 | 110000 |
Color Harmonies of #D2214F
Complementary color
Monochromatic Colors of #D2214F
Black with #D2214F
Text Example
Text Example
White with #D2214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2214F; }
p { color: rgb(210,33,79); }
H1.HeaderClassName
{
color: #D2214F;
}
.AnyTagClassName
{
color: #D2214F;
}
</style>
background-color css
<style>
a { background-color: #D2214F; }
a { background-color: rgb(210,33,79); }
div.DivClassName
{
background-color: #D2214F;
}
.BgClassName
{
background-color: #D2214F;
}
</style>
border-color css
<style>
span { border-color: #D2214F; }
span { border-color: rgb(210,33,79); }
td.TdClassName
{
border-color: #D2214F;
}
.TagClassName
{
border-color: #D2214F;
}
</style>