Shades of Amaranth #D4294D
Tints of Amaranth #D4294D
RGB
CMYK
RGB Variations
Color information
#D4294D (or 0xD4294D) is known color: Amaranth. HEX triplet: D4, 29 and 4D. RGB value is (212,41,77). Sum of RGB (Red+Green+Blue) = 212+41+77=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D4294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4294D is #2BD6B2. Grayscale: #606060. Windows color (decimal): -2873011 or 5056980. OLE color: 5056980.
HSL color Cylindrical-coordinate representation of color #D4294D: hue angle of 347.37º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4294D is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 77 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.17 |
| HSL | 347.37º | 0.68% | 0.5% | - |
| HSV(B) | 347.37º | 0.81% | 0.83% | - |
| XYZ | 29.28 | 16.12 | 8.59 | - |
| YUV | 96.23 | 117.15 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 77 | 0 | 0.81 | 0.64 | 0.17 | 347.37 | 0.68 | 0.5 |
| Hex | D4 | 29 | 4D | 0 | 51 | 40 | 11 | 15B | 44 | 32 |
| Octal | 324 | 51 | 115 | 0 | 121 | 100 | 21 | 533 | 104 | 62 |
| Binary | 11010100 | 101001 | 1001101 | 0 | 1010001 | 1000000 | 10001 | 101011011 | 1000100 | 110010 |
Color Harmonies of #D4294D
Complementary color
Monochromatic Colors of #D4294D
Black with #D4294D
Text Example
Text Example
White with #D4294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4294D; }
p { color: rgb(212,41,77); }
H1.HeaderClassName
{
color: #D4294D;
}
.AnyTagClassName
{
color: #D4294D;
}
</style>
background-color css
<style>
a { background-color: #D4294D; }
a { background-color: rgb(212,41,77); }
div.DivClassName
{
background-color: #D4294D;
}
.BgClassName
{
background-color: #D4294D;
}
</style>
border-color css
<style>
span { border-color: #D4294D; }
span { border-color: rgb(212,41,77); }
td.TdClassName
{
border-color: #D4294D;
}
.TagClassName
{
border-color: #D4294D;
}
</style>