Shades of Amaranth #D72753
Tints of Amaranth #D72753
RGB
CMYK
RGB Variations
Color information
#D72753 (or 0xD72753) is known color: Amaranth. HEX triplet: D7, 27 and 53. RGB value is (215,39,83). Sum of RGB (Red+Green+Blue) = 215+39+83=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D72753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72753 is #28D8AC. Grayscale: #606060. Windows color (decimal): -2676909 or 5449687. OLE color: 5449687.
HSL color Cylindrical-coordinate representation of color #D72753: hue angle of 345º degrees, saturation: 0.69, 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 #D72753 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 83 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.16 |
| HSL | 345º | 0.69% | 0.5% | - |
| HSV(B) | 345º | 0.82% | 0.84% | - |
| XYZ | 30.31 | 16.52 | 9.78 | - |
| YUV | 96.64 | 120.31 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 83 | 0 | 0.82 | 0.61 | 0.16 | 345 | 0.69 | 0.5 |
| Hex | D7 | 27 | 53 | 0 | 52 | 3D | 10 | 159 | 45 | 32 |
| Octal | 327 | 47 | 123 | 0 | 122 | 75 | 20 | 531 | 105 | 62 |
| Binary | 11010111 | 100111 | 1010011 | 0 | 1010010 | 111101 | 10000 | 101011001 | 1000101 | 110010 |
Color Harmonies of #D72753
Complementary color
Monochromatic Colors of #D72753
Black with #D72753
Text Example
Text Example
White with #D72753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72753; }
p { color: rgb(215,39,83); }
H1.HeaderClassName
{
color: #D72753;
}
.AnyTagClassName
{
color: #D72753;
}
</style>
background-color css
<style>
a { background-color: #D72753; }
a { background-color: rgb(215,39,83); }
div.DivClassName
{
background-color: #D72753;
}
.BgClassName
{
background-color: #D72753;
}
</style>
border-color css
<style>
span { border-color: #D72753; }
span { border-color: rgb(215,39,83); }
td.TdClassName
{
border-color: #D72753;
}
.TagClassName
{
border-color: #D72753;
}
</style>