Shades of Amaranth #D62E55
Tints of Amaranth #D62E55
RGB
CMYK
RGB Variations
Color information
#D62E55 (or 0xD62E55) is known color: Amaranth. HEX triplet: D6, 2E and 55. RGB value is (214,46,85). Sum of RGB (Red+Green+Blue) = 214+46+85=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62E55 is #29D1AA. Grayscale: #646464. Windows color (decimal): -2740651 or 5582550. OLE color: 5582550.
HSL color Cylindrical-coordinate representation of color #D62E55: hue angle of 346.07º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62E55 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 85 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.16 |
| HSL | 346.07º | 0.67% | 0.51% | - |
| HSV(B) | 346.07º | 0.79% | 0.84% | - |
| XYZ | 30.35 | 16.91 | 10.26 | - |
| YUV | 100.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 85 | 0 | 0.79 | 0.60 | 0.16 | 346.07 | 0.67 | 0.51 |
| Hex | D6 | 2E | 55 | 0 | 4F | 3C | 10 | 15A | 43 | 33 |
| Octal | 326 | 56 | 125 | 0 | 117 | 74 | 20 | 532 | 103 | 63 |
| Binary | 11010110 | 101110 | 1010101 | 0 | 1001111 | 111100 | 10000 | 101011010 | 1000011 | 110011 |
Color Harmonies of #D62E55
Complementary color
Monochromatic Colors of #D62E55
Black with #D62E55
Text Example
Text Example
White with #D62E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62E55; }
p { color: rgb(214,46,85); }
H1.HeaderClassName
{
color: #D62E55;
}
.AnyTagClassName
{
color: #D62E55;
}
</style>
background-color css
<style>
a { background-color: #D62E55; }
a { background-color: rgb(214,46,85); }
div.DivClassName
{
background-color: #D62E55;
}
.BgClassName
{
background-color: #D62E55;
}
</style>
border-color css
<style>
span { border-color: #D62E55; }
span { border-color: rgb(214,46,85); }
td.TdClassName
{
border-color: #D62E55;
}
.TagClassName
{
border-color: #D62E55;
}
</style>