Shades of Amaranth #D52E54
Tints of Amaranth #D52E54
RGB
CMYK
RGB Variations
Color information
#D52E54 (or 0xD52E54) is known color: Amaranth. HEX triplet: D5, 2E and 54. RGB value is (213,46,84). Sum of RGB (Red+Green+Blue) = 213+46+84=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E54 is #2AD1AB. Grayscale: #646464. Windows color (decimal): -2806188 or 5517013. OLE color: 5517013.
HSL color Cylindrical-coordinate representation of color #D52E54: hue angle of 346.35º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E54 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 84 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.16 |
| HSL | 346.35º | 0.67% | 0.51% | - |
| HSV(B) | 346.35º | 0.78% | 0.84% | - |
| XYZ | 30.02 | 16.74 | 10.04 | - |
| YUV | 100.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 84 | 0 | 0.78 | 0.61 | 0.16 | 346.35 | 0.67 | 0.51 |
| Hex | D5 | 2E | 54 | 0 | 4E | 3D | 10 | 15A | 43 | 33 |
| Octal | 325 | 56 | 124 | 0 | 116 | 75 | 20 | 532 | 103 | 63 |
| Binary | 11010101 | 101110 | 1010100 | 0 | 1001110 | 111101 | 10000 | 101011010 | 1000011 | 110011 |
Color Harmonies of #D52E54
Complementary color
Monochromatic Colors of #D52E54
Black with #D52E54
Text Example
Text Example
White with #D52E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E54; }
p { color: rgb(213,46,84); }
H1.HeaderClassName
{
color: #D52E54;
}
.AnyTagClassName
{
color: #D52E54;
}
</style>
background-color css
<style>
a { background-color: #D52E54; }
a { background-color: rgb(213,46,84); }
div.DivClassName
{
background-color: #D52E54;
}
.BgClassName
{
background-color: #D52E54;
}
</style>
border-color css
<style>
span { border-color: #D52E54; }
span { border-color: rgb(213,46,84); }
td.TdClassName
{
border-color: #D52E54;
}
.TagClassName
{
border-color: #D52E54;
}
</style>