Shades of Amaranth #D61F54
Tints of Amaranth #D61F54
RGB
CMYK
RGB Variations
Color information
#D61F54 (or 0xD61F54) is known color: Amaranth. HEX triplet: D6, 1F and 54. RGB value is (214,31,84). Sum of RGB (Red+Green+Blue) = 214+31+84=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61F54 is #29E0AB. Grayscale: #5B5B5B. Windows color (decimal): -2744492 or 5513174. OLE color: 5513174.
HSL color Cylindrical-coordinate representation of color #D61F54: hue angle of 342.62º 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 #D61F54 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 84 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.16 |
| HSL | 342.62º | 0.75% | 0.48% | - |
| HSV(B) | 342.62º | 0.86% | 0.84% | - |
| XYZ | 29.82 | 15.92 | 9.89 | - |
| YUV | 91.76 | 123.63 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 84 | 0 | 0.86 | 0.61 | 0.16 | 342.62 | 0.75 | 0.48 |
| Hex | D6 | 1F | 54 | 0 | 56 | 3D | 10 | 157 | 4B | 30 |
| Octal | 326 | 37 | 124 | 0 | 126 | 75 | 20 | 527 | 113 | 60 |
| Binary | 11010110 | 11111 | 1010100 | 0 | 1010110 | 111101 | 10000 | 101010111 | 1001011 | 110000 |
Color Harmonies of #D61F54
Complementary color
Monochromatic Colors of #D61F54
Black with #D61F54
Text Example
Text Example
White with #D61F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61F54; }
p { color: rgb(214,31,84); }
H1.HeaderClassName
{
color: #D61F54;
}
.AnyTagClassName
{
color: #D61F54;
}
</style>
background-color css
<style>
a { background-color: #D61F54; }
a { background-color: rgb(214,31,84); }
div.DivClassName
{
background-color: #D61F54;
}
.BgClassName
{
background-color: #D61F54;
}
</style>
border-color css
<style>
span { border-color: #D61F54; }
span { border-color: rgb(214,31,84); }
td.TdClassName
{
border-color: #D61F54;
}
.TagClassName
{
border-color: #D61F54;
}
</style>