Shades of Amaranth #DD2A58
Tints of Amaranth #DD2A58
RGB
CMYK
RGB Variations
Color information
#DD2A58 (or 0xDD2A58) is known color: Amaranth. HEX triplet: DD, 2A and 58. RGB value is (221,42,88). Sum of RGB (Red+Green+Blue) = 221+42+88=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A58 is #22D5A7. Grayscale: #646464. Windows color (decimal): -2282920 or 5778141. OLE color: 5778141.
HSL color Cylindrical-coordinate representation of color #DD2A58: hue angle of 344.58º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2A58 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 88 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.13 |
| HSL | 344.58º | 0.72% | 0.52% | - |
| HSV(B) | 344.58º | 0.81% | 0.87% | - |
| XYZ | 32.41 | 17.73 | 10.95 | - |
| YUV | 100.77 | 120.8 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 88 | 0 | 0.81 | 0.60 | 0.13 | 344.58 | 0.72 | 0.52 |
| Hex | DD | 2A | 58 | 0 | 51 | 3C | D | 159 | 48 | 34 |
| Octal | 335 | 52 | 130 | 0 | 121 | 74 | 15 | 531 | 110 | 64 |
| Binary | 11011101 | 101010 | 1011000 | 0 | 1010001 | 111100 | 1101 | 101011001 | 1001000 | 110100 |
Color Harmonies of #DD2A58
Complementary color
Monochromatic Colors of #DD2A58
Black with #DD2A58
Text Example
Text Example
White with #DD2A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A58; }
p { color: rgb(221,42,88); }
H1.HeaderClassName
{
color: #DD2A58;
}
.AnyTagClassName
{
color: #DD2A58;
}
</style>
background-color css
<style>
a { background-color: #DD2A58; }
a { background-color: rgb(221,42,88); }
div.DivClassName
{
background-color: #DD2A58;
}
.BgClassName
{
background-color: #DD2A58;
}
</style>
border-color css
<style>
span { border-color: #DD2A58; }
span { border-color: rgb(221,42,88); }
td.TdClassName
{
border-color: #DD2A58;
}
.TagClassName
{
border-color: #DD2A58;
}
</style>