Shades of Amaranth #DD2F46
Tints of Amaranth #DD2F46
RGB
CMYK
RGB Variations
Color information
#DD2F46 (or 0xDD2F46) is known color: Amaranth. HEX triplet: DD, 2F and 46. RGB value is (221,47,70). Sum of RGB (Red+Green+Blue) = 221+47+70=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2F46 is #22D0B9. Grayscale: #656565. Windows color (decimal): -2281658 or 4599773. OLE color: 4599773.
HSL color Cylindrical-coordinate representation of color #DD2F46: hue angle of 352.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2F46 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 70 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.13 |
| HSL | 352.07º | 0.72% | 0.53% | - |
| HSV(B) | 352.07º | 0.79% | 0.87% | - |
| XYZ | 31.94 | 17.85 | 7.56 | - |
| YUV | 101.65 | 110.15 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 70 | 0 | 0.79 | 0.68 | 0.13 | 352.07 | 0.72 | 0.53 |
| Hex | DD | 2F | 46 | 0 | 4F | 44 | D | 160 | 48 | 35 |
| Octal | 335 | 57 | 106 | 0 | 117 | 104 | 15 | 540 | 110 | 65 |
| Binary | 11011101 | 101111 | 1000110 | 0 | 1001111 | 1000100 | 1101 | 101100000 | 1001000 | 110101 |
Color Harmonies of #DD2F46
Complementary color
Monochromatic Colors of #DD2F46
Black with #DD2F46
Text Example
Text Example
White with #DD2F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F46; }
p { color: rgb(221,47,70); }
H1.HeaderClassName
{
color: #DD2F46;
}
.AnyTagClassName
{
color: #DD2F46;
}
</style>
background-color css
<style>
a { background-color: #DD2F46; }
a { background-color: rgb(221,47,70); }
div.DivClassName
{
background-color: #DD2F46;
}
.BgClassName
{
background-color: #DD2F46;
}
</style>
border-color css
<style>
span { border-color: #DD2F46; }
span { border-color: rgb(221,47,70); }
td.TdClassName
{
border-color: #DD2F46;
}
.TagClassName
{
border-color: #DD2F46;
}
</style>