Shades of Amaranth #D92D54
Tints of Amaranth #D92D54
RGB
CMYK
RGB Variations
Color information
#D92D54 (or 0xD92D54) is known color: Amaranth. HEX triplet: D9, 2D and 54. RGB value is (217,45,84). Sum of RGB (Red+Green+Blue) = 217+45+84=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D54 is #26D2AB. Grayscale: #646464. Windows color (decimal): -2544300 or 5516761. OLE color: 5516761.
HSL color Cylindrical-coordinate representation of color #D92D54: hue angle of 346.4º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D54 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 84 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.15 |
| HSL | 346.4º | 0.69% | 0.51% | - |
| HSV(B) | 346.4º | 0.79% | 0.85% | - |
| XYZ | 31.15 | 17.27 | 10.08 | - |
| YUV | 100.87 | 118.48 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 84 | 0 | 0.79 | 0.61 | 0.15 | 346.4 | 0.69 | 0.51 |
| Hex | D9 | 2D | 54 | 0 | 4F | 3D | F | 15A | 45 | 33 |
| Octal | 331 | 55 | 124 | 0 | 117 | 75 | 17 | 532 | 105 | 63 |
| Binary | 11011001 | 101101 | 1010100 | 0 | 1001111 | 111101 | 1111 | 101011010 | 1000101 | 110011 |
Color Harmonies of #D92D54
Complementary color
Monochromatic Colors of #D92D54
Black with #D92D54
Text Example
Text Example
White with #D92D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D54; }
p { color: rgb(217,45,84); }
H1.HeaderClassName
{
color: #D92D54;
}
.AnyTagClassName
{
color: #D92D54;
}
</style>
background-color css
<style>
a { background-color: #D92D54; }
a { background-color: rgb(217,45,84); }
div.DivClassName
{
background-color: #D92D54;
}
.BgClassName
{
background-color: #D92D54;
}
</style>
border-color css
<style>
span { border-color: #D92D54; }
span { border-color: rgb(217,45,84); }
td.TdClassName
{
border-color: #D92D54;
}
.TagClassName
{
border-color: #D92D54;
}
</style>