Shades of Amaranth #D92C4E
Tints of Amaranth #D92C4E
RGB
CMYK
RGB Variations
Color information
#D92C4E (or 0xD92C4E) is known color: Amaranth. HEX triplet: D9, 2C and 4E. RGB value is (217,44,78). Sum of RGB (Red+Green+Blue) = 217+44+78=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92C4E is #26D3B1. Grayscale: #636363. Windows color (decimal): -2544562 or 5123289. OLE color: 5123289.
HSL color Cylindrical-coordinate representation of color #D92C4E: hue angle of 348.21º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92C4E is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 78 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.15 |
| HSL | 348.21º | 0.69% | 0.51% | - |
| HSV(B) | 348.21º | 0.8% | 0.85% | - |
| XYZ | 30.89 | 17.1 | 8.88 | - |
| YUV | 99.6 | 115.81 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 78 | 0 | 0.80 | 0.64 | 0.15 | 348.21 | 0.69 | 0.51 |
| Hex | D9 | 2C | 4E | 0 | 50 | 40 | F | 15C | 45 | 33 |
| Octal | 331 | 54 | 116 | 0 | 120 | 100 | 17 | 534 | 105 | 63 |
| Binary | 11011001 | 101100 | 1001110 | 0 | 1010000 | 1000000 | 1111 | 101011100 | 1000101 | 110011 |
Color Harmonies of #D92C4E
Complementary color
Monochromatic Colors of #D92C4E
Black with #D92C4E
Text Example
Text Example
White with #D92C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92C4E; }
p { color: rgb(217,44,78); }
H1.HeaderClassName
{
color: #D92C4E;
}
.AnyTagClassName
{
color: #D92C4E;
}
</style>
background-color css
<style>
a { background-color: #D92C4E; }
a { background-color: rgb(217,44,78); }
div.DivClassName
{
background-color: #D92C4E;
}
.BgClassName
{
background-color: #D92C4E;
}
</style>
border-color css
<style>
span { border-color: #D92C4E; }
span { border-color: rgb(217,44,78); }
td.TdClassName
{
border-color: #D92C4E;
}
.TagClassName
{
border-color: #D92C4E;
}
</style>