Shades of Amaranth #D73654
Tints of Amaranth #D73654
RGB
CMYK
RGB Variations
Color information
#D73654 (or 0xD73654) is known color: Amaranth. HEX triplet: D7, 36 and 54. RGB value is (215,54,84). Sum of RGB (Red+Green+Blue) = 215+54+84=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D73654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73654 is #28C9AB. Grayscale: #696969. Windows color (decimal): -2673068 or 5519063. OLE color: 5519063.
HSL color Cylindrical-coordinate representation of color #D73654: hue angle of 348.82º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73654 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 84 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.16 |
| HSL | 348.82º | 0.67% | 0.53% | - |
| HSV(B) | 348.82º | 0.75% | 0.84% | - |
| XYZ | 30.94 | 17.73 | 10.18 | - |
| YUV | 105.56 | 115.84 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 84 | 0 | 0.75 | 0.61 | 0.16 | 348.82 | 0.67 | 0.53 |
| Hex | D7 | 36 | 54 | 0 | 4B | 3D | 10 | 15D | 43 | 35 |
| Octal | 327 | 66 | 124 | 0 | 113 | 75 | 20 | 535 | 103 | 65 |
| Binary | 11010111 | 110110 | 1010100 | 0 | 1001011 | 111101 | 10000 | 101011101 | 1000011 | 110101 |
Color Harmonies of #D73654
Complementary color
Monochromatic Colors of #D73654
Black with #D73654
Text Example
Text Example
White with #D73654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73654; }
p { color: rgb(215,54,84); }
H1.HeaderClassName
{
color: #D73654;
}
.AnyTagClassName
{
color: #D73654;
}
</style>
background-color css
<style>
a { background-color: #D73654; }
a { background-color: rgb(215,54,84); }
div.DivClassName
{
background-color: #D73654;
}
.BgClassName
{
background-color: #D73654;
}
</style>
border-color css
<style>
span { border-color: #D73654; }
span { border-color: rgb(215,54,84); }
td.TdClassName
{
border-color: #D73654;
}
.TagClassName
{
border-color: #D73654;
}
</style>