Shades of Amaranth #D6214D
Tints of Amaranth #D6214D
RGB
CMYK
RGB Variations
Color information
#D6214D (or 0xD6214D) is known color: Amaranth. HEX triplet: D6, 21 and 4D. RGB value is (214,33,77). Sum of RGB (Red+Green+Blue) = 214+33+77=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6214D is #29DEB2. Grayscale: #5C5C5C. Windows color (decimal): -2743987 or 5054934. OLE color: 5054934.
HSL color Cylindrical-coordinate representation of color #D6214D: hue angle of 345.41º 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 #D6214D is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 77 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.16 |
| HSL | 345.41º | 0.73% | 0.48% | - |
| HSV(B) | 345.41º | 0.85% | 0.84% | - |
| XYZ | 29.61 | 15.92 | 8.53 | - |
| YUV | 92.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 77 | 0 | 0.85 | 0.64 | 0.16 | 345.41 | 0.73 | 0.48 |
| Hex | D6 | 21 | 4D | 0 | 55 | 40 | 10 | 159 | 49 | 30 |
| Octal | 326 | 41 | 115 | 0 | 125 | 100 | 20 | 531 | 111 | 60 |
| Binary | 11010110 | 100001 | 1001101 | 0 | 1010101 | 1000000 | 10000 | 101011001 | 1001001 | 110000 |
Color Harmonies of #D6214D
Complementary color
Monochromatic Colors of #D6214D
Black with #D6214D
Text Example
Text Example
White with #D6214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6214D; }
p { color: rgb(214,33,77); }
H1.HeaderClassName
{
color: #D6214D;
}
.AnyTagClassName
{
color: #D6214D;
}
</style>
background-color css
<style>
a { background-color: #D6214D; }
a { background-color: rgb(214,33,77); }
div.DivClassName
{
background-color: #D6214D;
}
.BgClassName
{
background-color: #D6214D;
}
</style>
border-color css
<style>
span { border-color: #D6214D; }
span { border-color: rgb(214,33,77); }
td.TdClassName
{
border-color: #D6214D;
}
.TagClassName
{
border-color: #D6214D;
}
</style>