Shades of Amaranth #D73254
Tints of Amaranth #D73254
RGB
CMYK
RGB Variations
Color information
#D73254 (or 0xD73254) is known color: Amaranth. HEX triplet: D7, 32 and 54. RGB value is (215,50,84). Sum of RGB (Red+Green+Blue) = 215+50+84=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D73254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73254 is #28CDAB. Grayscale: #676767. Windows color (decimal): -2674092 or 5518039. OLE color: 5518039.
HSL color Cylindrical-coordinate representation of color #D73254: hue angle of 347.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73254 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 84 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.16 |
| HSL | 347.64º | 0.67% | 0.52% | - |
| HSV(B) | 347.64º | 0.77% | 0.84% | - |
| XYZ | 30.77 | 17.37 | 10.12 | - |
| YUV | 103.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 84 | 0 | 0.77 | 0.61 | 0.16 | 347.64 | 0.67 | 0.52 |
| Hex | D7 | 32 | 54 | 0 | 4D | 3D | 10 | 15C | 43 | 34 |
| Octal | 327 | 62 | 124 | 0 | 115 | 75 | 20 | 534 | 103 | 64 |
| Binary | 11010111 | 110010 | 1010100 | 0 | 1001101 | 111101 | 10000 | 101011100 | 1000011 | 110100 |
Color Harmonies of #D73254
Complementary color
Monochromatic Colors of #D73254
Black with #D73254
Text Example
Text Example
White with #D73254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73254; }
p { color: rgb(215,50,84); }
H1.HeaderClassName
{
color: #D73254;
}
.AnyTagClassName
{
color: #D73254;
}
</style>
background-color css
<style>
a { background-color: #D73254; }
a { background-color: rgb(215,50,84); }
div.DivClassName
{
background-color: #D73254;
}
.BgClassName
{
background-color: #D73254;
}
</style>
border-color css
<style>
span { border-color: #D73254; }
span { border-color: rgb(215,50,84); }
td.TdClassName
{
border-color: #D73254;
}
.TagClassName
{
border-color: #D73254;
}
</style>