Shades of Amaranth #D52D54
Tints of Amaranth #D52D54
RGB
CMYK
RGB Variations
Color information
#D52D54 (or 0xD52D54) is known color: Amaranth. HEX triplet: D5, 2D and 54. RGB value is (213,45,84). Sum of RGB (Red+Green+Blue) = 213+45+84=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52D54 is #2AD2AB. Grayscale: #636363. Windows color (decimal): -2806444 or 5516757. OLE color: 5516757.
HSL color Cylindrical-coordinate representation of color #D52D54: hue angle of 346.07º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52D54 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 84 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.16 |
| HSL | 346.07º | 0.67% | 0.51% | - |
| HSV(B) | 346.07º | 0.79% | 0.84% | - |
| XYZ | 29.98 | 16.66 | 10.02 | - |
| YUV | 99.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 84 | 0 | 0.79 | 0.61 | 0.16 | 346.07 | 0.67 | 0.51 |
| Hex | D5 | 2D | 54 | 0 | 4F | 3D | 10 | 15A | 43 | 33 |
| Octal | 325 | 55 | 124 | 0 | 117 | 75 | 20 | 532 | 103 | 63 |
| Binary | 11010101 | 101101 | 1010100 | 0 | 1001111 | 111101 | 10000 | 101011010 | 1000011 | 110011 |
Color Harmonies of #D52D54
Complementary color
Monochromatic Colors of #D52D54
Black with #D52D54
Text Example
Text Example
White with #D52D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D54; }
p { color: rgb(213,45,84); }
H1.HeaderClassName
{
color: #D52D54;
}
.AnyTagClassName
{
color: #D52D54;
}
</style>
background-color css
<style>
a { background-color: #D52D54; }
a { background-color: rgb(213,45,84); }
div.DivClassName
{
background-color: #D52D54;
}
.BgClassName
{
background-color: #D52D54;
}
</style>
border-color css
<style>
span { border-color: #D52D54; }
span { border-color: rgb(213,45,84); }
td.TdClassName
{
border-color: #D52D54;
}
.TagClassName
{
border-color: #D52D54;
}
</style>