Shades of Amaranth #DD274D
Tints of Amaranth #DD274D
RGB
CMYK
RGB Variations
Color information
#DD274D (or 0xDD274D) is known color: Amaranth. HEX triplet: DD, 27 and 4D. RGB value is (221,39,77). Sum of RGB (Red+Green+Blue) = 221+39+77=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD274D is #22D8B2. Grayscale: #616161. Windows color (decimal): -2283699 or 5056477. OLE color: 5056477.
HSL color Cylindrical-coordinate representation of color #DD274D: hue angle of 347.47º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD274D is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 77 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.13 |
| HSL | 347.47º | 0.73% | 0.51% | - |
| HSV(B) | 347.47º | 0.82% | 0.87% | - |
| XYZ | 31.88 | 17.36 | 8.69 | - |
| YUV | 97.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 77 | 0 | 0.82 | 0.65 | 0.13 | 347.47 | 0.73 | 0.51 |
| Hex | DD | 27 | 4D | 0 | 52 | 41 | D | 15B | 49 | 33 |
| Octal | 335 | 47 | 115 | 0 | 122 | 101 | 15 | 533 | 111 | 63 |
| Binary | 11011101 | 100111 | 1001101 | 0 | 1010010 | 1000001 | 1101 | 101011011 | 1001001 | 110011 |
Color Harmonies of #DD274D
Complementary color
Monochromatic Colors of #DD274D
Black with #DD274D
Text Example
Text Example
White with #DD274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD274D; }
p { color: rgb(221,39,77); }
H1.HeaderClassName
{
color: #DD274D;
}
.AnyTagClassName
{
color: #DD274D;
}
</style>
background-color css
<style>
a { background-color: #DD274D; }
a { background-color: rgb(221,39,77); }
div.DivClassName
{
background-color: #DD274D;
}
.BgClassName
{
background-color: #DD274D;
}
</style>
border-color css
<style>
span { border-color: #DD274D; }
span { border-color: rgb(221,39,77); }
td.TdClassName
{
border-color: #DD274D;
}
.TagClassName
{
border-color: #DD274D;
}
</style>