Shades of Amaranth #DD2D46
Tints of Amaranth #DD2D46
RGB
CMYK
RGB Variations
Color information
#DD2D46 (or 0xDD2D46) is known color: Amaranth. HEX triplet: DD, 2D and 46. RGB value is (221,45,70). Sum of RGB (Red+Green+Blue) = 221+45+70=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D46 is #22D2B9. Grayscale: #646464. Windows color (decimal): -2282170 or 4599261. OLE color: 4599261.
HSL color Cylindrical-coordinate representation of color #DD2D46: hue angle of 351.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D46 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 70 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.13 |
| HSL | 351.48º | 0.72% | 0.52% | - |
| HSV(B) | 351.48º | 0.8% | 0.87% | - |
| XYZ | 31.86 | 17.69 | 7.53 | - |
| YUV | 100.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 70 | 0 | 0.80 | 0.68 | 0.13 | 351.48 | 0.72 | 0.52 |
| Hex | DD | 2D | 46 | 0 | 50 | 44 | D | 15F | 48 | 34 |
| Octal | 335 | 55 | 106 | 0 | 120 | 104 | 15 | 537 | 110 | 64 |
| Binary | 11011101 | 101101 | 1000110 | 0 | 1010000 | 1000100 | 1101 | 101011111 | 1001000 | 110100 |
Color Harmonies of #DD2D46
Complementary color
Monochromatic Colors of #DD2D46
Black with #DD2D46
Text Example
Text Example
White with #DD2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D46; }
p { color: rgb(221,45,70); }
H1.HeaderClassName
{
color: #DD2D46;
}
.AnyTagClassName
{
color: #DD2D46;
}
</style>
background-color css
<style>
a { background-color: #DD2D46; }
a { background-color: rgb(221,45,70); }
div.DivClassName
{
background-color: #DD2D46;
}
.BgClassName
{
background-color: #DD2D46;
}
</style>
border-color css
<style>
span { border-color: #DD2D46; }
span { border-color: rgb(221,45,70); }
td.TdClassName
{
border-color: #DD2D46;
}
.TagClassName
{
border-color: #DD2D46;
}
</style>