Shades of Amaranth #D73D4E
Tints of Amaranth #D73D4E
RGB
CMYK
RGB Variations
Color information
#D73D4E (or 0xD73D4E) is known color: Amaranth. HEX triplet: D7, 3D and 4E. RGB value is (215,61,78). Sum of RGB (Red+Green+Blue) = 215+61+78=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73D4E is #28C2B1. Grayscale: #6D6D6D. Windows color (decimal): -2671282 or 5127639. OLE color: 5127639.
HSL color Cylindrical-coordinate representation of color #D73D4E: hue angle of 353.38º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73D4E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 78 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.16 |
| HSL | 353.38º | 0.66% | 0.54% | - |
| HSV(B) | 353.38º | 0.72% | 0.84% | - |
| XYZ | 31.07 | 18.33 | 9.11 | - |
| YUV | 108.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 78 | 0 | 0.72 | 0.64 | 0.16 | 353.38 | 0.66 | 0.54 |
| Hex | D7 | 3D | 4E | 0 | 48 | 40 | 10 | 161 | 42 | 36 |
| Octal | 327 | 75 | 116 | 0 | 110 | 100 | 20 | 541 | 102 | 66 |
| Binary | 11010111 | 111101 | 1001110 | 0 | 1001000 | 1000000 | 10000 | 101100001 | 1000010 | 110110 |
Color Harmonies of #D73D4E
Complementary color
Monochromatic Colors of #D73D4E
Black with #D73D4E
Text Example
Text Example
White with #D73D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D4E; }
p { color: rgb(215,61,78); }
H1.HeaderClassName
{
color: #D73D4E;
}
.AnyTagClassName
{
color: #D73D4E;
}
</style>
background-color css
<style>
a { background-color: #D73D4E; }
a { background-color: rgb(215,61,78); }
div.DivClassName
{
background-color: #D73D4E;
}
.BgClassName
{
background-color: #D73D4E;
}
</style>
border-color css
<style>
span { border-color: #D73D4E; }
span { border-color: rgb(215,61,78); }
td.TdClassName
{
border-color: #D73D4E;
}
.TagClassName
{
border-color: #D73D4E;
}
</style>