Shades of Amaranth #D52D53
Tints of Amaranth #D52D53
RGB
CMYK
RGB Variations
Color information
#D52D53 (or 0xD52D53) is known color: Amaranth. HEX triplet: D5, 2D and 53. RGB value is (213,45,83). Sum of RGB (Red+Green+Blue) = 213+45+83=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52D53 is #2AD2AC. Grayscale: #636363. Windows color (decimal): -2806445 or 5451221. OLE color: 5451221.
HSL color Cylindrical-coordinate representation of color #D52D53: hue angle of 346.43º 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 #D52D53 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 83 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.16 |
| HSL | 346.43º | 0.67% | 0.51% | - |
| HSV(B) | 346.43º | 0.79% | 0.84% | - |
| XYZ | 29.94 | 16.65 | 9.82 | - |
| YUV | 99.56 | 118.66 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 83 | 0 | 0.79 | 0.61 | 0.16 | 346.43 | 0.67 | 0.51 |
| Hex | D5 | 2D | 53 | 0 | 4F | 3D | 10 | 15A | 43 | 33 |
| Octal | 325 | 55 | 123 | 0 | 117 | 75 | 20 | 532 | 103 | 63 |
| Binary | 11010101 | 101101 | 1010011 | 0 | 1001111 | 111101 | 10000 | 101011010 | 1000011 | 110011 |
Color Harmonies of #D52D53
Complementary color
Monochromatic Colors of #D52D53
Black with #D52D53
Text Example
Text Example
White with #D52D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D53; }
p { color: rgb(213,45,83); }
H1.HeaderClassName
{
color: #D52D53;
}
.AnyTagClassName
{
color: #D52D53;
}
</style>
background-color css
<style>
a { background-color: #D52D53; }
a { background-color: rgb(213,45,83); }
div.DivClassName
{
background-color: #D52D53;
}
.BgClassName
{
background-color: #D52D53;
}
</style>
border-color css
<style>
span { border-color: #D52D53; }
span { border-color: rgb(213,45,83); }
td.TdClassName
{
border-color: #D52D53;
}
.TagClassName
{
border-color: #D52D53;
}
</style>