Shades of Amaranth #D52850
Tints of Amaranth #D52850
RGB
CMYK
RGB Variations
Color information
#D52850 (or 0xD52850) is known color: Amaranth. HEX triplet: D5, 28 and 50. RGB value is (213,40,80). Sum of RGB (Red+Green+Blue) = 213+40+80=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D52850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52850 is #2AD7AF. Grayscale: #606060. Windows color (decimal): -2807728 or 5253333. OLE color: 5253333.
HSL color Cylindrical-coordinate representation of color #D52850: hue angle of 346.13º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52850 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 80 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.16 |
| HSL | 346.13º | 0.68% | 0.5% | - |
| HSV(B) | 346.13º | 0.81% | 0.84% | - |
| XYZ | 29.65 | 16.24 | 9.16 | - |
| YUV | 96.29 | 118.81 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 80 | 0 | 0.81 | 0.62 | 0.16 | 346.13 | 0.68 | 0.5 |
| Hex | D5 | 28 | 50 | 0 | 51 | 3E | 10 | 15A | 44 | 32 |
| Octal | 325 | 50 | 120 | 0 | 121 | 76 | 20 | 532 | 104 | 62 |
| Binary | 11010101 | 101000 | 1010000 | 0 | 1010001 | 111110 | 10000 | 101011010 | 1000100 | 110010 |
Color Harmonies of #D52850
Complementary color
Monochromatic Colors of #D52850
Black with #D52850
Text Example
Text Example
White with #D52850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52850; }
p { color: rgb(213,40,80); }
H1.HeaderClassName
{
color: #D52850;
}
.AnyTagClassName
{
color: #D52850;
}
</style>
background-color css
<style>
a { background-color: #D52850; }
a { background-color: rgb(213,40,80); }
div.DivClassName
{
background-color: #D52850;
}
.BgClassName
{
background-color: #D52850;
}
</style>
border-color css
<style>
span { border-color: #D52850; }
span { border-color: rgb(213,40,80); }
td.TdClassName
{
border-color: #D52850;
}
.TagClassName
{
border-color: #D52850;
}
</style>