Shades of Amaranth #DD3555
Tints of Amaranth #DD3555
RGB
CMYK
RGB Variations
Color information
#DD3555 (or 0xDD3555) is known color: Amaranth. HEX triplet: DD, 35 and 55. RGB value is (221,53,85). Sum of RGB (Red+Green+Blue) = 221+53+85=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3555 is #22CAAA. Grayscale: #6A6A6A. Windows color (decimal): -2280107 or 5584349. OLE color: 5584349.
HSL color Cylindrical-coordinate representation of color #DD3555: hue angle of 348.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3555 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 85 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.13 |
| HSL | 348.57º | 0.71% | 0.54% | - |
| HSV(B) | 348.57º | 0.76% | 0.87% | - |
| XYZ | 32.73 | 18.57 | 10.45 | - |
| YUV | 106.88 | 115.66 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 85 | 0 | 0.76 | 0.62 | 0.13 | 348.57 | 0.71 | 0.54 |
| Hex | DD | 35 | 55 | 0 | 4C | 3E | D | 15D | 47 | 36 |
| Octal | 335 | 65 | 125 | 0 | 114 | 76 | 15 | 535 | 107 | 66 |
| Binary | 11011101 | 110101 | 1010101 | 0 | 1001100 | 111110 | 1101 | 101011101 | 1000111 | 110110 |
Color Harmonies of #DD3555
Complementary color
Monochromatic Colors of #DD3555
Black with #DD3555
Text Example
Text Example
White with #DD3555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3555; }
p { color: rgb(221,53,85); }
H1.HeaderClassName
{
color: #DD3555;
}
.AnyTagClassName
{
color: #DD3555;
}
</style>
background-color css
<style>
a { background-color: #DD3555; }
a { background-color: rgb(221,53,85); }
div.DivClassName
{
background-color: #DD3555;
}
.BgClassName
{
background-color: #DD3555;
}
</style>
border-color css
<style>
span { border-color: #DD3555; }
span { border-color: rgb(221,53,85); }
td.TdClassName
{
border-color: #DD3555;
}
.TagClassName
{
border-color: #DD3555;
}
</style>