Shades of Amaranth #DD3651
Tints of Amaranth #DD3651
RGB
CMYK
RGB Variations
Color information
#DD3651 (or 0xDD3651) is known color: Amaranth. HEX triplet: DD, 36 and 51. RGB value is (221,54,81). Sum of RGB (Red+Green+Blue) = 221+54+81=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3651 is #22C9AE. Grayscale: #6B6B6B. Windows color (decimal): -2279855 or 5322461. OLE color: 5322461.
HSL color Cylindrical-coordinate representation of color #DD3651: hue angle of 350.3º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3651 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 81 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.13 |
| HSL | 350.3º | 0.71% | 0.54% | - |
| HSV(B) | 350.3º | 0.76% | 0.87% | - |
| XYZ | 32.62 | 18.6 | 9.66 | - |
| YUV | 107.01 | 113.33 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 81 | 0 | 0.76 | 0.63 | 0.13 | 350.3 | 0.71 | 0.54 |
| Hex | DD | 36 | 51 | 0 | 4C | 3F | D | 15E | 47 | 36 |
| Octal | 335 | 66 | 121 | 0 | 114 | 77 | 15 | 536 | 107 | 66 |
| Binary | 11011101 | 110110 | 1010001 | 0 | 1001100 | 111111 | 1101 | 101011110 | 1000111 | 110110 |
Color Harmonies of #DD3651
Complementary color
Monochromatic Colors of #DD3651
Black with #DD3651
Text Example
Text Example
White with #DD3651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3651; }
p { color: rgb(221,54,81); }
H1.HeaderClassName
{
color: #DD3651;
}
.AnyTagClassName
{
color: #DD3651;
}
</style>
background-color css
<style>
a { background-color: #DD3651; }
a { background-color: rgb(221,54,81); }
div.DivClassName
{
background-color: #DD3651;
}
.BgClassName
{
background-color: #DD3651;
}
</style>
border-color css
<style>
span { border-color: #DD3651; }
span { border-color: rgb(221,54,81); }
td.TdClassName
{
border-color: #DD3651;
}
.TagClassName
{
border-color: #DD3651;
}
</style>