Shades of Amaranth #D52552
Tints of Amaranth #D52552
RGB
CMYK
RGB Variations
Color information
#D52552 (or 0xD52552) is known color: Amaranth. HEX triplet: D5, 25 and 52. RGB value is (213,37,82). Sum of RGB (Red+Green+Blue) = 213+37+82=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D52552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52552 is #2ADAAD. Grayscale: #5E5E5E. Windows color (decimal): -2808494 or 5383637. OLE color: 5383637.
HSL color Cylindrical-coordinate representation of color #D52552: hue angle of 344.66º degrees, saturation: 0.7, 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 #D52552 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 82 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.16 |
| HSL | 344.66º | 0.7% | 0.49% | - |
| HSV(B) | 344.66º | 0.83% | 0.84% | - |
| XYZ | 29.63 | 16.08 | 9.52 | - |
| YUV | 94.75 | 120.81 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 82 | 0 | 0.83 | 0.62 | 0.16 | 344.66 | 0.7 | 0.49 |
| Hex | D5 | 25 | 52 | 0 | 53 | 3E | 10 | 159 | 46 | 31 |
| Octal | 325 | 45 | 122 | 0 | 123 | 76 | 20 | 531 | 106 | 61 |
| Binary | 11010101 | 100101 | 1010010 | 0 | 1010011 | 111110 | 10000 | 101011001 | 1000110 | 110001 |
Color Harmonies of #D52552
Complementary color
Monochromatic Colors of #D52552
Black with #D52552
Text Example
Text Example
White with #D52552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52552; }
p { color: rgb(213,37,82); }
H1.HeaderClassName
{
color: #D52552;
}
.AnyTagClassName
{
color: #D52552;
}
</style>
background-color css
<style>
a { background-color: #D52552; }
a { background-color: rgb(213,37,82); }
div.DivClassName
{
background-color: #D52552;
}
.BgClassName
{
background-color: #D52552;
}
</style>
border-color css
<style>
span { border-color: #D52552; }
span { border-color: rgb(213,37,82); }
td.TdClassName
{
border-color: #D52552;
}
.TagClassName
{
border-color: #D52552;
}
</style>