Shades of Amaranth #DD2655
Tints of Amaranth #DD2655
RGB
CMYK
RGB Variations
Color information
#DD2655 (or 0xDD2655) is known color: Amaranth. HEX triplet: DD, 26 and 55. RGB value is (221,38,85). Sum of RGB (Red+Green+Blue) = 221+38+85=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2655 is #22D9AA. Grayscale: #626262. Windows color (decimal): -2283947 or 5580509. OLE color: 5580509.
HSL color Cylindrical-coordinate representation of color #DD2655: hue angle of 344.59º 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 #DD2655 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 85 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.13 |
| HSL | 344.59º | 0.73% | 0.51% | - |
| HSV(B) | 344.59º | 0.83% | 0.87% | - |
| XYZ | 32.15 | 17.41 | 10.26 | - |
| YUV | 98.08 | 120.63 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 85 | 0 | 0.83 | 0.62 | 0.13 | 344.59 | 0.73 | 0.51 |
| Hex | DD | 26 | 55 | 0 | 53 | 3E | D | 159 | 49 | 33 |
| Octal | 335 | 46 | 125 | 0 | 123 | 76 | 15 | 531 | 111 | 63 |
| Binary | 11011101 | 100110 | 1010101 | 0 | 1010011 | 111110 | 1101 | 101011001 | 1001001 | 110011 |
Color Harmonies of #DD2655
Complementary color
Monochromatic Colors of #DD2655
Black with #DD2655
Text Example
Text Example
White with #DD2655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2655; }
p { color: rgb(221,38,85); }
H1.HeaderClassName
{
color: #DD2655;
}
.AnyTagClassName
{
color: #DD2655;
}
</style>
background-color css
<style>
a { background-color: #DD2655; }
a { background-color: rgb(221,38,85); }
div.DivClassName
{
background-color: #DD2655;
}
.BgClassName
{
background-color: #DD2655;
}
</style>
border-color css
<style>
span { border-color: #DD2655; }
span { border-color: rgb(221,38,85); }
td.TdClassName
{
border-color: #DD2655;
}
.TagClassName
{
border-color: #DD2655;
}
</style>