Shades of Amaranth #DD1B4D
Tints of Amaranth #DD1B4D
RGB
CMYK
RGB Variations
Color information
#DD1B4D (or 0xDD1B4D) is known color: Amaranth. HEX triplet: DD, 1B and 4D. RGB value is (221,27,77). Sum of RGB (Red+Green+Blue) = 221+27+77=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B4D is #22E4B2. Grayscale: #5A5A5A. Windows color (decimal): -2286771 or 5053405. OLE color: 5053405.
HSL color Cylindrical-coordinate representation of color #DD1B4D: hue angle of 344.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B4D is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 77 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.13 |
| HSL | 344.54º | 0.78% | 0.49% | - |
| HSV(B) | 344.54º | 0.88% | 0.87% | - |
| XYZ | 31.55 | 16.69 | 8.58 | - |
| YUV | 90.71 | 120.27 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 77 | 0 | 0.88 | 0.65 | 0.13 | 344.54 | 0.78 | 0.49 |
| Hex | DD | 1B | 4D | 0 | 58 | 41 | D | 159 | 4E | 31 |
| Octal | 335 | 33 | 115 | 0 | 130 | 101 | 15 | 531 | 116 | 61 |
| Binary | 11011101 | 11011 | 1001101 | 0 | 1011000 | 1000001 | 1101 | 101011001 | 1001110 | 110001 |
Color Harmonies of #DD1B4D
Complementary color
Monochromatic Colors of #DD1B4D
Black with #DD1B4D
Text Example
Text Example
White with #DD1B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B4D; }
p { color: rgb(221,27,77); }
H1.HeaderClassName
{
color: #DD1B4D;
}
.AnyTagClassName
{
color: #DD1B4D;
}
</style>
background-color css
<style>
a { background-color: #DD1B4D; }
a { background-color: rgb(221,27,77); }
div.DivClassName
{
background-color: #DD1B4D;
}
.BgClassName
{
background-color: #DD1B4D;
}
</style>
border-color css
<style>
span { border-color: #DD1B4D; }
span { border-color: rgb(221,27,77); }
td.TdClassName
{
border-color: #DD1B4D;
}
.TagClassName
{
border-color: #DD1B4D;
}
</style>