Shades of Amaranth #DD2854
Tints of Amaranth #DD2854
RGB
CMYK
RGB Variations
Color information
#DD2854 (or 0xDD2854) is known color: Amaranth. HEX triplet: DD, 28 and 54. RGB value is (221,40,84). Sum of RGB (Red+Green+Blue) = 221+40+84=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2854 is #22D7AB. Grayscale: #636363. Windows color (decimal): -2283436 or 5515485. OLE color: 5515485.
HSL color Cylindrical-coordinate representation of color #DD2854: hue angle of 345.41º 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 #DD2854 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 84 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.13 |
| HSL | 345.41º | 0.73% | 0.51% | - |
| HSV(B) | 345.41º | 0.82% | 0.87% | - |
| XYZ | 32.18 | 17.53 | 10.08 | - |
| YUV | 99.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 84 | 0 | 0.82 | 0.62 | 0.13 | 345.41 | 0.73 | 0.51 |
| Hex | DD | 28 | 54 | 0 | 52 | 3E | D | 159 | 49 | 33 |
| Octal | 335 | 50 | 124 | 0 | 122 | 76 | 15 | 531 | 111 | 63 |
| Binary | 11011101 | 101000 | 1010100 | 0 | 1010010 | 111110 | 1101 | 101011001 | 1001001 | 110011 |
Color Harmonies of #DD2854
Complementary color
Monochromatic Colors of #DD2854
Black with #DD2854
Text Example
Text Example
White with #DD2854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2854; }
p { color: rgb(221,40,84); }
H1.HeaderClassName
{
color: #DD2854;
}
.AnyTagClassName
{
color: #DD2854;
}
</style>
background-color css
<style>
a { background-color: #DD2854; }
a { background-color: rgb(221,40,84); }
div.DivClassName
{
background-color: #DD2854;
}
.BgClassName
{
background-color: #DD2854;
}
</style>
border-color css
<style>
span { border-color: #DD2854; }
span { border-color: rgb(221,40,84); }
td.TdClassName
{
border-color: #DD2854;
}
.TagClassName
{
border-color: #DD2854;
}
</style>