Shades of Amaranth #D7214C
Tints of Amaranth #D7214C
RGB
CMYK
RGB Variations
Color information
#D7214C (or 0xD7214C) is known color: Amaranth. HEX triplet: D7, 21 and 4C. RGB value is (215,33,76). Sum of RGB (Red+Green+Blue) = 215+33+76=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D7214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7214C is #28DEB3. Grayscale: #5C5C5C. Windows color (decimal): -2678452 or 4989399. OLE color: 4989399.
HSL color Cylindrical-coordinate representation of color #D7214C: hue angle of 345.82º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7214C is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 76 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.16 |
| HSL | 345.82º | 0.73% | 0.49% | - |
| HSV(B) | 345.82º | 0.85% | 0.84% | - |
| XYZ | 29.87 | 16.06 | 8.36 | - |
| YUV | 92.32 | 118.8 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 76 | 0 | 0.85 | 0.65 | 0.16 | 345.82 | 0.73 | 0.49 |
| Hex | D7 | 21 | 4C | 0 | 55 | 41 | 10 | 15A | 49 | 31 |
| Octal | 327 | 41 | 114 | 0 | 125 | 101 | 20 | 532 | 111 | 61 |
| Binary | 11010111 | 100001 | 1001100 | 0 | 1010101 | 1000001 | 10000 | 101011010 | 1001001 | 110001 |
Color Harmonies of #D7214C
Complementary color
Monochromatic Colors of #D7214C
Black with #D7214C
Text Example
Text Example
White with #D7214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7214C; }
p { color: rgb(215,33,76); }
H1.HeaderClassName
{
color: #D7214C;
}
.AnyTagClassName
{
color: #D7214C;
}
</style>
background-color css
<style>
a { background-color: #D7214C; }
a { background-color: rgb(215,33,76); }
div.DivClassName
{
background-color: #D7214C;
}
.BgClassName
{
background-color: #D7214C;
}
</style>
border-color css
<style>
span { border-color: #D7214C; }
span { border-color: rgb(215,33,76); }
td.TdClassName
{
border-color: #D7214C;
}
.TagClassName
{
border-color: #D7214C;
}
</style>