Shades of Amaranth #D42854
Tints of Amaranth #D42854
RGB
CMYK
RGB Variations
Color information
#D42854 (or 0xD42854) is known color: Amaranth. HEX triplet: D4, 28 and 54. RGB value is (212,40,84). Sum of RGB (Red+Green+Blue) = 212+40+84=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D42854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42854 is #2BD7AB. Grayscale: #606060. Windows color (decimal): -2873260 or 5515476. OLE color: 5515476.
HSL color Cylindrical-coordinate representation of color #D42854: hue angle of 344.65º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42854 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 84 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.17 |
| HSL | 344.65º | 0.68% | 0.49% | - |
| HSV(B) | 344.65º | 0.81% | 0.83% | - |
| XYZ | 29.51 | 16.15 | 9.95 | - |
| YUV | 96.44 | 120.98 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 84 | 0 | 0.81 | 0.60 | 0.17 | 344.65 | 0.68 | 0.49 |
| Hex | D4 | 28 | 54 | 0 | 51 | 3C | 11 | 159 | 44 | 31 |
| Octal | 324 | 50 | 124 | 0 | 121 | 74 | 21 | 531 | 104 | 61 |
| Binary | 11010100 | 101000 | 1010100 | 0 | 1010001 | 111100 | 10001 | 101011001 | 1000100 | 110001 |
Color Harmonies of #D42854
Complementary color
Monochromatic Colors of #D42854
Black with #D42854
Text Example
Text Example
White with #D42854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42854; }
p { color: rgb(212,40,84); }
H1.HeaderClassName
{
color: #D42854;
}
.AnyTagClassName
{
color: #D42854;
}
</style>
background-color css
<style>
a { background-color: #D42854; }
a { background-color: rgb(212,40,84); }
div.DivClassName
{
background-color: #D42854;
}
.BgClassName
{
background-color: #D42854;
}
</style>
border-color css
<style>
span { border-color: #D42854; }
span { border-color: rgb(212,40,84); }
td.TdClassName
{
border-color: #D42854;
}
.TagClassName
{
border-color: #D42854;
}
</style>