Shades of Amaranth #DD2853
Tints of Amaranth #DD2853
RGB
CMYK
RGB Variations
Color information
#DD2853 (or 0xDD2853) is known color: Amaranth. HEX triplet: DD, 28 and 53. RGB value is (221,40,83). Sum of RGB (Red+Green+Blue) = 221+40+83=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2853 is #22D7AC. Grayscale: #636363. Windows color (decimal): -2283437 or 5449949. OLE color: 5449949.
HSL color Cylindrical-coordinate representation of color #DD2853: hue angle of 345.75º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2853 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 83 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.13 |
| HSL | 345.75º | 0.73% | 0.51% | - |
| HSV(B) | 345.75º | 0.82% | 0.87% | - |
| XYZ | 32.14 | 17.51 | 9.87 | - |
| YUV | 99.02 | 118.97 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 83 | 0 | 0.82 | 0.62 | 0.13 | 345.75 | 0.73 | 0.51 |
| Hex | DD | 28 | 53 | 0 | 52 | 3E | D | 15A | 49 | 33 |
| Octal | 335 | 50 | 123 | 0 | 122 | 76 | 15 | 532 | 111 | 63 |
| Binary | 11011101 | 101000 | 1010011 | 0 | 1010010 | 111110 | 1101 | 101011010 | 1001001 | 110011 |
Color Harmonies of #DD2853
Complementary color
Monochromatic Colors of #DD2853
Black with #DD2853
Text Example
Text Example
White with #DD2853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2853; }
p { color: rgb(221,40,83); }
H1.HeaderClassName
{
color: #DD2853;
}
.AnyTagClassName
{
color: #DD2853;
}
</style>
background-color css
<style>
a { background-color: #DD2853; }
a { background-color: rgb(221,40,83); }
div.DivClassName
{
background-color: #DD2853;
}
.BgClassName
{
background-color: #DD2853;
}
</style>
border-color css
<style>
span { border-color: #DD2853; }
span { border-color: rgb(221,40,83); }
td.TdClassName
{
border-color: #DD2853;
}
.TagClassName
{
border-color: #DD2853;
}
</style>