Shades of Amaranth #D81D50
Tints of Amaranth #D81D50
RGB
CMYK
RGB Variations
Color information
#D81D50 (or 0xD81D50) is known color: Amaranth. HEX triplet: D8, 1D and 50. RGB value is (216,29,80). Sum of RGB (Red+Green+Blue) = 216+29+80=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81D50 is #27E2AF. Grayscale: #5A5A5A. Windows color (decimal): -2613936 or 5250520. OLE color: 5250520.
HSL color Cylindrical-coordinate representation of color #D81D50: hue angle of 343.64º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D50 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 80 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.15 |
| HSL | 343.64º | 0.76% | 0.48% | - |
| HSV(B) | 343.64º | 0.87% | 0.85% | - |
| XYZ | 30.21 | 16.06 | 9.1 | - |
| YUV | 90.73 | 121.95 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 80 | 0 | 0.87 | 0.63 | 0.15 | 343.64 | 0.76 | 0.48 |
| Hex | D8 | 1D | 50 | 0 | 57 | 3F | F | 158 | 4C | 30 |
| Octal | 330 | 35 | 120 | 0 | 127 | 77 | 17 | 530 | 114 | 60 |
| Binary | 11011000 | 11101 | 1010000 | 0 | 1010111 | 111111 | 1111 | 101011000 | 1001100 | 110000 |
Color Harmonies of #D81D50
Complementary color
Monochromatic Colors of #D81D50
Black with #D81D50
Text Example
Text Example
White with #D81D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D50; }
p { color: rgb(216,29,80); }
H1.HeaderClassName
{
color: #D81D50;
}
.AnyTagClassName
{
color: #D81D50;
}
</style>
background-color css
<style>
a { background-color: #D81D50; }
a { background-color: rgb(216,29,80); }
div.DivClassName
{
background-color: #D81D50;
}
.BgClassName
{
background-color: #D81D50;
}
</style>
border-color css
<style>
span { border-color: #D81D50; }
span { border-color: rgb(216,29,80); }
td.TdClassName
{
border-color: #D81D50;
}
.TagClassName
{
border-color: #D81D50;
}
</style>