Shades of Amaranth #D92A54
Tints of Amaranth #D92A54
RGB
CMYK
RGB Variations
Color information
#D92A54 (or 0xD92A54) is known color: Amaranth. HEX triplet: D9, 2A and 54. RGB value is (217,42,84). Sum of RGB (Red+Green+Blue) = 217+42+84=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92A54 is #26D5AB. Grayscale: #636363. Windows color (decimal): -2545068 or 5515993. OLE color: 5515993.
HSL color Cylindrical-coordinate representation of color #D92A54: hue angle of 345.6º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92A54 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 84 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.15 |
| HSL | 345.6º | 0.7% | 0.51% | - |
| HSV(B) | 345.6º | 0.81% | 0.85% | - |
| XYZ | 31.04 | 17.05 | 10.04 | - |
| YUV | 99.11 | 119.48 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 84 | 0 | 0.81 | 0.61 | 0.15 | 345.6 | 0.7 | 0.51 |
| Hex | D9 | 2A | 54 | 0 | 51 | 3D | F | 15A | 46 | 33 |
| Octal | 331 | 52 | 124 | 0 | 121 | 75 | 17 | 532 | 106 | 63 |
| Binary | 11011001 | 101010 | 1010100 | 0 | 1010001 | 111101 | 1111 | 101011010 | 1000110 | 110011 |
Color Harmonies of #D92A54
Complementary color
Monochromatic Colors of #D92A54
Black with #D92A54
Text Example
Text Example
White with #D92A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A54; }
p { color: rgb(217,42,84); }
H1.HeaderClassName
{
color: #D92A54;
}
.AnyTagClassName
{
color: #D92A54;
}
</style>
background-color css
<style>
a { background-color: #D92A54; }
a { background-color: rgb(217,42,84); }
div.DivClassName
{
background-color: #D92A54;
}
.BgClassName
{
background-color: #D92A54;
}
</style>
border-color css
<style>
span { border-color: #D92A54; }
span { border-color: rgb(217,42,84); }
td.TdClassName
{
border-color: #D92A54;
}
.TagClassName
{
border-color: #D92A54;
}
</style>