Shades of Amaranth #DD2957
Tints of Amaranth #DD2957
RGB
CMYK
RGB Variations
Color information
#DD2957 (or 0xDD2957) is known color: Amaranth. HEX triplet: DD, 29 and 57. RGB value is (221,41,87). Sum of RGB (Red+Green+Blue) = 221+41+87=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2957 is #22D6A8. Grayscale: #646464. Windows color (decimal): -2283177 or 5712349. OLE color: 5712349.
HSL color Cylindrical-coordinate representation of color #DD2957: hue angle of 344.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2957 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 87 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.13 |
| HSL | 344.67º | 0.73% | 0.51% | - |
| HSV(B) | 344.67º | 0.81% | 0.87% | - |
| XYZ | 32.33 | 17.65 | 10.72 | - |
| YUV | 100.06 | 120.63 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 87 | 0 | 0.81 | 0.61 | 0.13 | 344.67 | 0.73 | 0.51 |
| Hex | DD | 29 | 57 | 0 | 51 | 3D | D | 159 | 49 | 33 |
| Octal | 335 | 51 | 127 | 0 | 121 | 75 | 15 | 531 | 111 | 63 |
| Binary | 11011101 | 101001 | 1010111 | 0 | 1010001 | 111101 | 1101 | 101011001 | 1001001 | 110011 |
Color Harmonies of #DD2957
Complementary color
Monochromatic Colors of #DD2957
Black with #DD2957
Text Example
Text Example
White with #DD2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2957; }
p { color: rgb(221,41,87); }
H1.HeaderClassName
{
color: #DD2957;
}
.AnyTagClassName
{
color: #DD2957;
}
</style>
background-color css
<style>
a { background-color: #DD2957; }
a { background-color: rgb(221,41,87); }
div.DivClassName
{
background-color: #DD2957;
}
.BgClassName
{
background-color: #DD2957;
}
</style>
border-color css
<style>
span { border-color: #DD2957; }
span { border-color: rgb(221,41,87); }
td.TdClassName
{
border-color: #DD2957;
}
.TagClassName
{
border-color: #DD2957;
}
</style>