Shades of Amaranth #DD2756
Tints of Amaranth #DD2756
RGB
CMYK
RGB Variations
Color information
#DD2756 (or 0xDD2756) is known color: Amaranth. HEX triplet: DD, 27 and 56. RGB value is (221,39,86). Sum of RGB (Red+Green+Blue) = 221+39+86=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2756 is #22D8A9. Grayscale: #626262. Windows color (decimal): -2283690 or 5646301. OLE color: 5646301.
HSL color Cylindrical-coordinate representation of color #DD2756: hue angle of 344.51º 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 #DD2756 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 86 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.13 |
| HSL | 344.51º | 0.73% | 0.51% | - |
| HSV(B) | 344.51º | 0.82% | 0.87% | - |
| XYZ | 32.22 | 17.5 | 10.48 | - |
| YUV | 98.78 | 120.8 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 86 | 0 | 0.82 | 0.61 | 0.13 | 344.51 | 0.73 | 0.51 |
| Hex | DD | 27 | 56 | 0 | 52 | 3D | D | 159 | 49 | 33 |
| Octal | 335 | 47 | 126 | 0 | 122 | 75 | 15 | 531 | 111 | 63 |
| Binary | 11011101 | 100111 | 1010110 | 0 | 1010010 | 111101 | 1101 | 101011001 | 1001001 | 110011 |
Color Harmonies of #DD2756
Complementary color
Monochromatic Colors of #DD2756
Black with #DD2756
Text Example
Text Example
White with #DD2756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2756; }
p { color: rgb(221,39,86); }
H1.HeaderClassName
{
color: #DD2756;
}
.AnyTagClassName
{
color: #DD2756;
}
</style>
background-color css
<style>
a { background-color: #DD2756; }
a { background-color: rgb(221,39,86); }
div.DivClassName
{
background-color: #DD2756;
}
.BgClassName
{
background-color: #DD2756;
}
</style>
border-color css
<style>
span { border-color: #DD2756; }
span { border-color: rgb(221,39,86); }
td.TdClassName
{
border-color: #DD2756;
}
.TagClassName
{
border-color: #DD2756;
}
</style>