Shades of Amaranth #D61E4E
Tints of Amaranth #D61E4E
RGB
CMYK
RGB Variations
Color information
#D61E4E (or 0xD61E4E) is known color: Amaranth. HEX triplet: D6, 1E and 4E. RGB value is (214,30,78). Sum of RGB (Red+Green+Blue) = 214+30+78=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E4E is #29E1B1. Grayscale: #5A5A5A. Windows color (decimal): -2744754 or 5119702. OLE color: 5119702.
HSL color Cylindrical-coordinate representation of color #D61E4E: hue angle of 344.35º 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 #D61E4E is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 30 | 78 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.16 |
| HSL | 344.35º | 0.75% | 0.48% | - |
| HSV(B) | 344.35º | 0.86% | 0.84% | - |
| XYZ | 29.57 | 15.77 | 8.69 | - |
| YUV | 90.49 | 120.96 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 30 | 78 | 0 | 0.86 | 0.64 | 0.16 | 344.35 | 0.75 | 0.48 |
| Hex | D6 | 1E | 4E | 0 | 56 | 40 | 10 | 158 | 4B | 30 |
| Octal | 326 | 36 | 116 | 0 | 126 | 100 | 20 | 530 | 113 | 60 |
| Binary | 11010110 | 11110 | 1001110 | 0 | 1010110 | 1000000 | 10000 | 101011000 | 1001011 | 110000 |
Color Harmonies of #D61E4E
Complementary color
Monochromatic Colors of #D61E4E
Black with #D61E4E
Text Example
Text Example
White with #D61E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61E4E; }
p { color: rgb(214,30,78); }
H1.HeaderClassName
{
color: #D61E4E;
}
.AnyTagClassName
{
color: #D61E4E;
}
</style>
background-color css
<style>
a { background-color: #D61E4E; }
a { background-color: rgb(214,30,78); }
div.DivClassName
{
background-color: #D61E4E;
}
.BgClassName
{
background-color: #D61E4E;
}
</style>
border-color css
<style>
span { border-color: #D61E4E; }
span { border-color: rgb(214,30,78); }
td.TdClassName
{
border-color: #D61E4E;
}
.TagClassName
{
border-color: #D61E4E;
}
</style>