Shades of Amaranth #D52455
Tints of Amaranth #D52455
RGB
CMYK
RGB Variations
Color information
#D52455 (or 0xD52455) is known color: Amaranth. HEX triplet: D5, 24 and 55. RGB value is (213,36,85). Sum of RGB (Red+Green+Blue) = 213+36+85=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D52455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52455 is #2ADBAA. Grayscale: #5E5E5E. Windows color (decimal): -2808747 or 5579989. OLE color: 5579989.
HSL color Cylindrical-coordinate representation of color #D52455: hue angle of 343.39º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52455 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 85 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.16 |
| HSL | 343.39º | 0.71% | 0.49% | - |
| HSV(B) | 343.39º | 0.83% | 0.84% | - |
| XYZ | 29.71 | 16.06 | 10.13 | - |
| YUV | 94.51 | 122.64 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 85 | 0 | 0.83 | 0.60 | 0.16 | 343.39 | 0.71 | 0.49 |
| Hex | D5 | 24 | 55 | 0 | 53 | 3C | 10 | 157 | 47 | 31 |
| Octal | 325 | 44 | 125 | 0 | 123 | 74 | 20 | 527 | 107 | 61 |
| Binary | 11010101 | 100100 | 1010101 | 0 | 1010011 | 111100 | 10000 | 101010111 | 1000111 | 110001 |
Color Harmonies of #D52455
Complementary color
Monochromatic Colors of #D52455
Black with #D52455
Text Example
Text Example
White with #D52455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52455; }
p { color: rgb(213,36,85); }
H1.HeaderClassName
{
color: #D52455;
}
.AnyTagClassName
{
color: #D52455;
}
</style>
background-color css
<style>
a { background-color: #D52455; }
a { background-color: rgb(213,36,85); }
div.DivClassName
{
background-color: #D52455;
}
.BgClassName
{
background-color: #D52455;
}
</style>
border-color css
<style>
span { border-color: #D52455; }
span { border-color: rgb(213,36,85); }
td.TdClassName
{
border-color: #D52455;
}
.TagClassName
{
border-color: #D52455;
}
</style>