Shades of Amaranth #DD314F
Tints of Amaranth #DD314F
RGB
CMYK
RGB Variations
Color information
#DD314F (or 0xDD314F) is known color: Amaranth. HEX triplet: DD, 31 and 4F. RGB value is (221,49,79). Sum of RGB (Red+Green+Blue) = 221+49+79=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD314F is #22CEB0. Grayscale: #676767. Windows color (decimal): -2281137 or 5190109. OLE color: 5190109.
HSL color Cylindrical-coordinate representation of color #DD314F: hue angle of 349.53º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD314F is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 79 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.13 |
| HSL | 349.53º | 0.72% | 0.53% | - |
| HSV(B) | 349.53º | 0.78% | 0.87% | - |
| XYZ | 32.33 | 18.13 | 9.19 | - |
| YUV | 103.85 | 113.98 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 79 | 0 | 0.78 | 0.64 | 0.13 | 349.53 | 0.72 | 0.53 |
| Hex | DD | 31 | 4F | 0 | 4E | 40 | D | 15E | 48 | 35 |
| Octal | 335 | 61 | 117 | 0 | 116 | 100 | 15 | 536 | 110 | 65 |
| Binary | 11011101 | 110001 | 1001111 | 0 | 1001110 | 1000000 | 1101 | 101011110 | 1001000 | 110101 |
Color Harmonies of #DD314F
Complementary color
Monochromatic Colors of #DD314F
Black with #DD314F
Text Example
Text Example
White with #DD314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD314F; }
p { color: rgb(221,49,79); }
H1.HeaderClassName
{
color: #DD314F;
}
.AnyTagClassName
{
color: #DD314F;
}
</style>
background-color css
<style>
a { background-color: #DD314F; }
a { background-color: rgb(221,49,79); }
div.DivClassName
{
background-color: #DD314F;
}
.BgClassName
{
background-color: #DD314F;
}
</style>
border-color css
<style>
span { border-color: #DD314F; }
span { border-color: rgb(221,49,79); }
td.TdClassName
{
border-color: #DD314F;
}
.TagClassName
{
border-color: #DD314F;
}
</style>