Shades of Amaranth #DD284F
Tints of Amaranth #DD284F
RGB
CMYK
RGB Variations
Color information
#DD284F (or 0xDD284F) is known color: Amaranth. HEX triplet: DD, 28 and 4F. RGB value is (221,40,79). Sum of RGB (Red+Green+Blue) = 221+40+79=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD284F is #22D7B0. Grayscale: #626262. Windows color (decimal): -2283441 or 5187805. OLE color: 5187805.
HSL color Cylindrical-coordinate representation of color #DD284F: hue angle of 347.07º 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 #DD284F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 79 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.13 |
| HSL | 347.07º | 0.73% | 0.51% | - |
| HSV(B) | 347.07º | 0.82% | 0.87% | - |
| XYZ | 31.99 | 17.45 | 9.08 | - |
| YUV | 98.57 | 116.97 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 79 | 0 | 0.82 | 0.64 | 0.13 | 347.07 | 0.73 | 0.51 |
| Hex | DD | 28 | 4F | 0 | 52 | 40 | D | 15B | 49 | 33 |
| Octal | 335 | 50 | 117 | 0 | 122 | 100 | 15 | 533 | 111 | 63 |
| Binary | 11011101 | 101000 | 1001111 | 0 | 1010010 | 1000000 | 1101 | 101011011 | 1001001 | 110011 |
Color Harmonies of #DD284F
Complementary color
Monochromatic Colors of #DD284F
Black with #DD284F
Text Example
Text Example
White with #DD284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD284F; }
p { color: rgb(221,40,79); }
H1.HeaderClassName
{
color: #DD284F;
}
.AnyTagClassName
{
color: #DD284F;
}
</style>
background-color css
<style>
a { background-color: #DD284F; }
a { background-color: rgb(221,40,79); }
div.DivClassName
{
background-color: #DD284F;
}
.BgClassName
{
background-color: #DD284F;
}
</style>
border-color css
<style>
span { border-color: #DD284F; }
span { border-color: rgb(221,40,79); }
td.TdClassName
{
border-color: #DD284F;
}
.TagClassName
{
border-color: #DD284F;
}
</style>