Shades of Amaranth #D73154
Tints of Amaranth #D73154
RGB
CMYK
RGB Variations
Color information
#D73154 (or 0xD73154) is known color: Amaranth. HEX triplet: D7, 31 and 54. RGB value is (215,49,84). Sum of RGB (Red+Green+Blue) = 215+49+84=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D73154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73154 is #28CEAB. Grayscale: #666666. Windows color (decimal): -2674348 or 5517783. OLE color: 5517783.
HSL color Cylindrical-coordinate representation of color #D73154: hue angle of 347.35º 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 #D73154 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 84 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.16 |
| HSL | 347.35º | 0.67% | 0.52% | - |
| HSV(B) | 347.35º | 0.77% | 0.84% | - |
| XYZ | 30.72 | 17.28 | 10.1 | - |
| YUV | 102.62 | 117.5 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 84 | 0 | 0.77 | 0.61 | 0.16 | 347.35 | 0.67 | 0.52 |
| Hex | D7 | 31 | 54 | 0 | 4D | 3D | 10 | 15B | 43 | 34 |
| Octal | 327 | 61 | 124 | 0 | 115 | 75 | 20 | 533 | 103 | 64 |
| Binary | 11010111 | 110001 | 1010100 | 0 | 1001101 | 111101 | 10000 | 101011011 | 1000011 | 110100 |
Color Harmonies of #D73154
Complementary color
Monochromatic Colors of #D73154
Black with #D73154
Text Example
Text Example
White with #D73154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73154; }
p { color: rgb(215,49,84); }
H1.HeaderClassName
{
color: #D73154;
}
.AnyTagClassName
{
color: #D73154;
}
</style>
background-color css
<style>
a { background-color: #D73154; }
a { background-color: rgb(215,49,84); }
div.DivClassName
{
background-color: #D73154;
}
.BgClassName
{
background-color: #D73154;
}
</style>
border-color css
<style>
span { border-color: #D73154; }
span { border-color: rgb(215,49,84); }
td.TdClassName
{
border-color: #D73154;
}
.TagClassName
{
border-color: #D73154;
}
</style>