Shades of Amaranth #D63A4D
Tints of Amaranth #D63A4D
RGB
CMYK
RGB Variations
Color information
#D63A4D (or 0xD63A4D) is known color: Amaranth. HEX triplet: D6, 3A and 4D. RGB value is (214,58,77). Sum of RGB (Red+Green+Blue) = 214+58+77=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63A4D is #29C5B2. Grayscale: #6A6A6A. Windows color (decimal): -2737587 or 5061334. OLE color: 5061334.
HSL color Cylindrical-coordinate representation of color #D63A4D: hue angle of 352.69º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63A4D is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 77 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.16 |
| HSL | 352.69º | 0.66% | 0.53% | - |
| HSV(B) | 352.69º | 0.73% | 0.84% | - |
| XYZ | 30.58 | 17.86 | 8.86 | - |
| YUV | 106.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 77 | 0 | 0.73 | 0.64 | 0.16 | 352.69 | 0.66 | 0.53 |
| Hex | D6 | 3A | 4D | 0 | 49 | 40 | 10 | 161 | 42 | 35 |
| Octal | 326 | 72 | 115 | 0 | 111 | 100 | 20 | 541 | 102 | 65 |
| Binary | 11010110 | 111010 | 1001101 | 0 | 1001001 | 1000000 | 10000 | 101100001 | 1000010 | 110101 |
Color Harmonies of #D63A4D
Complementary color
Monochromatic Colors of #D63A4D
Black with #D63A4D
Text Example
Text Example
White with #D63A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A4D; }
p { color: rgb(214,58,77); }
H1.HeaderClassName
{
color: #D63A4D;
}
.AnyTagClassName
{
color: #D63A4D;
}
</style>
background-color css
<style>
a { background-color: #D63A4D; }
a { background-color: rgb(214,58,77); }
div.DivClassName
{
background-color: #D63A4D;
}
.BgClassName
{
background-color: #D63A4D;
}
</style>
border-color css
<style>
span { border-color: #D63A4D; }
span { border-color: rgb(214,58,77); }
td.TdClassName
{
border-color: #D63A4D;
}
.TagClassName
{
border-color: #D63A4D;
}
</style>