Shades of Amaranth #D73155
Tints of Amaranth #D73155
RGB
CMYK
RGB Variations
Color information
#D73155 (or 0xD73155) is known color: Amaranth. HEX triplet: D7, 31 and 55. RGB value is (215,49,85). Sum of RGB (Red+Green+Blue) = 215+49+85=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D73155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73155 is #28CEAA. Grayscale: #666666. Windows color (decimal): -2674347 or 5583319. OLE color: 5583319.
HSL color Cylindrical-coordinate representation of color #D73155: hue angle of 346.99º 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 #D73155 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 85 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.16 |
| HSL | 346.99º | 0.67% | 0.52% | - |
| HSV(B) | 346.99º | 0.77% | 0.84% | - |
| XYZ | 30.76 | 17.3 | 10.31 | - |
| YUV | 102.74 | 118 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 85 | 0 | 0.77 | 0.60 | 0.16 | 346.99 | 0.67 | 0.52 |
| Hex | D7 | 31 | 55 | 0 | 4D | 3C | 10 | 15B | 43 | 34 |
| Octal | 327 | 61 | 125 | 0 | 115 | 74 | 20 | 533 | 103 | 64 |
| Binary | 11010111 | 110001 | 1010101 | 0 | 1001101 | 111100 | 10000 | 101011011 | 1000011 | 110100 |
Color Harmonies of #D73155
Complementary color
Monochromatic Colors of #D73155
Black with #D73155
Text Example
Text Example
White with #D73155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73155; }
p { color: rgb(215,49,85); }
H1.HeaderClassName
{
color: #D73155;
}
.AnyTagClassName
{
color: #D73155;
}
</style>
background-color css
<style>
a { background-color: #D73155; }
a { background-color: rgb(215,49,85); }
div.DivClassName
{
background-color: #D73155;
}
.BgClassName
{
background-color: #D73155;
}
</style>
border-color css
<style>
span { border-color: #D73155; }
span { border-color: rgb(215,49,85); }
td.TdClassName
{
border-color: #D73155;
}
.TagClassName
{
border-color: #D73155;
}
</style>