Shades of Amaranth #D32454
Tints of Amaranth #D32454
RGB
CMYK
RGB Variations
Color information
#D32454 (or 0xD32454) is known color: Amaranth. HEX triplet: D3, 24 and 54. RGB value is (211,36,84). Sum of RGB (Red+Green+Blue) = 211+36+84=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D32454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32454 is #2CDBAB. Grayscale: #5D5D5D. Windows color (decimal): -2939820 or 5514451. OLE color: 5514451.
HSL color Cylindrical-coordinate representation of color #D32454: hue angle of 343.54º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32454 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 84 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.17 |
| HSL | 343.54º | 0.71% | 0.48% | - |
| HSV(B) | 343.54º | 0.83% | 0.83% | - |
| XYZ | 29.1 | 15.75 | 9.89 | - |
| YUV | 93.8 | 122.48 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 84 | 0 | 0.83 | 0.60 | 0.17 | 343.54 | 0.71 | 0.48 |
| Hex | D3 | 24 | 54 | 0 | 53 | 3C | 11 | 158 | 47 | 30 |
| Octal | 323 | 44 | 124 | 0 | 123 | 74 | 21 | 530 | 107 | 60 |
| Binary | 11010011 | 100100 | 1010100 | 0 | 1010011 | 111100 | 10001 | 101011000 | 1000111 | 110000 |
Color Harmonies of #D32454
Complementary color
Monochromatic Colors of #D32454
Black with #D32454
Text Example
Text Example
White with #D32454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32454; }
p { color: rgb(211,36,84); }
H1.HeaderClassName
{
color: #D32454;
}
.AnyTagClassName
{
color: #D32454;
}
</style>
background-color css
<style>
a { background-color: #D32454; }
a { background-color: rgb(211,36,84); }
div.DivClassName
{
background-color: #D32454;
}
.BgClassName
{
background-color: #D32454;
}
</style>
border-color css
<style>
span { border-color: #D32454; }
span { border-color: rgb(211,36,84); }
td.TdClassName
{
border-color: #D32454;
}
.TagClassName
{
border-color: #D32454;
}
</style>