Shades of Amaranth #DD2955
Tints of Amaranth #DD2955
RGB
CMYK
RGB Variations
Color information
#DD2955 (or 0xDD2955) is known color: Amaranth. HEX triplet: DD, 29 and 55. RGB value is (221,41,85). Sum of RGB (Red+Green+Blue) = 221+41+85=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2955 is #22D6AA. Grayscale: #636363. Windows color (decimal): -2283179 or 5581277. OLE color: 5581277.
HSL color Cylindrical-coordinate representation of color #DD2955: hue angle of 345.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 #DD2955 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 85 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.13 |
| HSL | 345.33º | 0.73% | 0.51% | - |
| HSV(B) | 345.33º | 0.81% | 0.87% | - |
| XYZ | 32.25 | 17.61 | 10.29 | - |
| YUV | 99.84 | 119.63 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 85 | 0 | 0.81 | 0.62 | 0.13 | 345.33 | 0.73 | 0.51 |
| Hex | DD | 29 | 55 | 0 | 51 | 3E | D | 159 | 49 | 33 |
| Octal | 335 | 51 | 125 | 0 | 121 | 76 | 15 | 531 | 111 | 63 |
| Binary | 11011101 | 101001 | 1010101 | 0 | 1010001 | 111110 | 1101 | 101011001 | 1001001 | 110011 |
Color Harmonies of #DD2955
Complementary color
Monochromatic Colors of #DD2955
Black with #DD2955
Text Example
Text Example
White with #DD2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2955; }
p { color: rgb(221,41,85); }
H1.HeaderClassName
{
color: #DD2955;
}
.AnyTagClassName
{
color: #DD2955;
}
</style>
background-color css
<style>
a { background-color: #DD2955; }
a { background-color: rgb(221,41,85); }
div.DivClassName
{
background-color: #DD2955;
}
.BgClassName
{
background-color: #DD2955;
}
</style>
border-color css
<style>
span { border-color: #DD2955; }
span { border-color: rgb(221,41,85); }
td.TdClassName
{
border-color: #DD2955;
}
.TagClassName
{
border-color: #DD2955;
}
</style>