Shades of Amaranth #D72650
Tints of Amaranth #D72650
RGB
CMYK
RGB Variations
Color information
#D72650 (or 0xD72650) is known color: Amaranth. HEX triplet: D7, 26 and 50. RGB value is (215,38,80). Sum of RGB (Red+Green+Blue) = 215+38+80=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D72650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72650 is #28D9AF. Grayscale: #5F5F5F. Windows color (decimal): -2677168 or 5252823. OLE color: 5252823.
HSL color Cylindrical-coordinate representation of color #D72650: hue angle of 345.76º degrees, saturation: 0.7, 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 #D72650 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 80 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.16 |
| HSL | 345.76º | 0.7% | 0.5% | - |
| HSV(B) | 345.76º | 0.82% | 0.84% | - |
| XYZ | 30.17 | 16.41 | 9.17 | - |
| YUV | 95.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 80 | 0 | 0.82 | 0.63 | 0.16 | 345.76 | 0.7 | 0.5 |
| Hex | D7 | 26 | 50 | 0 | 52 | 3F | 10 | 15A | 46 | 32 |
| Octal | 327 | 46 | 120 | 0 | 122 | 77 | 20 | 532 | 106 | 62 |
| Binary | 11010111 | 100110 | 1010000 | 0 | 1010010 | 111111 | 10000 | 101011010 | 1000110 | 110010 |
Color Harmonies of #D72650
Complementary color
Monochromatic Colors of #D72650
Black with #D72650
Text Example
Text Example
White with #D72650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72650; }
p { color: rgb(215,38,80); }
H1.HeaderClassName
{
color: #D72650;
}
.AnyTagClassName
{
color: #D72650;
}
</style>
background-color css
<style>
a { background-color: #D72650; }
a { background-color: rgb(215,38,80); }
div.DivClassName
{
background-color: #D72650;
}
.BgClassName
{
background-color: #D72650;
}
</style>
border-color css
<style>
span { border-color: #D72650; }
span { border-color: rgb(215,38,80); }
td.TdClassName
{
border-color: #D72650;
}
.TagClassName
{
border-color: #D72650;
}
</style>