Shades of Amaranth #DD3250
Tints of Amaranth #DD3250
RGB
CMYK
RGB Variations
Color information
#DD3250 (or 0xDD3250) is known color: Amaranth. HEX triplet: DD, 32 and 50. RGB value is (221,50,80). Sum of RGB (Red+Green+Blue) = 221+50+80=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3250 is #22CDAF. Grayscale: #686868. Windows color (decimal): -2280880 or 5255901. OLE color: 5255901.
HSL color Cylindrical-coordinate representation of color #DD3250: hue angle of 349.47º degrees, saturation: 0.72, 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 #DD3250 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 80 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.13 |
| HSL | 349.47º | 0.72% | 0.53% | - |
| HSV(B) | 349.47º | 0.77% | 0.87% | - |
| XYZ | 32.41 | 18.23 | 9.4 | - |
| YUV | 104.55 | 114.15 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 80 | 0 | 0.77 | 0.64 | 0.13 | 349.47 | 0.72 | 0.53 |
| Hex | DD | 32 | 50 | 0 | 4D | 40 | D | 15D | 48 | 35 |
| Octal | 335 | 62 | 120 | 0 | 115 | 100 | 15 | 535 | 110 | 65 |
| Binary | 11011101 | 110010 | 1010000 | 0 | 1001101 | 1000000 | 1101 | 101011101 | 1001000 | 110101 |
Color Harmonies of #DD3250
Complementary color
Monochromatic Colors of #DD3250
Black with #DD3250
Text Example
Text Example
White with #DD3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3250; }
p { color: rgb(221,50,80); }
H1.HeaderClassName
{
color: #DD3250;
}
.AnyTagClassName
{
color: #DD3250;
}
</style>
background-color css
<style>
a { background-color: #DD3250; }
a { background-color: rgb(221,50,80); }
div.DivClassName
{
background-color: #DD3250;
}
.BgClassName
{
background-color: #DD3250;
}
</style>
border-color css
<style>
span { border-color: #DD3250; }
span { border-color: rgb(221,50,80); }
td.TdClassName
{
border-color: #DD3250;
}
.TagClassName
{
border-color: #DD3250;
}
</style>