Shades of Amaranth #D62854
Tints of Amaranth #D62854
RGB
CMYK
RGB Variations
Color information
#D62854 (or 0xD62854) is known color: Amaranth. HEX triplet: D6, 28 and 54. RGB value is (214,40,84). Sum of RGB (Red+Green+Blue) = 214+40+84=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D62854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62854 is #29D7AB. Grayscale: #616161. Windows color (decimal): -2742188 or 5515478. OLE color: 5515478.
HSL color Cylindrical-coordinate representation of color #D62854: hue angle of 344.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62854 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 84 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.16 |
| HSL | 344.83º | 0.69% | 0.5% | - |
| HSV(B) | 344.83º | 0.81% | 0.84% | - |
| XYZ | 30.09 | 16.45 | 9.98 | - |
| YUV | 97.04 | 120.65 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 84 | 0 | 0.81 | 0.61 | 0.16 | 344.83 | 0.69 | 0.5 |
| Hex | D6 | 28 | 54 | 0 | 51 | 3D | 10 | 159 | 45 | 32 |
| Octal | 326 | 50 | 124 | 0 | 121 | 75 | 20 | 531 | 105 | 62 |
| Binary | 11010110 | 101000 | 1010100 | 0 | 1010001 | 111101 | 10000 | 101011001 | 1000101 | 110010 |
Color Harmonies of #D62854
Complementary color
Monochromatic Colors of #D62854
Black with #D62854
Text Example
Text Example
White with #D62854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62854; }
p { color: rgb(214,40,84); }
H1.HeaderClassName
{
color: #D62854;
}
.AnyTagClassName
{
color: #D62854;
}
</style>
background-color css
<style>
a { background-color: #D62854; }
a { background-color: rgb(214,40,84); }
div.DivClassName
{
background-color: #D62854;
}
.BgClassName
{
background-color: #D62854;
}
</style>
border-color css
<style>
span { border-color: #D62854; }
span { border-color: rgb(214,40,84); }
td.TdClassName
{
border-color: #D62854;
}
.TagClassName
{
border-color: #D62854;
}
</style>