Shades of Amaranth #DD2448
Tints of Amaranth #DD2448
RGB
CMYK
RGB Variations
Color information
#DD2448 (or 0xDD2448) is known color: Amaranth. HEX triplet: DD, 24 and 48. RGB value is (221,36,72). Sum of RGB (Red+Green+Blue) = 221+36+72=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2448 is #22DBB7. Grayscale: #5F5F5F. Windows color (decimal): -2284472 or 4728029. OLE color: 4728029.
HSL color Cylindrical-coordinate representation of color #DD2448: hue angle of 348.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2448 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 72 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.13 |
| HSL | 348.32º | 0.73% | 0.5% | - |
| HSV(B) | 348.32º | 0.84% | 0.87% | - |
| XYZ | 31.62 | 17.1 | 7.77 | - |
| YUV | 95.42 | 114.79 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 72 | 0 | 0.84 | 0.67 | 0.13 | 348.32 | 0.73 | 0.5 |
| Hex | DD | 24 | 48 | 0 | 54 | 43 | D | 15C | 49 | 32 |
| Octal | 335 | 44 | 110 | 0 | 124 | 103 | 15 | 534 | 111 | 62 |
| Binary | 11011101 | 100100 | 1001000 | 0 | 1010100 | 1000011 | 1101 | 101011100 | 1001001 | 110010 |
Color Harmonies of #DD2448
Complementary color
Monochromatic Colors of #DD2448
Black with #DD2448
Text Example
Text Example
White with #DD2448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2448; }
p { color: rgb(221,36,72); }
H1.HeaderClassName
{
color: #DD2448;
}
.AnyTagClassName
{
color: #DD2448;
}
</style>
background-color css
<style>
a { background-color: #DD2448; }
a { background-color: rgb(221,36,72); }
div.DivClassName
{
background-color: #DD2448;
}
.BgClassName
{
background-color: #DD2448;
}
</style>
border-color css
<style>
span { border-color: #DD2448; }
span { border-color: rgb(221,36,72); }
td.TdClassName
{
border-color: #DD2448;
}
.TagClassName
{
border-color: #DD2448;
}
</style>