Shades of Amaranth #DD1F55
Tints of Amaranth #DD1F55
RGB
CMYK
RGB Variations
Color information
#DD1F55 (or 0xDD1F55) is known color: Amaranth. HEX triplet: DD, 1F and 55. RGB value is (221,31,85). Sum of RGB (Red+Green+Blue) = 221+31+85=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1F55 is #22E0AA. Grayscale: #5D5D5D. Windows color (decimal): -2285739 or 5578717. OLE color: 5578717.
HSL color Cylindrical-coordinate representation of color #DD1F55: hue angle of 342.95º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1F55 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 85 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.13 |
| HSL | 342.95º | 0.75% | 0.49% | - |
| HSV(B) | 342.95º | 0.86% | 0.87% | - |
| XYZ | 31.95 | 17.01 | 10.19 | - |
| YUV | 93.97 | 122.95 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 85 | 0 | 0.86 | 0.62 | 0.13 | 342.95 | 0.75 | 0.49 |
| Hex | DD | 1F | 55 | 0 | 56 | 3E | D | 157 | 4B | 31 |
| Octal | 335 | 37 | 125 | 0 | 126 | 76 | 15 | 527 | 113 | 61 |
| Binary | 11011101 | 11111 | 1010101 | 0 | 1010110 | 111110 | 1101 | 101010111 | 1001011 | 110001 |
Color Harmonies of #DD1F55
Complementary color
Monochromatic Colors of #DD1F55
Black with #DD1F55
Text Example
Text Example
White with #DD1F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1F55; }
p { color: rgb(221,31,85); }
H1.HeaderClassName
{
color: #DD1F55;
}
.AnyTagClassName
{
color: #DD1F55;
}
</style>
background-color css
<style>
a { background-color: #DD1F55; }
a { background-color: rgb(221,31,85); }
div.DivClassName
{
background-color: #DD1F55;
}
.BgClassName
{
background-color: #DD1F55;
}
</style>
border-color css
<style>
span { border-color: #DD1F55; }
span { border-color: rgb(221,31,85); }
td.TdClassName
{
border-color: #DD1F55;
}
.TagClassName
{
border-color: #DD1F55;
}
</style>