Shades of Amaranth #DD3257
Tints of Amaranth #DD3257
RGB
CMYK
RGB Variations
Color information
#DD3257 (or 0xDD3257) is known color: Amaranth. HEX triplet: DD, 32 and 57. RGB value is (221,50,87). Sum of RGB (Red+Green+Blue) = 221+50+87=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3257 is #22CDA8. Grayscale: #696969. Windows color (decimal): -2280873 or 5714653. OLE color: 5714653.
HSL color Cylindrical-coordinate representation of color #DD3257: hue angle of 347.02º 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 #DD3257 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 87 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.13 |
| HSL | 347.02º | 0.72% | 0.53% | - |
| HSV(B) | 347.02º | 0.77% | 0.87% | - |
| XYZ | 32.68 | 18.34 | 10.83 | - |
| YUV | 105.35 | 117.65 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 87 | 0 | 0.77 | 0.61 | 0.13 | 347.02 | 0.72 | 0.53 |
| Hex | DD | 32 | 57 | 0 | 4D | 3D | D | 15B | 48 | 35 |
| Octal | 335 | 62 | 127 | 0 | 115 | 75 | 15 | 533 | 110 | 65 |
| Binary | 11011101 | 110010 | 1010111 | 0 | 1001101 | 111101 | 1101 | 101011011 | 1001000 | 110101 |
Color Harmonies of #DD3257
Complementary color
Monochromatic Colors of #DD3257
Black with #DD3257
Text Example
Text Example
White with #DD3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3257; }
p { color: rgb(221,50,87); }
H1.HeaderClassName
{
color: #DD3257;
}
.AnyTagClassName
{
color: #DD3257;
}
</style>
background-color css
<style>
a { background-color: #DD3257; }
a { background-color: rgb(221,50,87); }
div.DivClassName
{
background-color: #DD3257;
}
.BgClassName
{
background-color: #DD3257;
}
</style>
border-color css
<style>
span { border-color: #DD3257; }
span { border-color: rgb(221,50,87); }
td.TdClassName
{
border-color: #DD3257;
}
.TagClassName
{
border-color: #DD3257;
}
</style>