Shades of Amaranth #D42A50
Tints of Amaranth #D42A50
RGB
CMYK
RGB Variations
Color information
#D42A50 (or 0xD42A50) is known color: Amaranth. HEX triplet: D4, 2A and 50. RGB value is (212,42,80). Sum of RGB (Red+Green+Blue) = 212+42+80=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42A50 is #2BD5AF. Grayscale: #616161. Windows color (decimal): -2872752 or 5253844. OLE color: 5253844.
HSL color Cylindrical-coordinate representation of color #D42A50: hue angle of 346.59º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42A50 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 80 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.17 |
| HSL | 346.59º | 0.67% | 0.5% | - |
| HSV(B) | 346.59º | 0.8% | 0.83% | - |
| XYZ | 29.43 | 16.23 | 9.17 | - |
| YUV | 97.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 80 | 0 | 0.80 | 0.62 | 0.17 | 346.59 | 0.67 | 0.5 |
| Hex | D4 | 2A | 50 | 0 | 50 | 3E | 11 | 15B | 43 | 32 |
| Octal | 324 | 52 | 120 | 0 | 120 | 76 | 21 | 533 | 103 | 62 |
| Binary | 11010100 | 101010 | 1010000 | 0 | 1010000 | 111110 | 10001 | 101011011 | 1000011 | 110010 |
Color Harmonies of #D42A50
Complementary color
Monochromatic Colors of #D42A50
Black with #D42A50
Text Example
Text Example
White with #D42A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42A50; }
p { color: rgb(212,42,80); }
H1.HeaderClassName
{
color: #D42A50;
}
.AnyTagClassName
{
color: #D42A50;
}
</style>
background-color css
<style>
a { background-color: #D42A50; }
a { background-color: rgb(212,42,80); }
div.DivClassName
{
background-color: #D42A50;
}
.BgClassName
{
background-color: #D42A50;
}
</style>
border-color css
<style>
span { border-color: #D42A50; }
span { border-color: rgb(212,42,80); }
td.TdClassName
{
border-color: #D42A50;
}
.TagClassName
{
border-color: #D42A50;
}
</style>