Shades of Amaranth #D43352
Tints of Amaranth #D43352
RGB
CMYK
RGB Variations
Color information
#D43352 (or 0xD43352) is known color: Amaranth. HEX triplet: D4, 33 and 52. RGB value is (212,51,82). Sum of RGB (Red+Green+Blue) = 212+51+82=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D43352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43352 is #2BCCAD. Grayscale: #666666. Windows color (decimal): -2870446 or 5387220. OLE color: 5387220.
HSL color Cylindrical-coordinate representation of color #D43352: hue angle of 348.45º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43352 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 82 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.17 |
| HSL | 348.45º | 0.65% | 0.52% | - |
| HSV(B) | 348.45º | 0.76% | 0.83% | - |
| XYZ | 29.86 | 16.97 | 9.69 | - |
| YUV | 102.67 | 116.34 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 82 | 0 | 0.76 | 0.61 | 0.17 | 348.45 | 0.65 | 0.52 |
| Hex | D4 | 33 | 52 | 0 | 4C | 3D | 11 | 15C | 41 | 34 |
| Octal | 324 | 63 | 122 | 0 | 114 | 75 | 21 | 534 | 101 | 64 |
| Binary | 11010100 | 110011 | 1010010 | 0 | 1001100 | 111101 | 10001 | 101011100 | 1000001 | 110100 |
Color Harmonies of #D43352
Complementary color
Monochromatic Colors of #D43352
Black with #D43352
Text Example
Text Example
White with #D43352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43352; }
p { color: rgb(212,51,82); }
H1.HeaderClassName
{
color: #D43352;
}
.AnyTagClassName
{
color: #D43352;
}
</style>
background-color css
<style>
a { background-color: #D43352; }
a { background-color: rgb(212,51,82); }
div.DivClassName
{
background-color: #D43352;
}
.BgClassName
{
background-color: #D43352;
}
</style>
border-color css
<style>
span { border-color: #D43352; }
span { border-color: rgb(212,51,82); }
td.TdClassName
{
border-color: #D43352;
}
.TagClassName
{
border-color: #D43352;
}
</style>