Shades of Amaranth #D62052
Tints of Amaranth #D62052
RGB
CMYK
RGB Variations
Color information
#D62052 (or 0xD62052) is known color: Amaranth. HEX triplet: D6, 20 and 52. RGB value is (214,32,82). Sum of RGB (Red+Green+Blue) = 214+32+82=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D62052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62052 is #29DFAD. Grayscale: #5C5C5C. Windows color (decimal): -2744238 or 5382358. OLE color: 5382358.
HSL color Cylindrical-coordinate representation of color #D62052: hue angle of 343.52º 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 #D62052 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 82 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.16 |
| HSL | 343.52º | 0.74% | 0.48% | - |
| HSV(B) | 343.52º | 0.85% | 0.84% | - |
| XYZ | 29.77 | 15.94 | 9.49 | - |
| YUV | 92.12 | 122.3 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 82 | 0 | 0.85 | 0.62 | 0.16 | 343.52 | 0.74 | 0.48 |
| Hex | D6 | 20 | 52 | 0 | 55 | 3E | 10 | 158 | 4A | 30 |
| Octal | 326 | 40 | 122 | 0 | 125 | 76 | 20 | 530 | 112 | 60 |
| Binary | 11010110 | 100000 | 1010010 | 0 | 1010101 | 111110 | 10000 | 101011000 | 1001010 | 110000 |
Color Harmonies of #D62052
Complementary color
Monochromatic Colors of #D62052
Black with #D62052
Text Example
Text Example
White with #D62052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62052; }
p { color: rgb(214,32,82); }
H1.HeaderClassName
{
color: #D62052;
}
.AnyTagClassName
{
color: #D62052;
}
</style>
background-color css
<style>
a { background-color: #D62052; }
a { background-color: rgb(214,32,82); }
div.DivClassName
{
background-color: #D62052;
}
.BgClassName
{
background-color: #D62052;
}
</style>
border-color css
<style>
span { border-color: #D62052; }
span { border-color: rgb(214,32,82); }
td.TdClassName
{
border-color: #D62052;
}
.TagClassName
{
border-color: #D62052;
}
</style>