Shades of Amaranth #D43552
Tints of Amaranth #D43552
RGB
CMYK
RGB Variations
Color information
#D43552 (or 0xD43552) is known color: Amaranth. HEX triplet: D4, 35 and 52. RGB value is (212,53,82). Sum of RGB (Red+Green+Blue) = 212+53+82=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D43552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43552 is #2BCAAD. Grayscale: #676767. Windows color (decimal): -2869934 or 5387732. OLE color: 5387732.
HSL color Cylindrical-coordinate representation of color #D43552: hue angle of 349.06º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43552 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 82 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.17 |
| HSL | 349.06º | 0.65% | 0.52% | - |
| HSV(B) | 349.06º | 0.75% | 0.83% | - |
| XYZ | 29.95 | 17.15 | 9.71 | - |
| YUV | 103.85 | 115.68 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 82 | 0 | 0.75 | 0.61 | 0.17 | 349.06 | 0.65 | 0.52 |
| Hex | D4 | 35 | 52 | 0 | 4B | 3D | 11 | 15D | 41 | 34 |
| Octal | 324 | 65 | 122 | 0 | 113 | 75 | 21 | 535 | 101 | 64 |
| Binary | 11010100 | 110101 | 1010010 | 0 | 1001011 | 111101 | 10001 | 101011101 | 1000001 | 110100 |
Color Harmonies of #D43552
Complementary color
Monochromatic Colors of #D43552
Black with #D43552
Text Example
Text Example
White with #D43552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43552; }
p { color: rgb(212,53,82); }
H1.HeaderClassName
{
color: #D43552;
}
.AnyTagClassName
{
color: #D43552;
}
</style>
background-color css
<style>
a { background-color: #D43552; }
a { background-color: rgb(212,53,82); }
div.DivClassName
{
background-color: #D43552;
}
.BgClassName
{
background-color: #D43552;
}
</style>
border-color css
<style>
span { border-color: #D43552; }
span { border-color: rgb(212,53,82); }
td.TdClassName
{
border-color: #D43552;
}
.TagClassName
{
border-color: #D43552;
}
</style>