Shades of Amaranth #DD3F4C
Tints of Amaranth #DD3F4C
RGB
CMYK
RGB Variations
Color information
#DD3F4C (or 0xDD3F4C) is known color: Amaranth. HEX triplet: DD, 3F and 4C. RGB value is (221,63,76). Sum of RGB (Red+Green+Blue) = 221+63+76=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F4C is #22C0B3. Grayscale: #6F6F6F. Windows color (decimal): -2277556 or 4997085. OLE color: 4997085.
HSL color Cylindrical-coordinate representation of color #DD3F4C: hue angle of 355.06º 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 #DD3F4C is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 76 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.13 |
| HSL | 355.06º | 0.7% | 0.56% | - |
| HSV(B) | 355.06º | 0.71% | 0.87% | - |
| XYZ | 32.9 | 19.45 | 8.86 | - |
| YUV | 111.72 | 107.85 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 76 | 0 | 0.71 | 0.66 | 0.13 | 355.06 | 0.7 | 0.56 |
| Hex | DD | 3F | 4C | 0 | 47 | 42 | D | 163 | 46 | 38 |
| Octal | 335 | 77 | 114 | 0 | 107 | 102 | 15 | 543 | 106 | 70 |
| Binary | 11011101 | 111111 | 1001100 | 0 | 1000111 | 1000010 | 1101 | 101100011 | 1000110 | 111000 |
Color Harmonies of #DD3F4C
Complementary color
Monochromatic Colors of #DD3F4C
Black with #DD3F4C
Text Example
Text Example
White with #DD3F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F4C; }
p { color: rgb(221,63,76); }
H1.HeaderClassName
{
color: #DD3F4C;
}
.AnyTagClassName
{
color: #DD3F4C;
}
</style>
background-color css
<style>
a { background-color: #DD3F4C; }
a { background-color: rgb(221,63,76); }
div.DivClassName
{
background-color: #DD3F4C;
}
.BgClassName
{
background-color: #DD3F4C;
}
</style>
border-color css
<style>
span { border-color: #DD3F4C; }
span { border-color: rgb(221,63,76); }
td.TdClassName
{
border-color: #DD3F4C;
}
.TagClassName
{
border-color: #DD3F4C;
}
</style>