Shades of Amaranth #D9284C
Tints of Amaranth #D9284C
RGB
CMYK
RGB Variations
Color information
#D9284C (or 0xD9284C) is known color: Amaranth. HEX triplet: D9, 28 and 4C. RGB value is (217,40,76). Sum of RGB (Red+Green+Blue) = 217+40+76=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9284C is #26D7B3. Grayscale: #616161. Windows color (decimal): -2545588 or 4991193. OLE color: 4991193.
HSL color Cylindrical-coordinate representation of color #D9284C: hue angle of 347.8º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9284C is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 76 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.15 |
| HSL | 347.8º | 0.7% | 0.5% | - |
| HSV(B) | 347.8º | 0.82% | 0.85% | - |
| XYZ | 30.68 | 16.79 | 8.46 | - |
| YUV | 97.03 | 116.14 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 76 | 0 | 0.82 | 0.65 | 0.15 | 347.8 | 0.7 | 0.5 |
| Hex | D9 | 28 | 4C | 0 | 52 | 41 | F | 15C | 46 | 32 |
| Octal | 331 | 50 | 114 | 0 | 122 | 101 | 17 | 534 | 106 | 62 |
| Binary | 11011001 | 101000 | 1001100 | 0 | 1010010 | 1000001 | 1111 | 101011100 | 1000110 | 110010 |
Color Harmonies of #D9284C
Complementary color
Monochromatic Colors of #D9284C
Black with #D9284C
Text Example
Text Example
White with #D9284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9284C; }
p { color: rgb(217,40,76); }
H1.HeaderClassName
{
color: #D9284C;
}
.AnyTagClassName
{
color: #D9284C;
}
</style>
background-color css
<style>
a { background-color: #D9284C; }
a { background-color: rgb(217,40,76); }
div.DivClassName
{
background-color: #D9284C;
}
.BgClassName
{
background-color: #D9284C;
}
</style>
border-color css
<style>
span { border-color: #D9284C; }
span { border-color: rgb(217,40,76); }
td.TdClassName
{
border-color: #D9284C;
}
.TagClassName
{
border-color: #D9284C;
}
</style>