Shades of Amaranth #D42152
Tints of Amaranth #D42152
RGB
CMYK
RGB Variations
Color information
#D42152 (or 0xD42152) is known color: Amaranth. HEX triplet: D4, 21 and 52. RGB value is (212,33,82). Sum of RGB (Red+Green+Blue) = 212+33+82=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D42152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42152 is #2BDEAD. Grayscale: #5C5C5C. Windows color (decimal): -2875054 or 5382612. OLE color: 5382612.
HSL color Cylindrical-coordinate representation of color #D42152: hue angle of 343.58º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42152 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 82 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.17 |
| HSL | 343.58º | 0.73% | 0.48% | - |
| HSV(B) | 343.58º | 0.84% | 0.83% | - |
| XYZ | 29.22 | 15.69 | 9.47 | - |
| YUV | 92.11 | 122.3 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 82 | 0 | 0.84 | 0.61 | 0.17 | 343.58 | 0.73 | 0.48 |
| Hex | D4 | 21 | 52 | 0 | 54 | 3D | 11 | 158 | 49 | 30 |
| Octal | 324 | 41 | 122 | 0 | 124 | 75 | 21 | 530 | 111 | 60 |
| Binary | 11010100 | 100001 | 1010010 | 0 | 1010100 | 111101 | 10001 | 101011000 | 1001001 | 110000 |
Color Harmonies of #D42152
Complementary color
Monochromatic Colors of #D42152
Black with #D42152
Text Example
Text Example
White with #D42152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42152; }
p { color: rgb(212,33,82); }
H1.HeaderClassName
{
color: #D42152;
}
.AnyTagClassName
{
color: #D42152;
}
</style>
background-color css
<style>
a { background-color: #D42152; }
a { background-color: rgb(212,33,82); }
div.DivClassName
{
background-color: #D42152;
}
.BgClassName
{
background-color: #D42152;
}
</style>
border-color css
<style>
span { border-color: #D42152; }
span { border-color: rgb(212,33,82); }
td.TdClassName
{
border-color: #D42152;
}
.TagClassName
{
border-color: #D42152;
}
</style>