Shades of Amaranth #DD2150
Tints of Amaranth #DD2150
RGB
CMYK
RGB Variations
Color information
#DD2150 (or 0xDD2150) is known color: Amaranth. HEX triplet: DD, 21 and 50. RGB value is (221,33,80). Sum of RGB (Red+Green+Blue) = 221+33+80=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2150 is #22DEAF. Grayscale: #5E5E5E. Windows color (decimal): -2285232 or 5251549. OLE color: 5251549.
HSL color Cylindrical-coordinate representation of color #DD2150: hue angle of 345º 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 #DD2150 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 80 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.13 |
| HSL | 345º | 0.74% | 0.5% | - |
| HSV(B) | 345º | 0.85% | 0.87% | - |
| XYZ | 31.81 | 17.04 | 9.2 | - |
| YUV | 94.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 80 | 0 | 0.85 | 0.64 | 0.13 | 345 | 0.74 | 0.5 |
| Hex | DD | 21 | 50 | 0 | 55 | 40 | D | 159 | 4A | 32 |
| Octal | 335 | 41 | 120 | 0 | 125 | 100 | 15 | 531 | 112 | 62 |
| Binary | 11011101 | 100001 | 1010000 | 0 | 1010101 | 1000000 | 1101 | 101011001 | 1001010 | 110010 |
Color Harmonies of #DD2150
Complementary color
Monochromatic Colors of #DD2150
Black with #DD2150
Text Example
Text Example
White with #DD2150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2150; }
p { color: rgb(221,33,80); }
H1.HeaderClassName
{
color: #DD2150;
}
.AnyTagClassName
{
color: #DD2150;
}
</style>
background-color css
<style>
a { background-color: #DD2150; }
a { background-color: rgb(221,33,80); }
div.DivClassName
{
background-color: #DD2150;
}
.BgClassName
{
background-color: #DD2150;
}
</style>
border-color css
<style>
span { border-color: #DD2150; }
span { border-color: rgb(221,33,80); }
td.TdClassName
{
border-color: #DD2150;
}
.TagClassName
{
border-color: #DD2150;
}
</style>