Shades of Amaranth #D62856
Tints of Amaranth #D62856
RGB
CMYK
RGB Variations
Color information
#D62856 (or 0xD62856) is known color: Amaranth. HEX triplet: D6, 28 and 56. RGB value is (214,40,86). Sum of RGB (Red+Green+Blue) = 214+40+86=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D62856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62856 is #29D7A9. Grayscale: #616161. Windows color (decimal): -2742186 or 5646550. OLE color: 5646550.
HSL color Cylindrical-coordinate representation of color #D62856: hue angle of 344.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62856 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 86 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.16 |
| HSL | 344.14º | 0.69% | 0.5% | - |
| HSV(B) | 344.14º | 0.81% | 0.84% | - |
| XYZ | 30.17 | 16.49 | 10.4 | - |
| YUV | 97.27 | 121.65 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 86 | 0 | 0.81 | 0.60 | 0.16 | 344.14 | 0.69 | 0.5 |
| Hex | D6 | 28 | 56 | 0 | 51 | 3C | 10 | 158 | 45 | 32 |
| Octal | 326 | 50 | 126 | 0 | 121 | 74 | 20 | 530 | 105 | 62 |
| Binary | 11010110 | 101000 | 1010110 | 0 | 1010001 | 111100 | 10000 | 101011000 | 1000101 | 110010 |
Color Harmonies of #D62856
Complementary color
Monochromatic Colors of #D62856
Black with #D62856
Text Example
Text Example
White with #D62856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62856; }
p { color: rgb(214,40,86); }
H1.HeaderClassName
{
color: #D62856;
}
.AnyTagClassName
{
color: #D62856;
}
</style>
background-color css
<style>
a { background-color: #D62856; }
a { background-color: rgb(214,40,86); }
div.DivClassName
{
background-color: #D62856;
}
.BgClassName
{
background-color: #D62856;
}
</style>
border-color css
<style>
span { border-color: #D62856; }
span { border-color: rgb(214,40,86); }
td.TdClassName
{
border-color: #D62856;
}
.TagClassName
{
border-color: #D62856;
}
</style>