Shades of Amaranth #DD3144
Tints of Amaranth #DD3144
RGB
CMYK
RGB Variations
Color information
#DD3144 (or 0xDD3144) is known color: Amaranth. HEX triplet: DD, 31 and 44. RGB value is (221,49,68). Sum of RGB (Red+Green+Blue) = 221+49+68=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3144 is #22CEBB. Grayscale: #666666. Windows color (decimal): -2281148 or 4469213. OLE color: 4469213.
HSL color Cylindrical-coordinate representation of color #DD3144: hue angle of 353.37º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3144 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 68 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.13 |
| HSL | 353.37º | 0.72% | 0.53% | - |
| HSV(B) | 353.37º | 0.78% | 0.87% | - |
| XYZ | 31.96 | 17.99 | 7.26 | - |
| YUV | 102.59 | 108.48 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 68 | 0 | 0.78 | 0.69 | 0.13 | 353.37 | 0.72 | 0.53 |
| Hex | DD | 31 | 44 | 0 | 4E | 45 | D | 161 | 48 | 35 |
| Octal | 335 | 61 | 104 | 0 | 116 | 105 | 15 | 541 | 110 | 65 |
| Binary | 11011101 | 110001 | 1000100 | 0 | 1001110 | 1000101 | 1101 | 101100001 | 1001000 | 110101 |
Color Harmonies of #DD3144
Complementary color
Monochromatic Colors of #DD3144
Black with #DD3144
Text Example
Text Example
White with #DD3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3144; }
p { color: rgb(221,49,68); }
H1.HeaderClassName
{
color: #DD3144;
}
.AnyTagClassName
{
color: #DD3144;
}
</style>
background-color css
<style>
a { background-color: #DD3144; }
a { background-color: rgb(221,49,68); }
div.DivClassName
{
background-color: #DD3144;
}
.BgClassName
{
background-color: #DD3144;
}
</style>
border-color css
<style>
span { border-color: #DD3144; }
span { border-color: rgb(221,49,68); }
td.TdClassName
{
border-color: #DD3144;
}
.TagClassName
{
border-color: #DD3144;
}
</style>