Shades of Amaranth #D52654
Tints of Amaranth #D52654
RGB
CMYK
RGB Variations
Color information
#D52654 (or 0xD52654) is known color: Amaranth. HEX triplet: D5, 26 and 54. RGB value is (213,38,84). Sum of RGB (Red+Green+Blue) = 213+38+84=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D52654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52654 is #2AD9AB. Grayscale: #5F5F5F. Windows color (decimal): -2808236 or 5514965. OLE color: 5514965.
HSL color Cylindrical-coordinate representation of color #D52654: hue angle of 344.23º degrees, saturation: 0.7, 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 #D52654 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 84 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.16 |
| HSL | 344.23º | 0.7% | 0.49% | - |
| HSV(B) | 344.23º | 0.82% | 0.84% | - |
| XYZ | 29.73 | 16.17 | 9.94 | - |
| YUV | 95.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 84 | 0 | 0.82 | 0.61 | 0.16 | 344.23 | 0.7 | 0.49 |
| Hex | D5 | 26 | 54 | 0 | 52 | 3D | 10 | 158 | 46 | 31 |
| Octal | 325 | 46 | 124 | 0 | 122 | 75 | 20 | 530 | 106 | 61 |
| Binary | 11010101 | 100110 | 1010100 | 0 | 1010010 | 111101 | 10000 | 101011000 | 1000110 | 110001 |
Color Harmonies of #D52654
Complementary color
Monochromatic Colors of #D52654
Black with #D52654
Text Example
Text Example
White with #D52654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52654; }
p { color: rgb(213,38,84); }
H1.HeaderClassName
{
color: #D52654;
}
.AnyTagClassName
{
color: #D52654;
}
</style>
background-color css
<style>
a { background-color: #D52654; }
a { background-color: rgb(213,38,84); }
div.DivClassName
{
background-color: #D52654;
}
.BgClassName
{
background-color: #D52654;
}
</style>
border-color css
<style>
span { border-color: #D52654; }
span { border-color: rgb(213,38,84); }
td.TdClassName
{
border-color: #D52654;
}
.TagClassName
{
border-color: #D52654;
}
</style>