Shades of Amaranth #DD2951
Tints of Amaranth #DD2951
RGB
CMYK
RGB Variations
Color information
#DD2951 (or 0xDD2951) is known color: Amaranth. HEX triplet: DD, 29 and 51. RGB value is (221,41,81). Sum of RGB (Red+Green+Blue) = 221+41+81=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2951 is #22D6AE. Grayscale: #636363. Windows color (decimal): -2283183 or 5319133. OLE color: 5319133.
HSL color Cylindrical-coordinate representation of color #DD2951: hue angle of 346.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 #DD2951 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 81 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.13 |
| HSL | 346.67º | 0.73% | 0.51% | - |
| HSV(B) | 346.67º | 0.81% | 0.87% | - |
| XYZ | 32.1 | 17.55 | 9.48 | - |
| YUV | 99.38 | 117.63 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 81 | 0 | 0.81 | 0.63 | 0.13 | 346.67 | 0.73 | 0.51 |
| Hex | DD | 29 | 51 | 0 | 51 | 3F | D | 15B | 49 | 33 |
| Octal | 335 | 51 | 121 | 0 | 121 | 77 | 15 | 533 | 111 | 63 |
| Binary | 11011101 | 101001 | 1010001 | 0 | 1010001 | 111111 | 1101 | 101011011 | 1001001 | 110011 |
Color Harmonies of #DD2951
Complementary color
Monochromatic Colors of #DD2951
Black with #DD2951
Text Example
Text Example
White with #DD2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2951; }
p { color: rgb(221,41,81); }
H1.HeaderClassName
{
color: #DD2951;
}
.AnyTagClassName
{
color: #DD2951;
}
</style>
background-color css
<style>
a { background-color: #DD2951; }
a { background-color: rgb(221,41,81); }
div.DivClassName
{
background-color: #DD2951;
}
.BgClassName
{
background-color: #DD2951;
}
</style>
border-color css
<style>
span { border-color: #DD2951; }
span { border-color: rgb(221,41,81); }
td.TdClassName
{
border-color: #DD2951;
}
.TagClassName
{
border-color: #DD2951;
}
</style>