Shades of Amaranth #D43A52
Tints of Amaranth #D43A52
RGB
CMYK
RGB Variations
Color information
#D43A52 (or 0xD43A52) is known color: Amaranth. HEX triplet: D4, 3A and 52. RGB value is (212,58,82). Sum of RGB (Red+Green+Blue) = 212+58+82=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43A52 is #2BC5AD. Grayscale: #6A6A6A. Windows color (decimal): -2868654 or 5389012. OLE color: 5389012.
HSL color Cylindrical-coordinate representation of color #D43A52: hue angle of 350.65º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43A52 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 82 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.17 |
| HSL | 350.65º | 0.64% | 0.53% | - |
| HSV(B) | 350.65º | 0.73% | 0.83% | - |
| XYZ | 30.19 | 17.63 | 9.79 | - |
| YUV | 106.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 82 | 0 | 0.73 | 0.61 | 0.17 | 350.65 | 0.64 | 0.53 |
| Hex | D4 | 3A | 52 | 0 | 49 | 3D | 11 | 15F | 40 | 35 |
| Octal | 324 | 72 | 122 | 0 | 111 | 75 | 21 | 537 | 100 | 65 |
| Binary | 11010100 | 111010 | 1010010 | 0 | 1001001 | 111101 | 10001 | 101011111 | 1000000 | 110101 |
Color Harmonies of #D43A52
Complementary color
Monochromatic Colors of #D43A52
Black with #D43A52
Text Example
Text Example
White with #D43A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43A52; }
p { color: rgb(212,58,82); }
H1.HeaderClassName
{
color: #D43A52;
}
.AnyTagClassName
{
color: #D43A52;
}
</style>
background-color css
<style>
a { background-color: #D43A52; }
a { background-color: rgb(212,58,82); }
div.DivClassName
{
background-color: #D43A52;
}
.BgClassName
{
background-color: #D43A52;
}
</style>
border-color css
<style>
span { border-color: #D43A52; }
span { border-color: rgb(212,58,82); }
td.TdClassName
{
border-color: #D43A52;
}
.TagClassName
{
border-color: #D43A52;
}
</style>