Shades of Amaranth #DD3F4E
Tints of Amaranth #DD3F4E
RGB
CMYK
RGB Variations
Color information
#DD3F4E (or 0xDD3F4E) is known color: Amaranth. HEX triplet: DD, 3F and 4E. RGB value is (221,63,78). Sum of RGB (Red+Green+Blue) = 221+63+78=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F4E is #22C0B1. Grayscale: #707070. Windows color (decimal): -2277554 or 5128157. OLE color: 5128157.
HSL color Cylindrical-coordinate representation of color #DD3F4E: hue angle of 354.3º 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 #DD3F4E is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 78 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.13 |
| HSL | 354.3º | 0.7% | 0.56% | - |
| HSV(B) | 354.3º | 0.71% | 0.87% | - |
| XYZ | 32.97 | 19.48 | 9.23 | - |
| YUV | 111.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 78 | 0 | 0.71 | 0.65 | 0.13 | 354.3 | 0.7 | 0.56 |
| Hex | DD | 3F | 4E | 0 | 47 | 41 | D | 162 | 46 | 38 |
| Octal | 335 | 77 | 116 | 0 | 107 | 101 | 15 | 542 | 106 | 70 |
| Binary | 11011101 | 111111 | 1001110 | 0 | 1000111 | 1000001 | 1101 | 101100010 | 1000110 | 111000 |
Color Harmonies of #DD3F4E
Complementary color
Monochromatic Colors of #DD3F4E
Black with #DD3F4E
Text Example
Text Example
White with #DD3F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F4E; }
p { color: rgb(221,63,78); }
H1.HeaderClassName
{
color: #DD3F4E;
}
.AnyTagClassName
{
color: #DD3F4E;
}
</style>
background-color css
<style>
a { background-color: #DD3F4E; }
a { background-color: rgb(221,63,78); }
div.DivClassName
{
background-color: #DD3F4E;
}
.BgClassName
{
background-color: #DD3F4E;
}
</style>
border-color css
<style>
span { border-color: #DD3F4E; }
span { border-color: rgb(221,63,78); }
td.TdClassName
{
border-color: #DD3F4E;
}
.TagClassName
{
border-color: #DD3F4E;
}
</style>