Shades of Amaranth #DD2D45
Tints of Amaranth #DD2D45
RGB
CMYK
RGB Variations
Color information
#DD2D45 (or 0xDD2D45) is known color: Amaranth. HEX triplet: DD, 2D and 45. RGB value is (221,45,69). Sum of RGB (Red+Green+Blue) = 221+45+69=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D45 is #22D2BA. Grayscale: #646464. Windows color (decimal): -2282171 or 4533725. OLE color: 4533725.
HSL color Cylindrical-coordinate representation of color #DD2D45: hue angle of 351.82º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D45 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 69 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.13 |
| HSL | 351.82º | 0.72% | 0.52% | - |
| HSV(B) | 351.82º | 0.8% | 0.87% | - |
| XYZ | 31.83 | 17.68 | 7.36 | - |
| YUV | 100.36 | 110.31 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 69 | 0 | 0.80 | 0.69 | 0.13 | 351.82 | 0.72 | 0.52 |
| Hex | DD | 2D | 45 | 0 | 50 | 45 | D | 160 | 48 | 34 |
| Octal | 335 | 55 | 105 | 0 | 120 | 105 | 15 | 540 | 110 | 64 |
| Binary | 11011101 | 101101 | 1000101 | 0 | 1010000 | 1000101 | 1101 | 101100000 | 1001000 | 110100 |
Color Harmonies of #DD2D45
Complementary color
Monochromatic Colors of #DD2D45
Black with #DD2D45
Text Example
Text Example
White with #DD2D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D45; }
p { color: rgb(221,45,69); }
H1.HeaderClassName
{
color: #DD2D45;
}
.AnyTagClassName
{
color: #DD2D45;
}
</style>
background-color css
<style>
a { background-color: #DD2D45; }
a { background-color: rgb(221,45,69); }
div.DivClassName
{
background-color: #DD2D45;
}
.BgClassName
{
background-color: #DD2D45;
}
</style>
border-color css
<style>
span { border-color: #DD2D45; }
span { border-color: rgb(221,45,69); }
td.TdClassName
{
border-color: #DD2D45;
}
.TagClassName
{
border-color: #DD2D45;
}
</style>