Shades of Amaranth #D32450
Tints of Amaranth #D32450
RGB
CMYK
RGB Variations
Color information
#D32450 (or 0xD32450) is known color: Amaranth. HEX triplet: D3, 24 and 50. RGB value is (211,36,80). Sum of RGB (Red+Green+Blue) = 211+36+80=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D32450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32450 is #2CDBAF. Grayscale: #5D5D5D. Windows color (decimal): -2939824 or 5252307. OLE color: 5252307.
HSL color Cylindrical-coordinate representation of color #D32450: hue angle of 344.91º 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 #D32450 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 80 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.17 |
| HSL | 344.91º | 0.71% | 0.48% | - |
| HSV(B) | 344.91º | 0.83% | 0.83% | - |
| XYZ | 28.94 | 15.69 | 9.09 | - |
| YUV | 93.34 | 120.48 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 80 | 0 | 0.83 | 0.62 | 0.17 | 344.91 | 0.71 | 0.48 |
| Hex | D3 | 24 | 50 | 0 | 53 | 3E | 11 | 159 | 47 | 30 |
| Octal | 323 | 44 | 120 | 0 | 123 | 76 | 21 | 531 | 107 | 60 |
| Binary | 11010011 | 100100 | 1010000 | 0 | 1010011 | 111110 | 10001 | 101011001 | 1000111 | 110000 |
Color Harmonies of #D32450
Complementary color
Monochromatic Colors of #D32450
Black with #D32450
Text Example
Text Example
White with #D32450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32450; }
p { color: rgb(211,36,80); }
H1.HeaderClassName
{
color: #D32450;
}
.AnyTagClassName
{
color: #D32450;
}
</style>
background-color css
<style>
a { background-color: #D32450; }
a { background-color: rgb(211,36,80); }
div.DivClassName
{
background-color: #D32450;
}
.BgClassName
{
background-color: #D32450;
}
</style>
border-color css
<style>
span { border-color: #D32450; }
span { border-color: rgb(211,36,80); }
td.TdClassName
{
border-color: #D32450;
}
.TagClassName
{
border-color: #D32450;
}
</style>