Shades of Amaranth #DD394A
Tints of Amaranth #DD394A
RGB
CMYK
RGB Variations
Color information
#DD394A (or 0xDD394A) is known color: Amaranth. HEX triplet: DD, 39 and 4A. RGB value is (221,57,74). Sum of RGB (Red+Green+Blue) = 221+57+74=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD394A is #22C6B5. Grayscale: #6C6C6C. Windows color (decimal): -2279094 or 4864477. OLE color: 4864477.
HSL color Cylindrical-coordinate representation of color #DD394A: hue angle of 353.78º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD394A is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 74 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.13 |
| HSL | 353.78º | 0.71% | 0.55% | - |
| HSV(B) | 353.78º | 0.74% | 0.87% | - |
| XYZ | 32.52 | 18.79 | 8.39 | - |
| YUV | 107.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 74 | 0 | 0.74 | 0.67 | 0.13 | 353.78 | 0.71 | 0.55 |
| Hex | DD | 39 | 4A | 0 | 4A | 43 | D | 162 | 47 | 37 |
| Octal | 335 | 71 | 112 | 0 | 112 | 103 | 15 | 542 | 107 | 67 |
| Binary | 11011101 | 111001 | 1001010 | 0 | 1001010 | 1000011 | 1101 | 101100010 | 1000111 | 110111 |
Color Harmonies of #DD394A
Complementary color
Monochromatic Colors of #DD394A
Black with #DD394A
Text Example
Text Example
White with #DD394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD394A; }
p { color: rgb(221,57,74); }
H1.HeaderClassName
{
color: #DD394A;
}
.AnyTagClassName
{
color: #DD394A;
}
</style>
background-color css
<style>
a { background-color: #DD394A; }
a { background-color: rgb(221,57,74); }
div.DivClassName
{
background-color: #DD394A;
}
.BgClassName
{
background-color: #DD394A;
}
</style>
border-color css
<style>
span { border-color: #DD394A; }
span { border-color: rgb(221,57,74); }
td.TdClassName
{
border-color: #DD394A;
}
.TagClassName
{
border-color: #DD394A;
}
</style>