Shades of Amaranth #D52753
Tints of Amaranth #D52753
RGB
CMYK
RGB Variations
Color information
#D52753 (or 0xD52753) is known color: Amaranth. HEX triplet: D5, 27 and 53. RGB value is (213,39,83). Sum of RGB (Red+Green+Blue) = 213+39+83=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D52753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52753 is #2AD8AC. Grayscale: #606060. Windows color (decimal): -2807981 or 5449685. OLE color: 5449685.
HSL color Cylindrical-coordinate representation of color #D52753: hue angle of 344.83º 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 #D52753 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 83 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.16 |
| HSL | 344.83º | 0.69% | 0.49% | - |
| HSV(B) | 344.83º | 0.82% | 0.84% | - |
| XYZ | 29.73 | 16.22 | 9.75 | - |
| YUV | 96.04 | 120.65 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 83 | 0 | 0.82 | 0.61 | 0.16 | 344.83 | 0.69 | 0.49 |
| Hex | D5 | 27 | 53 | 0 | 52 | 3D | 10 | 159 | 45 | 31 |
| Octal | 325 | 47 | 123 | 0 | 122 | 75 | 20 | 531 | 105 | 61 |
| Binary | 11010101 | 100111 | 1010011 | 0 | 1010010 | 111101 | 10000 | 101011001 | 1000101 | 110001 |
Color Harmonies of #D52753
Complementary color
Monochromatic Colors of #D52753
Black with #D52753
Text Example
Text Example
White with #D52753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52753; }
p { color: rgb(213,39,83); }
H1.HeaderClassName
{
color: #D52753;
}
.AnyTagClassName
{
color: #D52753;
}
</style>
background-color css
<style>
a { background-color: #D52753; }
a { background-color: rgb(213,39,83); }
div.DivClassName
{
background-color: #D52753;
}
.BgClassName
{
background-color: #D52753;
}
</style>
border-color css
<style>
span { border-color: #D52753; }
span { border-color: rgb(213,39,83); }
td.TdClassName
{
border-color: #D52753;
}
.TagClassName
{
border-color: #D52753;
}
</style>