Shades of Amaranth #D92D4C
Tints of Amaranth #D92D4C
RGB
CMYK
RGB Variations
Color information
#D92D4C (or 0xD92D4C) is known color: Amaranth. HEX triplet: D9, 2D and 4C. RGB value is (217,45,76). Sum of RGB (Red+Green+Blue) = 217+45+76=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D4C is #26D2B3. Grayscale: #646464. Windows color (decimal): -2544308 or 4992473. OLE color: 4992473.
HSL color Cylindrical-coordinate representation of color #D92D4C: hue angle of 349.19º 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 #D92D4C is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 76 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.15 |
| HSL | 349.19º | 0.69% | 0.51% | - |
| HSV(B) | 349.19º | 0.79% | 0.85% | - |
| XYZ | 30.86 | 17.15 | 8.52 | - |
| YUV | 99.96 | 114.48 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 76 | 0 | 0.79 | 0.65 | 0.15 | 349.19 | 0.69 | 0.51 |
| Hex | D9 | 2D | 4C | 0 | 4F | 41 | F | 15D | 45 | 33 |
| Octal | 331 | 55 | 114 | 0 | 117 | 101 | 17 | 535 | 105 | 63 |
| Binary | 11011001 | 101101 | 1001100 | 0 | 1001111 | 1000001 | 1111 | 101011101 | 1000101 | 110011 |
Color Harmonies of #D92D4C
Complementary color
Monochromatic Colors of #D92D4C
Black with #D92D4C
Text Example
Text Example
White with #D92D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D4C; }
p { color: rgb(217,45,76); }
H1.HeaderClassName
{
color: #D92D4C;
}
.AnyTagClassName
{
color: #D92D4C;
}
</style>
background-color css
<style>
a { background-color: #D92D4C; }
a { background-color: rgb(217,45,76); }
div.DivClassName
{
background-color: #D92D4C;
}
.BgClassName
{
background-color: #D92D4C;
}
</style>
border-color css
<style>
span { border-color: #D92D4C; }
span { border-color: rgb(217,45,76); }
td.TdClassName
{
border-color: #D92D4C;
}
.TagClassName
{
border-color: #D92D4C;
}
</style>