Shades of Amaranth #DD2454
Tints of Amaranth #DD2454
RGB
CMYK
RGB Variations
Color information
#DD2454 (or 0xDD2454) is known color: Amaranth. HEX triplet: DD, 24 and 54. RGB value is (221,36,84). Sum of RGB (Red+Green+Blue) = 221+36+84=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2454 is #22DBAB. Grayscale: #606060. Windows color (decimal): -2284460 or 5514461. OLE color: 5514461.
HSL color Cylindrical-coordinate representation of color #DD2454: hue angle of 344.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2454 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 84 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.13 |
| HSL | 344.43º | 0.73% | 0.5% | - |
| HSV(B) | 344.43º | 0.84% | 0.87% | - |
| XYZ | 32.05 | 17.27 | 10.03 | - |
| YUV | 96.79 | 120.79 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 84 | 0 | 0.84 | 0.62 | 0.13 | 344.43 | 0.73 | 0.5 |
| Hex | DD | 24 | 54 | 0 | 54 | 3E | D | 158 | 49 | 32 |
| Octal | 335 | 44 | 124 | 0 | 124 | 76 | 15 | 530 | 111 | 62 |
| Binary | 11011101 | 100100 | 1010100 | 0 | 1010100 | 111110 | 1101 | 101011000 | 1001001 | 110010 |
Color Harmonies of #DD2454
Complementary color
Monochromatic Colors of #DD2454
Black with #DD2454
Text Example
Text Example
White with #DD2454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2454; }
p { color: rgb(221,36,84); }
H1.HeaderClassName
{
color: #DD2454;
}
.AnyTagClassName
{
color: #DD2454;
}
</style>
background-color css
<style>
a { background-color: #DD2454; }
a { background-color: rgb(221,36,84); }
div.DivClassName
{
background-color: #DD2454;
}
.BgClassName
{
background-color: #DD2454;
}
</style>
border-color css
<style>
span { border-color: #DD2454; }
span { border-color: rgb(221,36,84); }
td.TdClassName
{
border-color: #DD2454;
}
.TagClassName
{
border-color: #DD2454;
}
</style>