Shades of Amaranth #DD4154
Tints of Amaranth #DD4154
RGB
CMYK
RGB Variations
Color information
#DD4154 (or 0xDD4154) is known color: Amaranth. HEX triplet: DD, 41 and 54. RGB value is (221,65,84). Sum of RGB (Red+Green+Blue) = 221+65+84=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4154 is #22BEAB. Grayscale: #717171. Windows color (decimal): -2277036 or 5521885. OLE color: 5521885.
HSL color Cylindrical-coordinate representation of color #DD4154: hue angle of 352.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4154 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 84 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.13 |
| HSL | 352.69º | 0.7% | 0.56% | - |
| HSV(B) | 352.69º | 0.71% | 0.87% | - |
| XYZ | 33.31 | 19.79 | 10.45 | - |
| YUV | 113.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 84 | 0 | 0.71 | 0.62 | 0.13 | 352.69 | 0.7 | 0.56 |
| Hex | DD | 41 | 54 | 0 | 47 | 3E | D | 161 | 46 | 38 |
| Octal | 335 | 101 | 124 | 0 | 107 | 76 | 15 | 541 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1010100 | 0 | 1000111 | 111110 | 1101 | 101100001 | 1000110 | 111000 |
Color Harmonies of #DD4154
Complementary color
Monochromatic Colors of #DD4154
Black with #DD4154
Text Example
Text Example
White with #DD4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4154; }
p { color: rgb(221,65,84); }
H1.HeaderClassName
{
color: #DD4154;
}
.AnyTagClassName
{
color: #DD4154;
}
</style>
background-color css
<style>
a { background-color: #DD4154; }
a { background-color: rgb(221,65,84); }
div.DivClassName
{
background-color: #DD4154;
}
.BgClassName
{
background-color: #DD4154;
}
</style>
border-color css
<style>
span { border-color: #DD4154; }
span { border-color: rgb(221,65,84); }
td.TdClassName
{
border-color: #DD4154;
}
.TagClassName
{
border-color: #DD4154;
}
</style>