Shades of Amaranth #D62756
Tints of Amaranth #D62756
RGB
CMYK
RGB Variations
Color information
#D62756 (or 0xD62756) is known color: Amaranth. HEX triplet: D6, 27 and 56. RGB value is (214,39,86). Sum of RGB (Red+Green+Blue) = 214+39+86=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D62756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62756 is #29D8A9. Grayscale: #606060. Windows color (decimal): -2742442 or 5646294. OLE color: 5646294.
HSL color Cylindrical-coordinate representation of color #D62756: hue angle of 343.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62756 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 86 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.16 |
| HSL | 343.89º | 0.69% | 0.5% | - |
| HSV(B) | 343.89º | 0.82% | 0.84% | - |
| XYZ | 30.14 | 16.42 | 10.38 | - |
| YUV | 96.68 | 121.98 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 86 | 0 | 0.82 | 0.60 | 0.16 | 343.89 | 0.69 | 0.5 |
| Hex | D6 | 27 | 56 | 0 | 52 | 3C | 10 | 158 | 45 | 32 |
| Octal | 326 | 47 | 126 | 0 | 122 | 74 | 20 | 530 | 105 | 62 |
| Binary | 11010110 | 100111 | 1010110 | 0 | 1010010 | 111100 | 10000 | 101011000 | 1000101 | 110010 |
Color Harmonies of #D62756
Complementary color
Monochromatic Colors of #D62756
Black with #D62756
Text Example
Text Example
White with #D62756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62756; }
p { color: rgb(214,39,86); }
H1.HeaderClassName
{
color: #D62756;
}
.AnyTagClassName
{
color: #D62756;
}
</style>
background-color css
<style>
a { background-color: #D62756; }
a { background-color: rgb(214,39,86); }
div.DivClassName
{
background-color: #D62756;
}
.BgClassName
{
background-color: #D62756;
}
</style>
border-color css
<style>
span { border-color: #D62756; }
span { border-color: rgb(214,39,86); }
td.TdClassName
{
border-color: #D62756;
}
.TagClassName
{
border-color: #D62756;
}
</style>