Shades of Amaranth #DD234D
Tints of Amaranth #DD234D
RGB
CMYK
RGB Variations
Color information
#DD234D (or 0xDD234D) is known color: Amaranth. HEX triplet: DD, 23 and 4D. RGB value is (221,35,77). Sum of RGB (Red+Green+Blue) = 221+35+77=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD234D is #22DCB2. Grayscale: #5F5F5F. Windows color (decimal): -2284723 or 5055453. OLE color: 5055453.
HSL color Cylindrical-coordinate representation of color #DD234D: hue angle of 346.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD234D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 77 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.13 |
| HSL | 346.45º | 0.73% | 0.5% | - |
| HSV(B) | 346.45º | 0.84% | 0.87% | - |
| XYZ | 31.76 | 17.11 | 8.65 | - |
| YUV | 95.4 | 117.62 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 77 | 0 | 0.84 | 0.65 | 0.13 | 346.45 | 0.73 | 0.5 |
| Hex | DD | 23 | 4D | 0 | 54 | 41 | D | 15A | 49 | 32 |
| Octal | 335 | 43 | 115 | 0 | 124 | 101 | 15 | 532 | 111 | 62 |
| Binary | 11011101 | 100011 | 1001101 | 0 | 1010100 | 1000001 | 1101 | 101011010 | 1001001 | 110010 |
Color Harmonies of #DD234D
Complementary color
Monochromatic Colors of #DD234D
Black with #DD234D
Text Example
Text Example
White with #DD234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD234D; }
p { color: rgb(221,35,77); }
H1.HeaderClassName
{
color: #DD234D;
}
.AnyTagClassName
{
color: #DD234D;
}
</style>
background-color css
<style>
a { background-color: #DD234D; }
a { background-color: rgb(221,35,77); }
div.DivClassName
{
background-color: #DD234D;
}
.BgClassName
{
background-color: #DD234D;
}
</style>
border-color css
<style>
span { border-color: #DD234D; }
span { border-color: rgb(221,35,77); }
td.TdClassName
{
border-color: #DD234D;
}
.TagClassName
{
border-color: #DD234D;
}
</style>