Shades of Amaranth #DD2958
Tints of Amaranth #DD2958
RGB
CMYK
RGB Variations
Color information
#DD2958 (or 0xDD2958) is known color: Amaranth. HEX triplet: DD, 29 and 58. RGB value is (221,41,88). Sum of RGB (Red+Green+Blue) = 221+41+88=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2958 is #22D6A7. Grayscale: #646464. Windows color (decimal): -2283176 or 5777885. OLE color: 5777885.
HSL color Cylindrical-coordinate representation of color #DD2958: hue angle of 344.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2958 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 88 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.13 |
| HSL | 344.33º | 0.73% | 0.51% | - |
| HSV(B) | 344.33º | 0.81% | 0.87% | - |
| XYZ | 32.37 | 17.66 | 10.94 | - |
| YUV | 100.18 | 121.13 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 88 | 0 | 0.81 | 0.60 | 0.13 | 344.33 | 0.73 | 0.51 |
| Hex | DD | 29 | 58 | 0 | 51 | 3C | D | 158 | 49 | 33 |
| Octal | 335 | 51 | 130 | 0 | 121 | 74 | 15 | 530 | 111 | 63 |
| Binary | 11011101 | 101001 | 1011000 | 0 | 1010001 | 111100 | 1101 | 101011000 | 1001001 | 110011 |
Color Harmonies of #DD2958
Complementary color
Monochromatic Colors of #DD2958
Black with #DD2958
Text Example
Text Example
White with #DD2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2958; }
p { color: rgb(221,41,88); }
H1.HeaderClassName
{
color: #DD2958;
}
.AnyTagClassName
{
color: #DD2958;
}
</style>
background-color css
<style>
a { background-color: #DD2958; }
a { background-color: rgb(221,41,88); }
div.DivClassName
{
background-color: #DD2958;
}
.BgClassName
{
background-color: #DD2958;
}
</style>
border-color css
<style>
span { border-color: #DD2958; }
span { border-color: rgb(221,41,88); }
td.TdClassName
{
border-color: #DD2958;
}
.TagClassName
{
border-color: #DD2958;
}
</style>