Shades of Amaranth #D52651
Tints of Amaranth #D52651
RGB
CMYK
RGB Variations
Color information
#D52651 (or 0xD52651) is known color: Amaranth. HEX triplet: D5, 26 and 51. RGB value is (213,38,81). Sum of RGB (Red+Green+Blue) = 213+38+81=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D52651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52651 is #2AD9AE. Grayscale: #5F5F5F. Windows color (decimal): -2808239 or 5318357. OLE color: 5318357.
HSL color Cylindrical-coordinate representation of color #D52651: hue angle of 345.26º 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 #D52651 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 81 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.16 |
| HSL | 345.26º | 0.7% | 0.49% | - |
| HSV(B) | 345.26º | 0.82% | 0.84% | - |
| XYZ | 29.62 | 16.13 | 9.34 | - |
| YUV | 95.23 | 119.98 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 81 | 0 | 0.82 | 0.62 | 0.16 | 345.26 | 0.7 | 0.49 |
| Hex | D5 | 26 | 51 | 0 | 52 | 3E | 10 | 159 | 46 | 31 |
| Octal | 325 | 46 | 121 | 0 | 122 | 76 | 20 | 531 | 106 | 61 |
| Binary | 11010101 | 100110 | 1010001 | 0 | 1010010 | 111110 | 10000 | 101011001 | 1000110 | 110001 |
Color Harmonies of #D52651
Complementary color
Monochromatic Colors of #D52651
Black with #D52651
Text Example
Text Example
White with #D52651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52651; }
p { color: rgb(213,38,81); }
H1.HeaderClassName
{
color: #D52651;
}
.AnyTagClassName
{
color: #D52651;
}
</style>
background-color css
<style>
a { background-color: #D52651; }
a { background-color: rgb(213,38,81); }
div.DivClassName
{
background-color: #D52651;
}
.BgClassName
{
background-color: #D52651;
}
</style>
border-color css
<style>
span { border-color: #D52651; }
span { border-color: rgb(213,38,81); }
td.TdClassName
{
border-color: #D52651;
}
.TagClassName
{
border-color: #D52651;
}
</style>