Shades of Amaranth #DD3E55
Tints of Amaranth #DD3E55
RGB
CMYK
RGB Variations
Color information
#DD3E55 (or 0xDD3E55) is known color: Amaranth. HEX triplet: DD, 3E and 55. RGB value is (221,62,85). Sum of RGB (Red+Green+Blue) = 221+62+85=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E55 is #22C1AA. Grayscale: #707070. Windows color (decimal): -2277803 or 5586653. OLE color: 5586653.
HSL color Cylindrical-coordinate representation of color #DD3E55: hue angle of 351.32º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E55 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 85 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.13 |
| HSL | 351.32º | 0.7% | 0.55% | - |
| HSV(B) | 351.32º | 0.72% | 0.87% | - |
| XYZ | 33.18 | 19.47 | 10.6 | - |
| YUV | 112.16 | 112.68 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 85 | 0 | 0.72 | 0.62 | 0.13 | 351.32 | 0.7 | 0.55 |
| Hex | DD | 3E | 55 | 0 | 48 | 3E | D | 15F | 46 | 37 |
| Octal | 335 | 76 | 125 | 0 | 110 | 76 | 15 | 537 | 106 | 67 |
| Binary | 11011101 | 111110 | 1010101 | 0 | 1001000 | 111110 | 1101 | 101011111 | 1000110 | 110111 |
Color Harmonies of #DD3E55
Complementary color
Monochromatic Colors of #DD3E55
Black with #DD3E55
Text Example
Text Example
White with #DD3E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E55; }
p { color: rgb(221,62,85); }
H1.HeaderClassName
{
color: #DD3E55;
}
.AnyTagClassName
{
color: #DD3E55;
}
</style>
background-color css
<style>
a { background-color: #DD3E55; }
a { background-color: rgb(221,62,85); }
div.DivClassName
{
background-color: #DD3E55;
}
.BgClassName
{
background-color: #DD3E55;
}
</style>
border-color css
<style>
span { border-color: #DD3E55; }
span { border-color: rgb(221,62,85); }
td.TdClassName
{
border-color: #DD3E55;
}
.TagClassName
{
border-color: #DD3E55;
}
</style>