Shades of Amaranth #DD2649
Tints of Amaranth #DD2649
RGB
CMYK
RGB Variations
Color information
#DD2649 (or 0xDD2649) is known color: Amaranth. HEX triplet: DD, 26 and 49. RGB value is (221,38,73). Sum of RGB (Red+Green+Blue) = 221+38+73=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2649 is #22D9B6. Grayscale: #606060. Windows color (decimal): -2283959 or 4794077. OLE color: 4794077.
HSL color Cylindrical-coordinate representation of color #DD2649: hue angle of 348.52º 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 #DD2649 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 73 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.13 |
| HSL | 348.52º | 0.73% | 0.51% | - |
| HSV(B) | 348.52º | 0.83% | 0.87% | - |
| XYZ | 31.71 | 17.24 | 7.96 | - |
| YUV | 96.71 | 114.63 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 73 | 0 | 0.83 | 0.67 | 0.13 | 348.52 | 0.73 | 0.51 |
| Hex | DD | 26 | 49 | 0 | 53 | 43 | D | 15D | 49 | 33 |
| Octal | 335 | 46 | 111 | 0 | 123 | 103 | 15 | 535 | 111 | 63 |
| Binary | 11011101 | 100110 | 1001001 | 0 | 1010011 | 1000011 | 1101 | 101011101 | 1001001 | 110011 |
Color Harmonies of #DD2649
Complementary color
Monochromatic Colors of #DD2649
Black with #DD2649
Text Example
Text Example
White with #DD2649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2649; }
p { color: rgb(221,38,73); }
H1.HeaderClassName
{
color: #DD2649;
}
.AnyTagClassName
{
color: #DD2649;
}
</style>
background-color css
<style>
a { background-color: #DD2649; }
a { background-color: rgb(221,38,73); }
div.DivClassName
{
background-color: #DD2649;
}
.BgClassName
{
background-color: #DD2649;
}
</style>
border-color css
<style>
span { border-color: #DD2649; }
span { border-color: rgb(221,38,73); }
td.TdClassName
{
border-color: #DD2649;
}
.TagClassName
{
border-color: #DD2649;
}
</style>