Shades of Amaranth #DD2654
Tints of Amaranth #DD2654
RGB
CMYK
RGB Variations
Color information
#DD2654 (or 0xDD2654) is known color: Amaranth. HEX triplet: DD, 26 and 54. RGB value is (221,38,84). Sum of RGB (Red+Green+Blue) = 221+38+84=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2654 is #22D9AB. Grayscale: #616161. Windows color (decimal): -2283948 or 5514973. OLE color: 5514973.
HSL color Cylindrical-coordinate representation of color #DD2654: hue angle of 344.92º 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 #DD2654 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 84 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.13 |
| HSL | 344.92º | 0.73% | 0.51% | - |
| HSV(B) | 344.92º | 0.83% | 0.87% | - |
| XYZ | 32.11 | 17.4 | 10.05 | - |
| YUV | 97.96 | 120.13 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 84 | 0 | 0.83 | 0.62 | 0.13 | 344.92 | 0.73 | 0.51 |
| Hex | DD | 26 | 54 | 0 | 53 | 3E | D | 159 | 49 | 33 |
| Octal | 335 | 46 | 124 | 0 | 123 | 76 | 15 | 531 | 111 | 63 |
| Binary | 11011101 | 100110 | 1010100 | 0 | 1010011 | 111110 | 1101 | 101011001 | 1001001 | 110011 |
Color Harmonies of #DD2654
Complementary color
Monochromatic Colors of #DD2654
Black with #DD2654
Text Example
Text Example
White with #DD2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2654; }
p { color: rgb(221,38,84); }
H1.HeaderClassName
{
color: #DD2654;
}
.AnyTagClassName
{
color: #DD2654;
}
</style>
background-color css
<style>
a { background-color: #DD2654; }
a { background-color: rgb(221,38,84); }
div.DivClassName
{
background-color: #DD2654;
}
.BgClassName
{
background-color: #DD2654;
}
</style>
border-color css
<style>
span { border-color: #DD2654; }
span { border-color: rgb(221,38,84); }
td.TdClassName
{
border-color: #DD2654;
}
.TagClassName
{
border-color: #DD2654;
}
</style>