Shades of Amaranth #DD3644
Tints of Amaranth #DD3644
RGB
CMYK
RGB Variations
Color information
#DD3644 (or 0xDD3644) is known color: Amaranth. HEX triplet: DD, 36 and 44. RGB value is (221,54,68). Sum of RGB (Red+Green+Blue) = 221+54+68=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3644 is #22C9BB. Grayscale: #696969. Windows color (decimal): -2279868 or 4470493. OLE color: 4470493.
HSL color Cylindrical-coordinate representation of color #DD3644: hue angle of 354.97º 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 #DD3644 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 68 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.13 |
| HSL | 354.97º | 0.71% | 0.54% | - |
| HSV(B) | 354.97º | 0.76% | 0.87% | - |
| XYZ | 32.18 | 18.43 | 7.33 | - |
| YUV | 105.53 | 106.83 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 68 | 0 | 0.76 | 0.69 | 0.13 | 354.97 | 0.71 | 0.54 |
| Hex | DD | 36 | 44 | 0 | 4C | 45 | D | 163 | 47 | 36 |
| Octal | 335 | 66 | 104 | 0 | 114 | 105 | 15 | 543 | 107 | 66 |
| Binary | 11011101 | 110110 | 1000100 | 0 | 1001100 | 1000101 | 1101 | 101100011 | 1000111 | 110110 |
Color Harmonies of #DD3644
Complementary color
Monochromatic Colors of #DD3644
Black with #DD3644
Text Example
Text Example
White with #DD3644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3644; }
p { color: rgb(221,54,68); }
H1.HeaderClassName
{
color: #DD3644;
}
.AnyTagClassName
{
color: #DD3644;
}
</style>
background-color css
<style>
a { background-color: #DD3644; }
a { background-color: rgb(221,54,68); }
div.DivClassName
{
background-color: #DD3644;
}
.BgClassName
{
background-color: #DD3644;
}
</style>
border-color css
<style>
span { border-color: #DD3644; }
span { border-color: rgb(221,54,68); }
td.TdClassName
{
border-color: #DD3644;
}
.TagClassName
{
border-color: #DD3644;
}
</style>