Shades of Amaranth #DD4151
Tints of Amaranth #DD4151
RGB
CMYK
RGB Variations
Color information
#DD4151 (or 0xDD4151) is known color: Amaranth. HEX triplet: DD, 41 and 51. RGB value is (221,65,81). Sum of RGB (Red+Green+Blue) = 221+65+81=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4151 is #22BEAE. Grayscale: #717171. Windows color (decimal): -2277039 or 5325277. OLE color: 5325277.
HSL color Cylindrical-coordinate representation of color #DD4151: hue angle of 353.85º 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 #DD4151 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 81 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.13 |
| HSL | 353.85º | 0.7% | 0.56% | - |
| HSV(B) | 353.85º | 0.71% | 0.87% | - |
| XYZ | 33.19 | 19.75 | 9.85 | - |
| YUV | 113.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 81 | 0 | 0.71 | 0.63 | 0.13 | 353.85 | 0.7 | 0.56 |
| Hex | DD | 41 | 51 | 0 | 47 | 3F | D | 162 | 46 | 38 |
| Octal | 335 | 101 | 121 | 0 | 107 | 77 | 15 | 542 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1010001 | 0 | 1000111 | 111111 | 1101 | 101100010 | 1000110 | 111000 |
Color Harmonies of #DD4151
Complementary color
Monochromatic Colors of #DD4151
Black with #DD4151
Text Example
Text Example
White with #DD4151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4151; }
p { color: rgb(221,65,81); }
H1.HeaderClassName
{
color: #DD4151;
}
.AnyTagClassName
{
color: #DD4151;
}
</style>
background-color css
<style>
a { background-color: #DD4151; }
a { background-color: rgb(221,65,81); }
div.DivClassName
{
background-color: #DD4151;
}
.BgClassName
{
background-color: #DD4151;
}
</style>
border-color css
<style>
span { border-color: #DD4151; }
span { border-color: rgb(221,65,81); }
td.TdClassName
{
border-color: #DD4151;
}
.TagClassName
{
border-color: #DD4151;
}
</style>