Shades of Amaranth #DD2152
Tints of Amaranth #DD2152
RGB
CMYK
RGB Variations
Color information
#DD2152 (or 0xDD2152) is known color: Amaranth. HEX triplet: DD, 21 and 52. RGB value is (221,33,82). Sum of RGB (Red+Green+Blue) = 221+33+82=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2152 is #22DEAD. Grayscale: #5E5E5E. Windows color (decimal): -2285230 or 5382621. OLE color: 5382621.
HSL color Cylindrical-coordinate representation of color #DD2152: hue angle of 344.36º 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 #DD2152 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 82 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.13 |
| HSL | 344.36º | 0.74% | 0.5% | - |
| HSV(B) | 344.36º | 0.85% | 0.87% | - |
| XYZ | 31.89 | 17.07 | 9.6 | - |
| YUV | 94.8 | 120.78 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 82 | 0 | 0.85 | 0.63 | 0.13 | 344.36 | 0.74 | 0.5 |
| Hex | DD | 21 | 52 | 0 | 55 | 3F | D | 158 | 4A | 32 |
| Octal | 335 | 41 | 122 | 0 | 125 | 77 | 15 | 530 | 112 | 62 |
| Binary | 11011101 | 100001 | 1010010 | 0 | 1010101 | 111111 | 1101 | 101011000 | 1001010 | 110010 |
Color Harmonies of #DD2152
Complementary color
Monochromatic Colors of #DD2152
Black with #DD2152
Text Example
Text Example
White with #DD2152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2152; }
p { color: rgb(221,33,82); }
H1.HeaderClassName
{
color: #DD2152;
}
.AnyTagClassName
{
color: #DD2152;
}
</style>
background-color css
<style>
a { background-color: #DD2152; }
a { background-color: rgb(221,33,82); }
div.DivClassName
{
background-color: #DD2152;
}
.BgClassName
{
background-color: #DD2152;
}
</style>
border-color css
<style>
span { border-color: #DD2152; }
span { border-color: rgb(221,33,82); }
td.TdClassName
{
border-color: #DD2152;
}
.TagClassName
{
border-color: #DD2152;
}
</style>