Shades of Amaranth #DD3350
Tints of Amaranth #DD3350
RGB
CMYK
RGB Variations
Color information
#DD3350 (or 0xDD3350) is known color: Amaranth. HEX triplet: DD, 33 and 50. RGB value is (221,51,80). Sum of RGB (Red+Green+Blue) = 221+51+80=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3350 is #22CCAF. Grayscale: #696969. Windows color (decimal): -2280624 or 5256157. OLE color: 5256157.
HSL color Cylindrical-coordinate representation of color #DD3350: hue angle of 349.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3350 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 80 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.13 |
| HSL | 349.76º | 0.71% | 0.53% | - |
| HSV(B) | 349.76º | 0.77% | 0.87% | - |
| XYZ | 32.45 | 18.32 | 9.41 | - |
| YUV | 105.14 | 113.82 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 80 | 0 | 0.77 | 0.64 | 0.13 | 349.76 | 0.71 | 0.53 |
| Hex | DD | 33 | 50 | 0 | 4D | 40 | D | 15E | 47 | 35 |
| Octal | 335 | 63 | 120 | 0 | 115 | 100 | 15 | 536 | 107 | 65 |
| Binary | 11011101 | 110011 | 1010000 | 0 | 1001101 | 1000000 | 1101 | 101011110 | 1000111 | 110101 |
Color Harmonies of #DD3350
Complementary color
Monochromatic Colors of #DD3350
Black with #DD3350
Text Example
Text Example
White with #DD3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3350; }
p { color: rgb(221,51,80); }
H1.HeaderClassName
{
color: #DD3350;
}
.AnyTagClassName
{
color: #DD3350;
}
</style>
background-color css
<style>
a { background-color: #DD3350; }
a { background-color: rgb(221,51,80); }
div.DivClassName
{
background-color: #DD3350;
}
.BgClassName
{
background-color: #DD3350;
}
</style>
border-color css
<style>
span { border-color: #DD3350; }
span { border-color: rgb(221,51,80); }
td.TdClassName
{
border-color: #DD3350;
}
.TagClassName
{
border-color: #DD3350;
}
</style>