Shades of Amaranth #DD3756
Tints of Amaranth #DD3756
RGB
CMYK
RGB Variations
Color information
#DD3756 (or 0xDD3756) is known color: Amaranth. HEX triplet: DD, 37 and 56. RGB value is (221,55,86). Sum of RGB (Red+Green+Blue) = 221+55+86=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3756 is #22C8A9. Grayscale: #6C6C6C. Windows color (decimal): -2279594 or 5650397. OLE color: 5650397.
HSL color Cylindrical-coordinate representation of color #DD3756: hue angle of 348.8º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3756 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 86 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.13 |
| HSL | 348.8º | 0.71% | 0.54% | - |
| HSV(B) | 348.8º | 0.75% | 0.87% | - |
| XYZ | 32.86 | 18.78 | 10.7 | - |
| YUV | 108.17 | 115.5 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 86 | 0 | 0.75 | 0.61 | 0.13 | 348.8 | 0.71 | 0.54 |
| Hex | DD | 37 | 56 | 0 | 4B | 3D | D | 15D | 47 | 36 |
| Octal | 335 | 67 | 126 | 0 | 113 | 75 | 15 | 535 | 107 | 66 |
| Binary | 11011101 | 110111 | 1010110 | 0 | 1001011 | 111101 | 1101 | 101011101 | 1000111 | 110110 |
Color Harmonies of #DD3756
Complementary color
Monochromatic Colors of #DD3756
Black with #DD3756
Text Example
Text Example
White with #DD3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3756; }
p { color: rgb(221,55,86); }
H1.HeaderClassName
{
color: #DD3756;
}
.AnyTagClassName
{
color: #DD3756;
}
</style>
background-color css
<style>
a { background-color: #DD3756; }
a { background-color: rgb(221,55,86); }
div.DivClassName
{
background-color: #DD3756;
}
.BgClassName
{
background-color: #DD3756;
}
</style>
border-color css
<style>
span { border-color: #DD3756; }
span { border-color: rgb(221,55,86); }
td.TdClassName
{
border-color: #DD3756;
}
.TagClassName
{
border-color: #DD3756;
}
</style>