Shades of Amaranth #DD344D
Tints of Amaranth #DD344D
RGB
CMYK
RGB Variations
Color information
#DD344D (or 0xDD344D) is known color: Amaranth. HEX triplet: DD, 34 and 4D. RGB value is (221,52,77). Sum of RGB (Red+Green+Blue) = 221+52+77=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD344D is #22CBB2. Grayscale: #696969. Windows color (decimal): -2280371 or 5059805. OLE color: 5059805.
HSL color Cylindrical-coordinate representation of color #DD344D: hue angle of 351.12º 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 #DD344D is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 77 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.13 |
| HSL | 351.12º | 0.71% | 0.54% | - |
| HSV(B) | 351.12º | 0.76% | 0.87% | - |
| XYZ | 32.39 | 18.36 | 8.86 | - |
| YUV | 105.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 77 | 0 | 0.76 | 0.65 | 0.13 | 351.12 | 0.71 | 0.54 |
| Hex | DD | 34 | 4D | 0 | 4C | 41 | D | 15F | 47 | 36 |
| Octal | 335 | 64 | 115 | 0 | 114 | 101 | 15 | 537 | 107 | 66 |
| Binary | 11011101 | 110100 | 1001101 | 0 | 1001100 | 1000001 | 1101 | 101011111 | 1000111 | 110110 |
Color Harmonies of #DD344D
Complementary color
Monochromatic Colors of #DD344D
Black with #DD344D
Text Example
Text Example
White with #DD344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD344D; }
p { color: rgb(221,52,77); }
H1.HeaderClassName
{
color: #DD344D;
}
.AnyTagClassName
{
color: #DD344D;
}
</style>
background-color css
<style>
a { background-color: #DD344D; }
a { background-color: rgb(221,52,77); }
div.DivClassName
{
background-color: #DD344D;
}
.BgClassName
{
background-color: #DD344D;
}
</style>
border-color css
<style>
span { border-color: #DD344D; }
span { border-color: rgb(221,52,77); }
td.TdClassName
{
border-color: #DD344D;
}
.TagClassName
{
border-color: #DD344D;
}
</style>