Shades of Amaranth #DD3F4D
Tints of Amaranth #DD3F4D
RGB
CMYK
RGB Variations
Color information
#DD3F4D (or 0xDD3F4D) is known color: Amaranth. HEX triplet: DD, 3F and 4D. RGB value is (221,63,77). Sum of RGB (Red+Green+Blue) = 221+63+77=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F4D is #22C0B2. Grayscale: #6F6F6F. Windows color (decimal): -2277555 or 5062621. OLE color: 5062621.
HSL color Cylindrical-coordinate representation of color #DD3F4D: hue angle of 354.68º 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 #DD3F4D is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 77 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.13 |
| HSL | 354.68º | 0.7% | 0.56% | - |
| HSV(B) | 354.68º | 0.71% | 0.87% | - |
| XYZ | 32.94 | 19.46 | 9.04 | - |
| YUV | 111.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 77 | 0 | 0.71 | 0.65 | 0.13 | 354.68 | 0.7 | 0.56 |
| Hex | DD | 3F | 4D | 0 | 47 | 41 | D | 163 | 46 | 38 |
| Octal | 335 | 77 | 115 | 0 | 107 | 101 | 15 | 543 | 106 | 70 |
| Binary | 11011101 | 111111 | 1001101 | 0 | 1000111 | 1000001 | 1101 | 101100011 | 1000110 | 111000 |
Color Harmonies of #DD3F4D
Complementary color
Monochromatic Colors of #DD3F4D
Black with #DD3F4D
Text Example
Text Example
White with #DD3F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F4D; }
p { color: rgb(221,63,77); }
H1.HeaderClassName
{
color: #DD3F4D;
}
.AnyTagClassName
{
color: #DD3F4D;
}
</style>
background-color css
<style>
a { background-color: #DD3F4D; }
a { background-color: rgb(221,63,77); }
div.DivClassName
{
background-color: #DD3F4D;
}
.BgClassName
{
background-color: #DD3F4D;
}
</style>
border-color css
<style>
span { border-color: #DD3F4D; }
span { border-color: rgb(221,63,77); }
td.TdClassName
{
border-color: #DD3F4D;
}
.TagClassName
{
border-color: #DD3F4D;
}
</style>