Shades of Amaranth #D52756
Tints of Amaranth #D52756
RGB
CMYK
RGB Variations
Color information
#D52756 (or 0xD52756) is known color: Amaranth. HEX triplet: D5, 27 and 56. RGB value is (213,39,86). Sum of RGB (Red+Green+Blue) = 213+39+86=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D52756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52756 is #2AD8A9. Grayscale: #606060. Windows color (decimal): -2807978 or 5646293. OLE color: 5646293.
HSL color Cylindrical-coordinate representation of color #D52756: hue angle of 343.79º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52756 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 86 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.16 |
| HSL | 343.79º | 0.69% | 0.49% | - |
| HSV(B) | 343.79º | 0.82% | 0.84% | - |
| XYZ | 29.85 | 16.27 | 10.37 | - |
| YUV | 96.38 | 122.15 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 86 | 0 | 0.82 | 0.60 | 0.16 | 343.79 | 0.69 | 0.49 |
| Hex | D5 | 27 | 56 | 0 | 52 | 3C | 10 | 158 | 45 | 31 |
| Octal | 325 | 47 | 126 | 0 | 122 | 74 | 20 | 530 | 105 | 61 |
| Binary | 11010101 | 100111 | 1010110 | 0 | 1010010 | 111100 | 10000 | 101011000 | 1000101 | 110001 |
Color Harmonies of #D52756
Complementary color
Monochromatic Colors of #D52756
Black with #D52756
Text Example
Text Example
White with #D52756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52756; }
p { color: rgb(213,39,86); }
H1.HeaderClassName
{
color: #D52756;
}
.AnyTagClassName
{
color: #D52756;
}
</style>
background-color css
<style>
a { background-color: #D52756; }
a { background-color: rgb(213,39,86); }
div.DivClassName
{
background-color: #D52756;
}
.BgClassName
{
background-color: #D52756;
}
</style>
border-color css
<style>
span { border-color: #D52756; }
span { border-color: rgb(213,39,86); }
td.TdClassName
{
border-color: #D52756;
}
.TagClassName
{
border-color: #D52756;
}
</style>