Shades of Amaranth #DD2555
Tints of Amaranth #DD2555
RGB
CMYK
RGB Variations
Color information
#DD2555 (or 0xDD2555) is known color: Amaranth. HEX triplet: DD, 25 and 55. RGB value is (221,37,85). Sum of RGB (Red+Green+Blue) = 221+37+85=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2555 is #22DAAA. Grayscale: #616161. Windows color (decimal): -2284203 or 5580253. OLE color: 5580253.
HSL color Cylindrical-coordinate representation of color #DD2555: hue angle of 344.35º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2555 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 85 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.13 |
| HSL | 344.35º | 0.73% | 0.51% | - |
| HSV(B) | 344.35º | 0.83% | 0.87% | - |
| XYZ | 32.12 | 17.35 | 10.25 | - |
| YUV | 97.49 | 120.96 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 85 | 0 | 0.83 | 0.62 | 0.13 | 344.35 | 0.73 | 0.51 |
| Hex | DD | 25 | 55 | 0 | 53 | 3E | D | 158 | 49 | 33 |
| Octal | 335 | 45 | 125 | 0 | 123 | 76 | 15 | 530 | 111 | 63 |
| Binary | 11011101 | 100101 | 1010101 | 0 | 1010011 | 111110 | 1101 | 101011000 | 1001001 | 110011 |
Color Harmonies of #DD2555
Complementary color
Monochromatic Colors of #DD2555
Black with #DD2555
Text Example
Text Example
White with #DD2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2555; }
p { color: rgb(221,37,85); }
H1.HeaderClassName
{
color: #DD2555;
}
.AnyTagClassName
{
color: #DD2555;
}
</style>
background-color css
<style>
a { background-color: #DD2555; }
a { background-color: rgb(221,37,85); }
div.DivClassName
{
background-color: #DD2555;
}
.BgClassName
{
background-color: #DD2555;
}
</style>
border-color css
<style>
span { border-color: #DD2555; }
span { border-color: rgb(221,37,85); }
td.TdClassName
{
border-color: #DD2555;
}
.TagClassName
{
border-color: #DD2555;
}
</style>