Shades of Amaranth #DD2151
Tints of Amaranth #DD2151
RGB
CMYK
RGB Variations
Color information
#DD2151 (or 0xDD2151) is known color: Amaranth. HEX triplet: DD, 21 and 51. RGB value is (221,33,81). Sum of RGB (Red+Green+Blue) = 221+33+81=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2151 is #22DEAE. Grayscale: #5E5E5E. Windows color (decimal): -2285231 or 5317085. OLE color: 5317085.
HSL color Cylindrical-coordinate representation of color #DD2151: hue angle of 344.68º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2151 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 81 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.13 |
| HSL | 344.68º | 0.74% | 0.5% | - |
| HSV(B) | 344.68º | 0.85% | 0.87% | - |
| XYZ | 31.85 | 17.05 | 9.4 | - |
| YUV | 94.68 | 120.28 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 81 | 0 | 0.85 | 0.63 | 0.13 | 344.68 | 0.74 | 0.5 |
| Hex | DD | 21 | 51 | 0 | 55 | 3F | D | 159 | 4A | 32 |
| Octal | 335 | 41 | 121 | 0 | 125 | 77 | 15 | 531 | 112 | 62 |
| Binary | 11011101 | 100001 | 1010001 | 0 | 1010101 | 111111 | 1101 | 101011001 | 1001010 | 110010 |
Color Harmonies of #DD2151
Complementary color
Monochromatic Colors of #DD2151
Black with #DD2151
Text Example
Text Example
White with #DD2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2151; }
p { color: rgb(221,33,81); }
H1.HeaderClassName
{
color: #DD2151;
}
.AnyTagClassName
{
color: #DD2151;
}
</style>
background-color css
<style>
a { background-color: #DD2151; }
a { background-color: rgb(221,33,81); }
div.DivClassName
{
background-color: #DD2151;
}
.BgClassName
{
background-color: #DD2151;
}
</style>
border-color css
<style>
span { border-color: #DD2151; }
span { border-color: rgb(221,33,81); }
td.TdClassName
{
border-color: #DD2151;
}
.TagClassName
{
border-color: #DD2151;
}
</style>