Shades of Amaranth #DD344A
Tints of Amaranth #DD344A
RGB
CMYK
RGB Variations
Color information
#DD344A (or 0xDD344A) is known color: Amaranth. HEX triplet: DD, 34 and 4A. RGB value is (221,52,74). Sum of RGB (Red+Green+Blue) = 221+52+74=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD344A is #22CBB5. Grayscale: #696969. Windows color (decimal): -2280374 or 4863197. OLE color: 4863197.
HSL color Cylindrical-coordinate representation of color #DD344A: hue angle of 352.19º 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 #DD344A is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 74 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.13 |
| HSL | 352.19º | 0.71% | 0.54% | - |
| HSV(B) | 352.19º | 0.76% | 0.87% | - |
| XYZ | 32.28 | 18.32 | 8.31 | - |
| YUV | 105.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 74 | 0 | 0.76 | 0.67 | 0.13 | 352.19 | 0.71 | 0.54 |
| Hex | DD | 34 | 4A | 0 | 4C | 43 | D | 160 | 47 | 36 |
| Octal | 335 | 64 | 112 | 0 | 114 | 103 | 15 | 540 | 107 | 66 |
| Binary | 11011101 | 110100 | 1001010 | 0 | 1001100 | 1000011 | 1101 | 101100000 | 1000111 | 110110 |
Color Harmonies of #DD344A
Complementary color
Monochromatic Colors of #DD344A
Black with #DD344A
Text Example
Text Example
White with #DD344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD344A; }
p { color: rgb(221,52,74); }
H1.HeaderClassName
{
color: #DD344A;
}
.AnyTagClassName
{
color: #DD344A;
}
</style>
background-color css
<style>
a { background-color: #DD344A; }
a { background-color: rgb(221,52,74); }
div.DivClassName
{
background-color: #DD344A;
}
.BgClassName
{
background-color: #DD344A;
}
</style>
border-color css
<style>
span { border-color: #DD344A; }
span { border-color: rgb(221,52,74); }
td.TdClassName
{
border-color: #DD344A;
}
.TagClassName
{
border-color: #DD344A;
}
</style>