Shades of Amaranth #D42E4D
Tints of Amaranth #D42E4D
RGB
CMYK
RGB Variations
Color information
#D42E4D (or 0xD42E4D) is known color: Amaranth. HEX triplet: D4, 2E and 4D. RGB value is (212,46,77). Sum of RGB (Red+Green+Blue) = 212+46+77=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42E4D is #2BD1B2. Grayscale: #636363. Windows color (decimal): -2871731 or 5058260. OLE color: 5058260.
HSL color Cylindrical-coordinate representation of color #D42E4D: hue angle of 348.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42E4D is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 77 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.17 |
| HSL | 348.8º | 0.66% | 0.51% | - |
| HSV(B) | 348.8º | 0.78% | 0.83% | - |
| XYZ | 29.47 | 16.49 | 8.65 | - |
| YUV | 99.17 | 115.5 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 77 | 0 | 0.78 | 0.64 | 0.17 | 348.8 | 0.66 | 0.51 |
| Hex | D4 | 2E | 4D | 0 | 4E | 40 | 11 | 15D | 42 | 33 |
| Octal | 324 | 56 | 115 | 0 | 116 | 100 | 21 | 535 | 102 | 63 |
| Binary | 11010100 | 101110 | 1001101 | 0 | 1001110 | 1000000 | 10001 | 101011101 | 1000010 | 110011 |
Color Harmonies of #D42E4D
Complementary color
Monochromatic Colors of #D42E4D
Black with #D42E4D
Text Example
Text Example
White with #D42E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42E4D; }
p { color: rgb(212,46,77); }
H1.HeaderClassName
{
color: #D42E4D;
}
.AnyTagClassName
{
color: #D42E4D;
}
</style>
background-color css
<style>
a { background-color: #D42E4D; }
a { background-color: rgb(212,46,77); }
div.DivClassName
{
background-color: #D42E4D;
}
.BgClassName
{
background-color: #D42E4D;
}
</style>
border-color css
<style>
span { border-color: #D42E4D; }
span { border-color: rgb(212,46,77); }
td.TdClassName
{
border-color: #D42E4D;
}
.TagClassName
{
border-color: #D42E4D;
}
</style>