Shades of Amaranth #D22050
Tints of Amaranth #D22050
RGB
CMYK
RGB Variations
Color information
#D22050 (or 0xD22050) is known color: Amaranth. HEX triplet: D2, 20 and 50. RGB value is (210,32,80). Sum of RGB (Red+Green+Blue) = 210+32+80=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D22050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22050 is #2DDFAF. Grayscale: #5A5A5A. Windows color (decimal): -3006384 or 5251282. OLE color: 5251282.
HSL color Cylindrical-coordinate representation of color #D22050: hue angle of 343.82º 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 #D22050 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 80 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.18 |
| HSL | 343.82º | 0.74% | 0.47% | - |
| HSV(B) | 343.82º | 0.85% | 0.82% | - |
| XYZ | 28.54 | 15.31 | 9.04 | - |
| YUV | 90.69 | 121.97 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 80 | 0 | 0.85 | 0.62 | 0.18 | 343.82 | 0.74 | 0.47 |
| Hex | D2 | 20 | 50 | 0 | 55 | 3E | 12 | 158 | 4A | 2F |
| Octal | 322 | 40 | 120 | 0 | 125 | 76 | 22 | 530 | 112 | 57 |
| Binary | 11010010 | 100000 | 1010000 | 0 | 1010101 | 111110 | 10010 | 101011000 | 1001010 | 101111 |
Color Harmonies of #D22050
Complementary color
Monochromatic Colors of #D22050
Black with #D22050
Text Example
Text Example
White with #D22050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22050; }
p { color: rgb(210,32,80); }
H1.HeaderClassName
{
color: #D22050;
}
.AnyTagClassName
{
color: #D22050;
}
</style>
background-color css
<style>
a { background-color: #D22050; }
a { background-color: rgb(210,32,80); }
div.DivClassName
{
background-color: #D22050;
}
.BgClassName
{
background-color: #D22050;
}
</style>
border-color css
<style>
span { border-color: #D22050; }
span { border-color: rgb(210,32,80); }
td.TdClassName
{
border-color: #D22050;
}
.TagClassName
{
border-color: #D22050;
}
</style>