Shades of Amaranth #DD1B4F
Tints of Amaranth #DD1B4F
RGB
CMYK
RGB Variations
Color information
#DD1B4F (or 0xDD1B4F) is known color: Amaranth. HEX triplet: DD, 1B and 4F. RGB value is (221,27,79). Sum of RGB (Red+Green+Blue) = 221+27+79=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B4F is #22E4B0. Grayscale: #5A5A5A. Windows color (decimal): -2286769 or 5184477. OLE color: 5184477.
HSL color Cylindrical-coordinate representation of color #DD1B4F: hue angle of 343.92º 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 #DD1B4F is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 79 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.13 |
| HSL | 343.92º | 0.78% | 0.49% | - |
| HSV(B) | 343.92º | 0.88% | 0.87% | - |
| XYZ | 31.62 | 16.72 | 8.96 | - |
| YUV | 90.93 | 121.27 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 79 | 0 | 0.88 | 0.64 | 0.13 | 343.92 | 0.78 | 0.49 |
| Hex | DD | 1B | 4F | 0 | 58 | 40 | D | 158 | 4E | 31 |
| Octal | 335 | 33 | 117 | 0 | 130 | 100 | 15 | 530 | 116 | 61 |
| Binary | 11011101 | 11011 | 1001111 | 0 | 1011000 | 1000000 | 1101 | 101011000 | 1001110 | 110001 |
Color Harmonies of #DD1B4F
Complementary color
Monochromatic Colors of #DD1B4F
Black with #DD1B4F
Text Example
Text Example
White with #DD1B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B4F; }
p { color: rgb(221,27,79); }
H1.HeaderClassName
{
color: #DD1B4F;
}
.AnyTagClassName
{
color: #DD1B4F;
}
</style>
background-color css
<style>
a { background-color: #DD1B4F; }
a { background-color: rgb(221,27,79); }
div.DivClassName
{
background-color: #DD1B4F;
}
.BgClassName
{
background-color: #DD1B4F;
}
</style>
border-color css
<style>
span { border-color: #DD1B4F; }
span { border-color: rgb(221,27,79); }
td.TdClassName
{
border-color: #DD1B4F;
}
.TagClassName
{
border-color: #DD1B4F;
}
</style>