Shades of Amaranth #D8214C
Tints of Amaranth #D8214C
RGB
CMYK
RGB Variations
Color information
#D8214C (or 0xD8214C) is known color: Amaranth. HEX triplet: D8, 21 and 4C. RGB value is (216,33,76). Sum of RGB (Red+Green+Blue) = 216+33+76=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8214C is #27DEB3. Grayscale: #5C5C5C. Windows color (decimal): -2612916 or 4989400. OLE color: 4989400.
HSL color Cylindrical-coordinate representation of color #D8214C: hue angle of 345.9º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8214C is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 76 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.15 |
| HSL | 345.9º | 0.73% | 0.49% | - |
| HSV(B) | 345.9º | 0.85% | 0.85% | - |
| XYZ | 30.17 | 16.21 | 8.38 | - |
| YUV | 92.62 | 118.63 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 76 | 0 | 0.85 | 0.65 | 0.15 | 345.9 | 0.73 | 0.49 |
| Hex | D8 | 21 | 4C | 0 | 55 | 41 | F | 15A | 49 | 31 |
| Octal | 330 | 41 | 114 | 0 | 125 | 101 | 17 | 532 | 111 | 61 |
| Binary | 11011000 | 100001 | 1001100 | 0 | 1010101 | 1000001 | 1111 | 101011010 | 1001001 | 110001 |
Color Harmonies of #D8214C
Complementary color
Monochromatic Colors of #D8214C
Black with #D8214C
Text Example
Text Example
White with #D8214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8214C; }
p { color: rgb(216,33,76); }
H1.HeaderClassName
{
color: #D8214C;
}
.AnyTagClassName
{
color: #D8214C;
}
</style>
background-color css
<style>
a { background-color: #D8214C; }
a { background-color: rgb(216,33,76); }
div.DivClassName
{
background-color: #D8214C;
}
.BgClassName
{
background-color: #D8214C;
}
</style>
border-color css
<style>
span { border-color: #D8214C; }
span { border-color: rgb(216,33,76); }
td.TdClassName
{
border-color: #D8214C;
}
.TagClassName
{
border-color: #D8214C;
}
</style>