Shades of Amaranth #DD1B50
Tints of Amaranth #DD1B50
RGB
CMYK
RGB Variations
Color information
#DD1B50 (or 0xDD1B50) is known color: Amaranth. HEX triplet: DD, 1B and 50. RGB value is (221,27,80). Sum of RGB (Red+Green+Blue) = 221+27+80=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B50 is #22E4AF. Grayscale: #5B5B5B. Windows color (decimal): -2286768 or 5250013. OLE color: 5250013.
HSL color Cylindrical-coordinate representation of color #DD1B50: hue angle of 343.61º 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 #DD1B50 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 80 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.13 |
| HSL | 343.61º | 0.78% | 0.49% | - |
| HSV(B) | 343.61º | 0.88% | 0.87% | - |
| XYZ | 31.66 | 16.74 | 9.15 | - |
| YUV | 91.05 | 121.77 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 80 | 0 | 0.88 | 0.64 | 0.13 | 343.61 | 0.78 | 0.49 |
| Hex | DD | 1B | 50 | 0 | 58 | 40 | D | 158 | 4E | 31 |
| Octal | 335 | 33 | 120 | 0 | 130 | 100 | 15 | 530 | 116 | 61 |
| Binary | 11011101 | 11011 | 1010000 | 0 | 1011000 | 1000000 | 1101 | 101011000 | 1001110 | 110001 |
Color Harmonies of #DD1B50
Complementary color
Monochromatic Colors of #DD1B50
Black with #DD1B50
Text Example
Text Example
White with #DD1B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B50; }
p { color: rgb(221,27,80); }
H1.HeaderClassName
{
color: #DD1B50;
}
.AnyTagClassName
{
color: #DD1B50;
}
</style>
background-color css
<style>
a { background-color: #DD1B50; }
a { background-color: rgb(221,27,80); }
div.DivClassName
{
background-color: #DD1B50;
}
.BgClassName
{
background-color: #DD1B50;
}
</style>
border-color css
<style>
span { border-color: #DD1B50; }
span { border-color: rgb(221,27,80); }
td.TdClassName
{
border-color: #DD1B50;
}
.TagClassName
{
border-color: #DD1B50;
}
</style>