Shades of Amaranth #D22051
Tints of Amaranth #D22051
RGB
CMYK
RGB Variations
Color information
#D22051 (or 0xD22051) is known color: Amaranth. HEX triplet: D2, 20 and 51. RGB value is (210,32,81). Sum of RGB (Red+Green+Blue) = 210+32+81=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D22051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22051 is #2DDFAE. Grayscale: #5A5A5A. Windows color (decimal): -3006383 or 5316818. OLE color: 5316818.
HSL color Cylindrical-coordinate representation of color #D22051: hue angle of 343.48º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22051 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 81 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.18 |
| HSL | 343.48º | 0.74% | 0.47% | - |
| HSV(B) | 343.48º | 0.85% | 0.82% | - |
| XYZ | 28.58 | 15.33 | 9.24 | - |
| YUV | 90.81 | 122.47 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 81 | 0 | 0.85 | 0.61 | 0.18 | 343.48 | 0.74 | 0.47 |
| Hex | D2 | 20 | 51 | 0 | 55 | 3D | 12 | 157 | 4A | 2F |
| Octal | 322 | 40 | 121 | 0 | 125 | 75 | 22 | 527 | 112 | 57 |
| Binary | 11010010 | 100000 | 1010001 | 0 | 1010101 | 111101 | 10010 | 101010111 | 1001010 | 101111 |
Color Harmonies of #D22051
Complementary color
Monochromatic Colors of #D22051
Black with #D22051
Text Example
Text Example
White with #D22051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22051; }
p { color: rgb(210,32,81); }
H1.HeaderClassName
{
color: #D22051;
}
.AnyTagClassName
{
color: #D22051;
}
</style>
background-color css
<style>
a { background-color: #D22051; }
a { background-color: rgb(210,32,81); }
div.DivClassName
{
background-color: #D22051;
}
.BgClassName
{
background-color: #D22051;
}
</style>
border-color css
<style>
span { border-color: #D22051; }
span { border-color: rgb(210,32,81); }
td.TdClassName
{
border-color: #D22051;
}
.TagClassName
{
border-color: #D22051;
}
</style>