Shades of Amaranth #DD2856
Tints of Amaranth #DD2856
RGB
CMYK
RGB Variations
Color information
#DD2856 (or 0xDD2856) is known color: Amaranth. HEX triplet: DD, 28 and 56. RGB value is (221,40,86). Sum of RGB (Red+Green+Blue) = 221+40+86=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2856 is #22D7A9. Grayscale: #636363. Windows color (decimal): -2283434 or 5646557. OLE color: 5646557.
HSL color Cylindrical-coordinate representation of color #DD2856: hue angle of 344.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 #DD2856 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 86 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.13 |
| HSL | 344.75º | 0.73% | 0.51% | - |
| HSV(B) | 344.75º | 0.82% | 0.87% | - |
| XYZ | 32.26 | 17.56 | 10.49 | - |
| YUV | 99.36 | 120.47 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 86 | 0 | 0.82 | 0.61 | 0.13 | 344.75 | 0.73 | 0.51 |
| Hex | DD | 28 | 56 | 0 | 52 | 3D | D | 159 | 49 | 33 |
| Octal | 335 | 50 | 126 | 0 | 122 | 75 | 15 | 531 | 111 | 63 |
| Binary | 11011101 | 101000 | 1010110 | 0 | 1010010 | 111101 | 1101 | 101011001 | 1001001 | 110011 |
Color Harmonies of #DD2856
Complementary color
Monochromatic Colors of #DD2856
Black with #DD2856
Text Example
Text Example
White with #DD2856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2856; }
p { color: rgb(221,40,86); }
H1.HeaderClassName
{
color: #DD2856;
}
.AnyTagClassName
{
color: #DD2856;
}
</style>
background-color css
<style>
a { background-color: #DD2856; }
a { background-color: rgb(221,40,86); }
div.DivClassName
{
background-color: #DD2856;
}
.BgClassName
{
background-color: #DD2856;
}
</style>
border-color css
<style>
span { border-color: #DD2856; }
span { border-color: rgb(221,40,86); }
td.TdClassName
{
border-color: #DD2856;
}
.TagClassName
{
border-color: #DD2856;
}
</style>