Shades of Amaranth #DD4150
Tints of Amaranth #DD4150
RGB
CMYK
RGB Variations
Color information
#DD4150 (or 0xDD4150) is known color: Amaranth. HEX triplet: DD, 41 and 50. RGB value is (221,65,80). Sum of RGB (Red+Green+Blue) = 221+65+80=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4150 is #22BEAF. Grayscale: #717171. Windows color (decimal): -2277040 or 5259741. OLE color: 5259741.
HSL color Cylindrical-coordinate representation of color #DD4150: hue angle of 354.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4150 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 80 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.13 |
| HSL | 354.23º | 0.7% | 0.56% | - |
| HSV(B) | 354.23º | 0.71% | 0.87% | - |
| XYZ | 33.16 | 19.73 | 9.65 | - |
| YUV | 113.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 80 | 0 | 0.71 | 0.64 | 0.13 | 354.23 | 0.7 | 0.56 |
| Hex | DD | 41 | 50 | 0 | 47 | 40 | D | 162 | 46 | 38 |
| Octal | 335 | 101 | 120 | 0 | 107 | 100 | 15 | 542 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1010000 | 0 | 1000111 | 1000000 | 1101 | 101100010 | 1000110 | 111000 |
Color Harmonies of #DD4150
Complementary color
Monochromatic Colors of #DD4150
Black with #DD4150
Text Example
Text Example
White with #DD4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4150; }
p { color: rgb(221,65,80); }
H1.HeaderClassName
{
color: #DD4150;
}
.AnyTagClassName
{
color: #DD4150;
}
</style>
background-color css
<style>
a { background-color: #DD4150; }
a { background-color: rgb(221,65,80); }
div.DivClassName
{
background-color: #DD4150;
}
.BgClassName
{
background-color: #DD4150;
}
</style>
border-color css
<style>
span { border-color: #DD4150; }
span { border-color: rgb(221,65,80); }
td.TdClassName
{
border-color: #DD4150;
}
.TagClassName
{
border-color: #DD4150;
}
</style>