Shades of Amaranth #D62051
Tints of Amaranth #D62051
RGB
CMYK
RGB Variations
Color information
#D62051 (or 0xD62051) is known color: Amaranth. HEX triplet: D6, 20 and 51. RGB value is (214,32,81). Sum of RGB (Red+Green+Blue) = 214+32+81=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D62051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62051 is #29DFAE. Grayscale: #5B5B5B. Windows color (decimal): -2744239 or 5316822. OLE color: 5316822.
HSL color Cylindrical-coordinate representation of color #D62051: hue angle of 343.85º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62051 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 81 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.16 |
| HSL | 343.85º | 0.74% | 0.48% | - |
| HSV(B) | 343.85º | 0.85% | 0.84% | - |
| XYZ | 29.73 | 15.92 | 9.29 | - |
| YUV | 92 | 121.8 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 81 | 0 | 0.85 | 0.62 | 0.16 | 343.85 | 0.74 | 0.48 |
| Hex | D6 | 20 | 51 | 0 | 55 | 3E | 10 | 158 | 4A | 30 |
| Octal | 326 | 40 | 121 | 0 | 125 | 76 | 20 | 530 | 112 | 60 |
| Binary | 11010110 | 100000 | 1010001 | 0 | 1010101 | 111110 | 10000 | 101011000 | 1001010 | 110000 |
Color Harmonies of #D62051
Complementary color
Monochromatic Colors of #D62051
Black with #D62051
Text Example
Text Example
White with #D62051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62051; }
p { color: rgb(214,32,81); }
H1.HeaderClassName
{
color: #D62051;
}
.AnyTagClassName
{
color: #D62051;
}
</style>
background-color css
<style>
a { background-color: #D62051; }
a { background-color: rgb(214,32,81); }
div.DivClassName
{
background-color: #D62051;
}
.BgClassName
{
background-color: #D62051;
}
</style>
border-color css
<style>
span { border-color: #D62051; }
span { border-color: rgb(214,32,81); }
td.TdClassName
{
border-color: #D62051;
}
.TagClassName
{
border-color: #D62051;
}
</style>