Shades of Amaranth #D61F50
Tints of Amaranth #D61F50
RGB
CMYK
RGB Variations
Color information
#D61F50 (or 0xD61F50) is known color: Amaranth. HEX triplet: D6, 1F and 50. RGB value is (214,31,80). Sum of RGB (Red+Green+Blue) = 214+31+80=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61F50 is #29E0AF. Grayscale: #5B5B5B. Windows color (decimal): -2744496 or 5251030. OLE color: 5251030.
HSL color Cylindrical-coordinate representation of color #D61F50: hue angle of 343.93º 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 #D61F50 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 80 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.16 |
| HSL | 343.93º | 0.75% | 0.48% | - |
| HSV(B) | 343.93º | 0.86% | 0.84% | - |
| XYZ | 29.67 | 15.86 | 9.09 | - |
| YUV | 91.3 | 121.63 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 80 | 0 | 0.86 | 0.63 | 0.16 | 343.93 | 0.75 | 0.48 |
| Hex | D6 | 1F | 50 | 0 | 56 | 3F | 10 | 158 | 4B | 30 |
| Octal | 326 | 37 | 120 | 0 | 126 | 77 | 20 | 530 | 113 | 60 |
| Binary | 11010110 | 11111 | 1010000 | 0 | 1010110 | 111111 | 10000 | 101011000 | 1001011 | 110000 |
Color Harmonies of #D61F50
Complementary color
Monochromatic Colors of #D61F50
Black with #D61F50
Text Example
Text Example
White with #D61F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61F50; }
p { color: rgb(214,31,80); }
H1.HeaderClassName
{
color: #D61F50;
}
.AnyTagClassName
{
color: #D61F50;
}
</style>
background-color css
<style>
a { background-color: #D61F50; }
a { background-color: rgb(214,31,80); }
div.DivClassName
{
background-color: #D61F50;
}
.BgClassName
{
background-color: #D61F50;
}
</style>
border-color css
<style>
span { border-color: #D61F50; }
span { border-color: rgb(214,31,80); }
td.TdClassName
{
border-color: #D61F50;
}
.TagClassName
{
border-color: #D61F50;
}
</style>