Shades of Amaranth #DD394D
Tints of Amaranth #DD394D
RGB
CMYK
RGB Variations
Color information
#DD394D (or 0xDD394D) is known color: Amaranth. HEX triplet: DD, 39 and 4D. RGB value is (221,57,77). Sum of RGB (Red+Green+Blue) = 221+57+77=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD394D is #22C6B2. Grayscale: #6C6C6C. Windows color (decimal): -2279091 or 5061085. OLE color: 5061085.
HSL color Cylindrical-coordinate representation of color #DD394D: hue angle of 352.68º 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 #DD394D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 77 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.13 |
| HSL | 352.68º | 0.71% | 0.55% | - |
| HSV(B) | 352.68º | 0.74% | 0.87% | - |
| XYZ | 32.62 | 18.83 | 8.94 | - |
| YUV | 108.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 77 | 0 | 0.74 | 0.65 | 0.13 | 352.68 | 0.71 | 0.55 |
| Hex | DD | 39 | 4D | 0 | 4A | 41 | D | 161 | 47 | 37 |
| Octal | 335 | 71 | 115 | 0 | 112 | 101 | 15 | 541 | 107 | 67 |
| Binary | 11011101 | 111001 | 1001101 | 0 | 1001010 | 1000001 | 1101 | 101100001 | 1000111 | 110111 |
Color Harmonies of #DD394D
Complementary color
Monochromatic Colors of #DD394D
Black with #DD394D
Text Example
Text Example
White with #DD394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD394D; }
p { color: rgb(221,57,77); }
H1.HeaderClassName
{
color: #DD394D;
}
.AnyTagClassName
{
color: #DD394D;
}
</style>
background-color css
<style>
a { background-color: #DD394D; }
a { background-color: rgb(221,57,77); }
div.DivClassName
{
background-color: #DD394D;
}
.BgClassName
{
background-color: #DD394D;
}
</style>
border-color css
<style>
span { border-color: #DD394D; }
span { border-color: rgb(221,57,77); }
td.TdClassName
{
border-color: #DD394D;
}
.TagClassName
{
border-color: #DD394D;
}
</style>