Shades of Amaranth #DD324F
Tints of Amaranth #DD324F
RGB
CMYK
RGB Variations
Color information
#DD324F (or 0xDD324F) is known color: Amaranth. HEX triplet: DD, 32 and 4F. RGB value is (221,50,79). Sum of RGB (Red+Green+Blue) = 221+50+79=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD324F is #22CDB0. Grayscale: #686868. Windows color (decimal): -2280881 or 5190365. OLE color: 5190365.
HSL color Cylindrical-coordinate representation of color #DD324F: hue angle of 349.82º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD324F is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 79 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.13 |
| HSL | 349.82º | 0.72% | 0.53% | - |
| HSV(B) | 349.82º | 0.77% | 0.87% | - |
| XYZ | 32.37 | 18.22 | 9.21 | - |
| YUV | 104.44 | 113.65 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 79 | 0 | 0.77 | 0.64 | 0.13 | 349.82 | 0.72 | 0.53 |
| Hex | DD | 32 | 4F | 0 | 4D | 40 | D | 15E | 48 | 35 |
| Octal | 335 | 62 | 117 | 0 | 115 | 100 | 15 | 536 | 110 | 65 |
| Binary | 11011101 | 110010 | 1001111 | 0 | 1001101 | 1000000 | 1101 | 101011110 | 1001000 | 110101 |
Color Harmonies of #DD324F
Complementary color
Monochromatic Colors of #DD324F
Black with #DD324F
Text Example
Text Example
White with #DD324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD324F; }
p { color: rgb(221,50,79); }
H1.HeaderClassName
{
color: #DD324F;
}
.AnyTagClassName
{
color: #DD324F;
}
</style>
background-color css
<style>
a { background-color: #DD324F; }
a { background-color: rgb(221,50,79); }
div.DivClassName
{
background-color: #DD324F;
}
.BgClassName
{
background-color: #DD324F;
}
</style>
border-color css
<style>
span { border-color: #DD324F; }
span { border-color: rgb(221,50,79); }
td.TdClassName
{
border-color: #DD324F;
}
.TagClassName
{
border-color: #DD324F;
}
</style>