Shades of Amaranth #DD3F51
Tints of Amaranth #DD3F51
RGB
CMYK
RGB Variations
Color information
#DD3F51 (or 0xDD3F51) is known color: Amaranth. HEX triplet: DD, 3F and 51. RGB value is (221,63,81). Sum of RGB (Red+Green+Blue) = 221+63+81=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F51 is #22C0AE. Grayscale: #707070. Windows color (decimal): -2277551 or 5324765. OLE color: 5324765.
HSL color Cylindrical-coordinate representation of color #DD3F51: hue angle of 353.16º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F51 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 81 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.13 |
| HSL | 353.16º | 0.7% | 0.56% | - |
| HSV(B) | 353.16º | 0.71% | 0.87% | - |
| XYZ | 33.08 | 19.52 | 9.81 | - |
| YUV | 112.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 81 | 0 | 0.71 | 0.63 | 0.13 | 353.16 | 0.7 | 0.56 |
| Hex | DD | 3F | 51 | 0 | 47 | 3F | D | 161 | 46 | 38 |
| Octal | 335 | 77 | 121 | 0 | 107 | 77 | 15 | 541 | 106 | 70 |
| Binary | 11011101 | 111111 | 1010001 | 0 | 1000111 | 111111 | 1101 | 101100001 | 1000110 | 111000 |
Color Harmonies of #DD3F51
Complementary color
Monochromatic Colors of #DD3F51
Black with #DD3F51
Text Example
Text Example
White with #DD3F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F51; }
p { color: rgb(221,63,81); }
H1.HeaderClassName
{
color: #DD3F51;
}
.AnyTagClassName
{
color: #DD3F51;
}
</style>
background-color css
<style>
a { background-color: #DD3F51; }
a { background-color: rgb(221,63,81); }
div.DivClassName
{
background-color: #DD3F51;
}
.BgClassName
{
background-color: #DD3F51;
}
</style>
border-color css
<style>
span { border-color: #DD3F51; }
span { border-color: rgb(221,63,81); }
td.TdClassName
{
border-color: #DD3F51;
}
.TagClassName
{
border-color: #DD3F51;
}
</style>