Shades of Amaranth #DD384E
Tints of Amaranth #DD384E
RGB
CMYK
RGB Variations
Color information
#DD384E (or 0xDD384E) is known color: Amaranth. HEX triplet: DD, 38 and 4E. RGB value is (221,56,78). Sum of RGB (Red+Green+Blue) = 221+56+78=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD384E is #22C7B1. Grayscale: #6B6B6B. Windows color (decimal): -2279346 or 5126365. OLE color: 5126365.
HSL color Cylindrical-coordinate representation of color #DD384E: hue angle of 352º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD384E is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 78 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.13 |
| HSL | 352º | 0.71% | 0.54% | - |
| HSV(B) | 352º | 0.75% | 0.87% | - |
| XYZ | 32.61 | 18.75 | 9.11 | - |
| YUV | 107.84 | 111.16 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 78 | 0 | 0.75 | 0.65 | 0.13 | 352 | 0.71 | 0.54 |
| Hex | DD | 38 | 4E | 0 | 4B | 41 | D | 160 | 47 | 36 |
| Octal | 335 | 70 | 116 | 0 | 113 | 101 | 15 | 540 | 107 | 66 |
| Binary | 11011101 | 111000 | 1001110 | 0 | 1001011 | 1000001 | 1101 | 101100000 | 1000111 | 110110 |
Color Harmonies of #DD384E
Complementary color
Monochromatic Colors of #DD384E
Black with #DD384E
Text Example
Text Example
White with #DD384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD384E; }
p { color: rgb(221,56,78); }
H1.HeaderClassName
{
color: #DD384E;
}
.AnyTagClassName
{
color: #DD384E;
}
</style>
background-color css
<style>
a { background-color: #DD384E; }
a { background-color: rgb(221,56,78); }
div.DivClassName
{
background-color: #DD384E;
}
.BgClassName
{
background-color: #DD384E;
}
</style>
border-color css
<style>
span { border-color: #DD384E; }
span { border-color: rgb(221,56,78); }
td.TdClassName
{
border-color: #DD384E;
}
.TagClassName
{
border-color: #DD384E;
}
</style>