Shades of Amaranth #D4284E
Tints of Amaranth #D4284E
RGB
CMYK
RGB Variations
Color information
#D4284E (or 0xD4284E) is known color: Amaranth. HEX triplet: D4, 28 and 4E. RGB value is (212,40,78). Sum of RGB (Red+Green+Blue) = 212+40+78=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D4284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4284E is #2BD7B1. Grayscale: #5F5F5F. Windows color (decimal): -2873266 or 5122260. OLE color: 5122260.
HSL color Cylindrical-coordinate representation of color #D4284E: hue angle of 346.74º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4284E is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 78 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.17 |
| HSL | 346.74º | 0.68% | 0.49% | - |
| HSV(B) | 346.74º | 0.81% | 0.83% | - |
| XYZ | 29.29 | 16.06 | 8.77 | - |
| YUV | 95.76 | 117.98 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 78 | 0 | 0.81 | 0.63 | 0.17 | 346.74 | 0.68 | 0.49 |
| Hex | D4 | 28 | 4E | 0 | 51 | 3F | 11 | 15B | 44 | 31 |
| Octal | 324 | 50 | 116 | 0 | 121 | 77 | 21 | 533 | 104 | 61 |
| Binary | 11010100 | 101000 | 1001110 | 0 | 1010001 | 111111 | 10001 | 101011011 | 1000100 | 110001 |
Color Harmonies of #D4284E
Complementary color
Monochromatic Colors of #D4284E
Black with #D4284E
Text Example
Text Example
White with #D4284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4284E; }
p { color: rgb(212,40,78); }
H1.HeaderClassName
{
color: #D4284E;
}
.AnyTagClassName
{
color: #D4284E;
}
</style>
background-color css
<style>
a { background-color: #D4284E; }
a { background-color: rgb(212,40,78); }
div.DivClassName
{
background-color: #D4284E;
}
.BgClassName
{
background-color: #D4284E;
}
</style>
border-color css
<style>
span { border-color: #D4284E; }
span { border-color: rgb(212,40,78); }
td.TdClassName
{
border-color: #D4284E;
}
.TagClassName
{
border-color: #D4284E;
}
</style>