Shades of Amaranth #DD284E
Tints of Amaranth #DD284E
RGB
CMYK
RGB Variations
Color information
#DD284E (or 0xDD284E) is known color: Amaranth. HEX triplet: DD, 28 and 4E. RGB value is (221,40,78). Sum of RGB (Red+Green+Blue) = 221+40+78=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD284E is #22D7B1. Grayscale: #626262. Windows color (decimal): -2283442 or 5122269. OLE color: 5122269.
HSL color Cylindrical-coordinate representation of color #DD284E: hue angle of 347.4º 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 #DD284E is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 78 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.13 |
| HSL | 347.4º | 0.73% | 0.51% | - |
| HSV(B) | 347.4º | 0.82% | 0.87% | - |
| XYZ | 31.95 | 17.44 | 8.89 | - |
| YUV | 98.45 | 116.47 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 78 | 0 | 0.82 | 0.65 | 0.13 | 347.4 | 0.73 | 0.51 |
| Hex | DD | 28 | 4E | 0 | 52 | 41 | D | 15B | 49 | 33 |
| Octal | 335 | 50 | 116 | 0 | 122 | 101 | 15 | 533 | 111 | 63 |
| Binary | 11011101 | 101000 | 1001110 | 0 | 1010010 | 1000001 | 1101 | 101011011 | 1001001 | 110011 |
Color Harmonies of #DD284E
Complementary color
Monochromatic Colors of #DD284E
Black with #DD284E
Text Example
Text Example
White with #DD284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD284E; }
p { color: rgb(221,40,78); }
H1.HeaderClassName
{
color: #DD284E;
}
.AnyTagClassName
{
color: #DD284E;
}
</style>
background-color css
<style>
a { background-color: #DD284E; }
a { background-color: rgb(221,40,78); }
div.DivClassName
{
background-color: #DD284E;
}
.BgClassName
{
background-color: #DD284E;
}
</style>
border-color css
<style>
span { border-color: #DD284E; }
span { border-color: rgb(221,40,78); }
td.TdClassName
{
border-color: #DD284E;
}
.TagClassName
{
border-color: #DD284E;
}
</style>