Shades of Amaranth #D61F4D
Tints of Amaranth #D61F4D
RGB
CMYK
RGB Variations
Color information
#D61F4D (or 0xD61F4D) is known color: Amaranth. HEX triplet: D6, 1F and 4D. RGB value is (214,31,77). Sum of RGB (Red+Green+Blue) = 214+31+77=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61F4D is #29E0B2. Grayscale: #5A5A5A. Windows color (decimal): -2744499 or 5054422. OLE color: 5054422.
HSL color Cylindrical-coordinate representation of color #D61F4D: hue angle of 344.92º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61F4D is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 77 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.16 |
| HSL | 344.92º | 0.75% | 0.48% | - |
| HSV(B) | 344.92º | 0.86% | 0.84% | - |
| XYZ | 29.56 | 15.81 | 8.52 | - |
| YUV | 90.96 | 120.13 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 77 | 0 | 0.86 | 0.64 | 0.16 | 344.92 | 0.75 | 0.48 |
| Hex | D6 | 1F | 4D | 0 | 56 | 40 | 10 | 159 | 4B | 30 |
| Octal | 326 | 37 | 115 | 0 | 126 | 100 | 20 | 531 | 113 | 60 |
| Binary | 11010110 | 11111 | 1001101 | 0 | 1010110 | 1000000 | 10000 | 101011001 | 1001011 | 110000 |
Color Harmonies of #D61F4D
Complementary color
Monochromatic Colors of #D61F4D
Black with #D61F4D
Text Example
Text Example
White with #D61F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61F4D; }
p { color: rgb(214,31,77); }
H1.HeaderClassName
{
color: #D61F4D;
}
.AnyTagClassName
{
color: #D61F4D;
}
</style>
background-color css
<style>
a { background-color: #D61F4D; }
a { background-color: rgb(214,31,77); }
div.DivClassName
{
background-color: #D61F4D;
}
.BgClassName
{
background-color: #D61F4D;
}
</style>
border-color css
<style>
span { border-color: #D61F4D; }
span { border-color: rgb(214,31,77); }
td.TdClassName
{
border-color: #D61F4D;
}
.TagClassName
{
border-color: #D61F4D;
}
</style>