Shades of Amaranth #D52152
Tints of Amaranth #D52152
RGB
CMYK
RGB Variations
Color information
#D52152 (or 0xD52152) is known color: Amaranth. HEX triplet: D5, 21 and 52. RGB value is (213,33,82). Sum of RGB (Red+Green+Blue) = 213+33+82=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D52152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52152 is #2ADEAD. Grayscale: #5C5C5C. Windows color (decimal): -2809518 or 5382613. OLE color: 5382613.
HSL color Cylindrical-coordinate representation of color #D52152: hue angle of 343.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52152 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 82 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.16 |
| HSL | 343.67º | 0.73% | 0.48% | - |
| HSV(B) | 343.67º | 0.85% | 0.84% | - |
| XYZ | 29.51 | 15.84 | 9.49 | - |
| YUV | 92.41 | 122.13 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 82 | 0 | 0.85 | 0.62 | 0.16 | 343.67 | 0.73 | 0.48 |
| Hex | D5 | 21 | 52 | 0 | 55 | 3E | 10 | 158 | 49 | 30 |
| Octal | 325 | 41 | 122 | 0 | 125 | 76 | 20 | 530 | 111 | 60 |
| Binary | 11010101 | 100001 | 1010010 | 0 | 1010101 | 111110 | 10000 | 101011000 | 1001001 | 110000 |
Color Harmonies of #D52152
Complementary color
Monochromatic Colors of #D52152
Black with #D52152
Text Example
Text Example
White with #D52152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52152; }
p { color: rgb(213,33,82); }
H1.HeaderClassName
{
color: #D52152;
}
.AnyTagClassName
{
color: #D52152;
}
</style>
background-color css
<style>
a { background-color: #D52152; }
a { background-color: rgb(213,33,82); }
div.DivClassName
{
background-color: #D52152;
}
.BgClassName
{
background-color: #D52152;
}
</style>
border-color css
<style>
span { border-color: #D52152; }
span { border-color: rgb(213,33,82); }
td.TdClassName
{
border-color: #D52152;
}
.TagClassName
{
border-color: #D52152;
}
</style>