Shades of Amaranth #DD3246
Tints of Amaranth #DD3246
RGB
CMYK
RGB Variations
Color information
#DD3246 (or 0xDD3246) is known color: Amaranth. HEX triplet: DD, 32 and 46. RGB value is (221,50,70). Sum of RGB (Red+Green+Blue) = 221+50+70=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3246 is #22CDB9. Grayscale: #676767. Windows color (decimal): -2280890 or 4600541. OLE color: 4600541.
HSL color Cylindrical-coordinate representation of color #DD3246: hue angle of 352.98º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3246 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 70 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.13 |
| HSL | 352.98º | 0.72% | 0.53% | - |
| HSV(B) | 352.98º | 0.77% | 0.87% | - |
| XYZ | 32.06 | 18.1 | 7.6 | - |
| YUV | 103.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 70 | 0 | 0.77 | 0.68 | 0.13 | 352.98 | 0.72 | 0.53 |
| Hex | DD | 32 | 46 | 0 | 4D | 44 | D | 161 | 48 | 35 |
| Octal | 335 | 62 | 106 | 0 | 115 | 104 | 15 | 541 | 110 | 65 |
| Binary | 11011101 | 110010 | 1000110 | 0 | 1001101 | 1000100 | 1101 | 101100001 | 1001000 | 110101 |
Color Harmonies of #DD3246
Complementary color
Monochromatic Colors of #DD3246
Black with #DD3246
Text Example
Text Example
White with #DD3246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3246; }
p { color: rgb(221,50,70); }
H1.HeaderClassName
{
color: #DD3246;
}
.AnyTagClassName
{
color: #DD3246;
}
</style>
background-color css
<style>
a { background-color: #DD3246; }
a { background-color: rgb(221,50,70); }
div.DivClassName
{
background-color: #DD3246;
}
.BgClassName
{
background-color: #DD3246;
}
</style>
border-color css
<style>
span { border-color: #DD3246; }
span { border-color: rgb(221,50,70); }
td.TdClassName
{
border-color: #DD3246;
}
.TagClassName
{
border-color: #DD3246;
}
</style>