Shades of Amaranth #D72D4F
Tints of Amaranth #D72D4F
RGB
CMYK
RGB Variations
Color information
#D72D4F (or 0xD72D4F) is known color: Amaranth. HEX triplet: D7, 2D and 4F. RGB value is (215,45,79). Sum of RGB (Red+Green+Blue) = 215+45+79=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72D4F is #28D2B0. Grayscale: #636363. Windows color (decimal): -2675377 or 5189079. OLE color: 5189079.
HSL color Cylindrical-coordinate representation of color #D72D4F: hue angle of 348º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72D4F is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 79 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.16 |
| HSL | 348º | 0.68% | 0.51% | - |
| HSV(B) | 348º | 0.79% | 0.84% | - |
| XYZ | 30.37 | 16.89 | 9.06 | - |
| YUV | 99.71 | 116.32 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 79 | 0 | 0.79 | 0.63 | 0.16 | 348 | 0.68 | 0.51 |
| Hex | D7 | 2D | 4F | 0 | 4F | 3F | 10 | 15C | 44 | 33 |
| Octal | 327 | 55 | 117 | 0 | 117 | 77 | 20 | 534 | 104 | 63 |
| Binary | 11010111 | 101101 | 1001111 | 0 | 1001111 | 111111 | 10000 | 101011100 | 1000100 | 110011 |
Color Harmonies of #D72D4F
Complementary color
Monochromatic Colors of #D72D4F
Black with #D72D4F
Text Example
Text Example
White with #D72D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72D4F; }
p { color: rgb(215,45,79); }
H1.HeaderClassName
{
color: #D72D4F;
}
.AnyTagClassName
{
color: #D72D4F;
}
</style>
background-color css
<style>
a { background-color: #D72D4F; }
a { background-color: rgb(215,45,79); }
div.DivClassName
{
background-color: #D72D4F;
}
.BgClassName
{
background-color: #D72D4F;
}
</style>
border-color css
<style>
span { border-color: #D72D4F; }
span { border-color: rgb(215,45,79); }
td.TdClassName
{
border-color: #D72D4F;
}
.TagClassName
{
border-color: #D72D4F;
}
</style>