Shades of Amaranth #DD3E46
Tints of Amaranth #DD3E46
RGB
CMYK
RGB Variations
Color information
#DD3E46 (or 0xDD3E46) is known color: Amaranth. HEX triplet: DD, 3E and 46. RGB value is (221,62,70). Sum of RGB (Red+Green+Blue) = 221+62+70=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E46 is #22C1B9. Grayscale: #6E6E6E. Windows color (decimal): -2277818 or 4603613. OLE color: 4603613.
HSL color Cylindrical-coordinate representation of color #DD3E46: hue angle of 356.98º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E46 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 70 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.13 |
| HSL | 356.98º | 0.7% | 0.55% | - |
| HSV(B) | 356.98º | 0.72% | 0.87% | - |
| XYZ | 32.65 | 19.26 | 7.79 | - |
| YUV | 110.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 70 | 0 | 0.72 | 0.68 | 0.13 | 356.98 | 0.7 | 0.55 |
| Hex | DD | 3E | 46 | 0 | 48 | 44 | D | 165 | 46 | 37 |
| Octal | 335 | 76 | 106 | 0 | 110 | 104 | 15 | 545 | 106 | 67 |
| Binary | 11011101 | 111110 | 1000110 | 0 | 1001000 | 1000100 | 1101 | 101100101 | 1000110 | 110111 |
Color Harmonies of #DD3E46
Complementary color
Monochromatic Colors of #DD3E46
Black with #DD3E46
Text Example
Text Example
White with #DD3E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E46; }
p { color: rgb(221,62,70); }
H1.HeaderClassName
{
color: #DD3E46;
}
.AnyTagClassName
{
color: #DD3E46;
}
</style>
background-color css
<style>
a { background-color: #DD3E46; }
a { background-color: rgb(221,62,70); }
div.DivClassName
{
background-color: #DD3E46;
}
.BgClassName
{
background-color: #DD3E46;
}
</style>
border-color css
<style>
span { border-color: #DD3E46; }
span { border-color: rgb(221,62,70); }
td.TdClassName
{
border-color: #DD3E46;
}
.TagClassName
{
border-color: #DD3E46;
}
</style>