Shades of Amaranth #DD2B44
Tints of Amaranth #DD2B44
RGB
CMYK
RGB Variations
Color information
#DD2B44 (or 0xDD2B44) is known color: Amaranth. HEX triplet: DD, 2B and 44. RGB value is (221,43,68). Sum of RGB (Red+Green+Blue) = 221+43+68=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B44 is #22D4BB. Grayscale: #636363. Windows color (decimal): -2282684 or 4467677. OLE color: 4467677.
HSL color Cylindrical-coordinate representation of color #DD2B44: hue angle of 351.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2B44 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 68 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.13 |
| HSL | 351.57º | 0.72% | 0.52% | - |
| HSV(B) | 351.57º | 0.81% | 0.87% | - |
| XYZ | 31.73 | 17.52 | 7.18 | - |
| YUV | 99.07 | 110.47 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 68 | 0 | 0.81 | 0.69 | 0.13 | 351.57 | 0.72 | 0.52 |
| Hex | DD | 2B | 44 | 0 | 51 | 45 | D | 160 | 48 | 34 |
| Octal | 335 | 53 | 104 | 0 | 121 | 105 | 15 | 540 | 110 | 64 |
| Binary | 11011101 | 101011 | 1000100 | 0 | 1010001 | 1000101 | 1101 | 101100000 | 1001000 | 110100 |
Color Harmonies of #DD2B44
Complementary color
Monochromatic Colors of #DD2B44
Black with #DD2B44
Text Example
Text Example
White with #DD2B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B44; }
p { color: rgb(221,43,68); }
H1.HeaderClassName
{
color: #DD2B44;
}
.AnyTagClassName
{
color: #DD2B44;
}
</style>
background-color css
<style>
a { background-color: #DD2B44; }
a { background-color: rgb(221,43,68); }
div.DivClassName
{
background-color: #DD2B44;
}
.BgClassName
{
background-color: #DD2B44;
}
</style>
border-color css
<style>
span { border-color: #DD2B44; }
span { border-color: rgb(221,43,68); }
td.TdClassName
{
border-color: #DD2B44;
}
.TagClassName
{
border-color: #DD2B44;
}
</style>