Shades of Amaranth #DD4054
Tints of Amaranth #DD4054
RGB
CMYK
RGB Variations
Color information
#DD4054 (or 0xDD4054) is known color: Amaranth. HEX triplet: DD, 40 and 54. RGB value is (221,64,84). Sum of RGB (Red+Green+Blue) = 221+64+84=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4054 is #22BFAB. Grayscale: #717171. Windows color (decimal): -2277292 or 5521629. OLE color: 5521629.
HSL color Cylindrical-coordinate representation of color #DD4054: hue angle of 352.36º 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 #DD4054 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 84 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.13 |
| HSL | 352.36º | 0.7% | 0.56% | - |
| HSV(B) | 352.36º | 0.71% | 0.87% | - |
| XYZ | 33.25 | 19.68 | 10.43 | - |
| YUV | 113.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 84 | 0 | 0.71 | 0.62 | 0.13 | 352.36 | 0.7 | 0.56 |
| Hex | DD | 40 | 54 | 0 | 47 | 3E | D | 160 | 46 | 38 |
| Octal | 335 | 100 | 124 | 0 | 107 | 76 | 15 | 540 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1010100 | 0 | 1000111 | 111110 | 1101 | 101100000 | 1000110 | 111000 |
Color Harmonies of #DD4054
Complementary color
Monochromatic Colors of #DD4054
Black with #DD4054
Text Example
Text Example
White with #DD4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4054; }
p { color: rgb(221,64,84); }
H1.HeaderClassName
{
color: #DD4054;
}
.AnyTagClassName
{
color: #DD4054;
}
</style>
background-color css
<style>
a { background-color: #DD4054; }
a { background-color: rgb(221,64,84); }
div.DivClassName
{
background-color: #DD4054;
}
.BgClassName
{
background-color: #DD4054;
}
</style>
border-color css
<style>
span { border-color: #DD4054; }
span { border-color: rgb(221,64,84); }
td.TdClassName
{
border-color: #DD4054;
}
.TagClassName
{
border-color: #DD4054;
}
</style>