Shades of Amaranth #D62053
Tints of Amaranth #D62053
RGB
CMYK
RGB Variations
Color information
#D62053 (or 0xD62053) is known color: Amaranth. HEX triplet: D6, 20 and 53. RGB value is (214,32,83). Sum of RGB (Red+Green+Blue) = 214+32+83=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D62053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62053 is #29DFAC. Grayscale: #5C5C5C. Windows color (decimal): -2744237 or 5447894. OLE color: 5447894.
HSL color Cylindrical-coordinate representation of color #D62053: hue angle of 343.19º degrees, saturation: 0.74, 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 #D62053 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 83 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.16 |
| HSL | 343.19º | 0.74% | 0.48% | - |
| HSV(B) | 343.19º | 0.85% | 0.84% | - |
| XYZ | 29.81 | 15.95 | 9.69 | - |
| YUV | 92.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 83 | 0 | 0.85 | 0.61 | 0.16 | 343.19 | 0.74 | 0.48 |
| Hex | D6 | 20 | 53 | 0 | 55 | 3D | 10 | 157 | 4A | 30 |
| Octal | 326 | 40 | 123 | 0 | 125 | 75 | 20 | 527 | 112 | 60 |
| Binary | 11010110 | 100000 | 1010011 | 0 | 1010101 | 111101 | 10000 | 101010111 | 1001010 | 110000 |
Color Harmonies of #D62053
Complementary color
Monochromatic Colors of #D62053
Black with #D62053
Text Example
Text Example
White with #D62053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62053; }
p { color: rgb(214,32,83); }
H1.HeaderClassName
{
color: #D62053;
}
.AnyTagClassName
{
color: #D62053;
}
</style>
background-color css
<style>
a { background-color: #D62053; }
a { background-color: rgb(214,32,83); }
div.DivClassName
{
background-color: #D62053;
}
.BgClassName
{
background-color: #D62053;
}
</style>
border-color css
<style>
span { border-color: #D62053; }
span { border-color: rgb(214,32,83); }
td.TdClassName
{
border-color: #D62053;
}
.TagClassName
{
border-color: #D62053;
}
</style>