Shades of Amaranth #D3214E
Tints of Amaranth #D3214E
RGB
CMYK
RGB Variations
Color information
#D3214E (or 0xD3214E) is known color: Amaranth. HEX triplet: D3, 21 and 4E. RGB value is (211,33,78). Sum of RGB (Red+Green+Blue) = 211+33+78=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D3214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3214E is #2CDEB1. Grayscale: #5B5B5B. Windows color (decimal): -2940594 or 5120467. OLE color: 5120467.
HSL color Cylindrical-coordinate representation of color #D3214E: hue angle of 344.83º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3214E is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 78 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.17 |
| HSL | 344.83º | 0.73% | 0.48% | - |
| HSV(B) | 344.83º | 0.84% | 0.83% | - |
| XYZ | 28.78 | 15.49 | 8.68 | - |
| YUV | 91.35 | 120.47 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 78 | 0 | 0.84 | 0.63 | 0.17 | 344.83 | 0.73 | 0.48 |
| Hex | D3 | 21 | 4E | 0 | 54 | 3F | 11 | 159 | 49 | 30 |
| Octal | 323 | 41 | 116 | 0 | 124 | 77 | 21 | 531 | 111 | 60 |
| Binary | 11010011 | 100001 | 1001110 | 0 | 1010100 | 111111 | 10001 | 101011001 | 1001001 | 110000 |
Color Harmonies of #D3214E
Complementary color
Monochromatic Colors of #D3214E
Black with #D3214E
Text Example
Text Example
White with #D3214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3214E; }
p { color: rgb(211,33,78); }
H1.HeaderClassName
{
color: #D3214E;
}
.AnyTagClassName
{
color: #D3214E;
}
</style>
background-color css
<style>
a { background-color: #D3214E; }
a { background-color: rgb(211,33,78); }
div.DivClassName
{
background-color: #D3214E;
}
.BgClassName
{
background-color: #D3214E;
}
</style>
border-color css
<style>
span { border-color: #D3214E; }
span { border-color: rgb(211,33,78); }
td.TdClassName
{
border-color: #D3214E;
}
.TagClassName
{
border-color: #D3214E;
}
</style>