Shades of Amaranth #DD2657
Tints of Amaranth #DD2657
RGB
CMYK
RGB Variations
Color information
#DD2657 (or 0xDD2657) is known color: Amaranth. HEX triplet: DD, 26 and 57. RGB value is (221,38,87). Sum of RGB (Red+Green+Blue) = 221+38+87=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2657 is #22D9A8. Grayscale: #626262. Windows color (decimal): -2283945 or 5711581. OLE color: 5711581.
HSL color Cylindrical-coordinate representation of color #DD2657: hue angle of 343.93º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2657 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 87 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.13 |
| HSL | 343.93º | 0.73% | 0.51% | - |
| HSV(B) | 343.93º | 0.83% | 0.87% | - |
| XYZ | 32.23 | 17.45 | 10.69 | - |
| YUV | 98.3 | 121.63 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 87 | 0 | 0.83 | 0.61 | 0.13 | 343.93 | 0.73 | 0.51 |
| Hex | DD | 26 | 57 | 0 | 53 | 3D | D | 158 | 49 | 33 |
| Octal | 335 | 46 | 127 | 0 | 123 | 75 | 15 | 530 | 111 | 63 |
| Binary | 11011101 | 100110 | 1010111 | 0 | 1010011 | 111101 | 1101 | 101011000 | 1001001 | 110011 |
Color Harmonies of #DD2657
Complementary color
Monochromatic Colors of #DD2657
Black with #DD2657
Text Example
Text Example
White with #DD2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2657; }
p { color: rgb(221,38,87); }
H1.HeaderClassName
{
color: #DD2657;
}
.AnyTagClassName
{
color: #DD2657;
}
</style>
background-color css
<style>
a { background-color: #DD2657; }
a { background-color: rgb(221,38,87); }
div.DivClassName
{
background-color: #DD2657;
}
.BgClassName
{
background-color: #DD2657;
}
</style>
border-color css
<style>
span { border-color: #DD2657; }
span { border-color: rgb(221,38,87); }
td.TdClassName
{
border-color: #DD2657;
}
.TagClassName
{
border-color: #DD2657;
}
</style>