Shades of Amaranth #DD2F55
Tints of Amaranth #DD2F55
RGB
CMYK
RGB Variations
Color information
#DD2F55 (or 0xDD2F55) is known color: Amaranth. HEX triplet: DD, 2F and 55. RGB value is (221,47,85). Sum of RGB (Red+Green+Blue) = 221+47+85=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F55 is #22D0AA. Grayscale: #676767. Windows color (decimal): -2281643 or 5582813. OLE color: 5582813.
HSL color Cylindrical-coordinate representation of color #DD2F55: hue angle of 346.9º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2F55 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 85 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.13 |
| HSL | 346.9º | 0.72% | 0.53% | - |
| HSV(B) | 346.9º | 0.79% | 0.87% | - |
| XYZ | 32.48 | 18.06 | 10.37 | - |
| YUV | 103.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 85 | 0 | 0.79 | 0.62 | 0.13 | 346.9 | 0.72 | 0.53 |
| Hex | DD | 2F | 55 | 0 | 4F | 3E | D | 15B | 48 | 35 |
| Octal | 335 | 57 | 125 | 0 | 117 | 76 | 15 | 533 | 110 | 65 |
| Binary | 11011101 | 101111 | 1010101 | 0 | 1001111 | 111110 | 1101 | 101011011 | 1001000 | 110101 |
Color Harmonies of #DD2F55
Complementary color
Monochromatic Colors of #DD2F55
Black with #DD2F55
Text Example
Text Example
White with #DD2F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F55; }
p { color: rgb(221,47,85); }
H1.HeaderClassName
{
color: #DD2F55;
}
.AnyTagClassName
{
color: #DD2F55;
}
</style>
background-color css
<style>
a { background-color: #DD2F55; }
a { background-color: rgb(221,47,85); }
div.DivClassName
{
background-color: #DD2F55;
}
.BgClassName
{
background-color: #DD2F55;
}
</style>
border-color css
<style>
span { border-color: #DD2F55; }
span { border-color: rgb(221,47,85); }
td.TdClassName
{
border-color: #DD2F55;
}
.TagClassName
{
border-color: #DD2F55;
}
</style>