Shades of Amaranth #D42954
Tints of Amaranth #D42954
RGB
CMYK
RGB Variations
Color information
#D42954 (or 0xD42954) is known color: Amaranth. HEX triplet: D4, 29 and 54. RGB value is (212,41,84). Sum of RGB (Red+Green+Blue) = 212+41+84=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D42954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42954 is #2BD6AB. Grayscale: #616161. Windows color (decimal): -2873004 or 5515732. OLE color: 5515732.
HSL color Cylindrical-coordinate representation of color #D42954: hue angle of 344.91º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42954 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 84 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.17 |
| HSL | 344.91º | 0.68% | 0.5% | - |
| HSV(B) | 344.91º | 0.81% | 0.83% | - |
| XYZ | 29.54 | 16.22 | 9.96 | - |
| YUV | 97.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 84 | 0 | 0.81 | 0.60 | 0.17 | 344.91 | 0.68 | 0.5 |
| Hex | D4 | 29 | 54 | 0 | 51 | 3C | 11 | 159 | 44 | 32 |
| Octal | 324 | 51 | 124 | 0 | 121 | 74 | 21 | 531 | 104 | 62 |
| Binary | 11010100 | 101001 | 1010100 | 0 | 1010001 | 111100 | 10001 | 101011001 | 1000100 | 110010 |
Color Harmonies of #D42954
Complementary color
Monochromatic Colors of #D42954
Black with #D42954
Text Example
Text Example
White with #D42954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42954; }
p { color: rgb(212,41,84); }
H1.HeaderClassName
{
color: #D42954;
}
.AnyTagClassName
{
color: #D42954;
}
</style>
background-color css
<style>
a { background-color: #D42954; }
a { background-color: rgb(212,41,84); }
div.DivClassName
{
background-color: #D42954;
}
.BgClassName
{
background-color: #D42954;
}
</style>
border-color css
<style>
span { border-color: #D42954; }
span { border-color: rgb(212,41,84); }
td.TdClassName
{
border-color: #D42954;
}
.TagClassName
{
border-color: #D42954;
}
</style>