Shades of Amaranth #D81E50
Tints of Amaranth #D81E50
RGB
CMYK
RGB Variations
Color information
#D81E50 (or 0xD81E50) is known color: Amaranth. HEX triplet: D8, 1E and 50. RGB value is (216,30,80). Sum of RGB (Red+Green+Blue) = 216+30+80=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E50 is #27E1AF. Grayscale: #5B5B5B. Windows color (decimal): -2613680 or 5250776. OLE color: 5250776.
HSL color Cylindrical-coordinate representation of color #D81E50: hue angle of 343.87º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E50 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 80 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.15 |
| HSL | 343.87º | 0.76% | 0.48% | - |
| HSV(B) | 343.87º | 0.86% | 0.85% | - |
| XYZ | 30.23 | 16.11 | 9.1 | - |
| YUV | 91.31 | 121.62 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 80 | 0 | 0.86 | 0.63 | 0.15 | 343.87 | 0.76 | 0.48 |
| Hex | D8 | 1E | 50 | 0 | 56 | 3F | F | 158 | 4C | 30 |
| Octal | 330 | 36 | 120 | 0 | 126 | 77 | 17 | 530 | 114 | 60 |
| Binary | 11011000 | 11110 | 1010000 | 0 | 1010110 | 111111 | 1111 | 101011000 | 1001100 | 110000 |
Color Harmonies of #D81E50
Complementary color
Monochromatic Colors of #D81E50
Black with #D81E50
Text Example
Text Example
White with #D81E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E50; }
p { color: rgb(216,30,80); }
H1.HeaderClassName
{
color: #D81E50;
}
.AnyTagClassName
{
color: #D81E50;
}
</style>
background-color css
<style>
a { background-color: #D81E50; }
a { background-color: rgb(216,30,80); }
div.DivClassName
{
background-color: #D81E50;
}
.BgClassName
{
background-color: #D81E50;
}
</style>
border-color css
<style>
span { border-color: #D81E50; }
span { border-color: rgb(216,30,80); }
td.TdClassName
{
border-color: #D81E50;
}
.TagClassName
{
border-color: #D81E50;
}
</style>