Shades of Amaranth #DC1B50
Tints of Amaranth #DC1B50
RGB
CMYK
RGB Variations
Color information
#DC1B50 (or 0xDC1B50) is known color: Amaranth. HEX triplet: DC, 1B and 50. RGB value is (220,27,80). Sum of RGB (Red+Green+Blue) = 220+27+80=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B50 is #23E4AF. Grayscale: #5A5A5A. Windows color (decimal): -2352304 or 5250012. OLE color: 5250012.
HSL color Cylindrical-coordinate representation of color #DC1B50: hue angle of 343.52º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B50 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 80 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.14 |
| HSL | 343.52º | 0.78% | 0.48% | - |
| HSV(B) | 343.52º | 0.88% | 0.86% | - |
| XYZ | 31.36 | 16.58 | 9.14 | - |
| YUV | 90.75 | 121.94 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 80 | 0 | 0.88 | 0.64 | 0.14 | 343.52 | 0.78 | 0.48 |
| Hex | DC | 1B | 50 | 0 | 58 | 40 | E | 158 | 4E | 30 |
| Octal | 334 | 33 | 120 | 0 | 130 | 100 | 16 | 530 | 116 | 60 |
| Binary | 11011100 | 11011 | 1010000 | 0 | 1011000 | 1000000 | 1110 | 101011000 | 1001110 | 110000 |
Color Harmonies of #DC1B50
Complementary color
Monochromatic Colors of #DC1B50
Black with #DC1B50
Text Example
Text Example
White with #DC1B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B50; }
p { color: rgb(220,27,80); }
H1.HeaderClassName
{
color: #DC1B50;
}
.AnyTagClassName
{
color: #DC1B50;
}
</style>
background-color css
<style>
a { background-color: #DC1B50; }
a { background-color: rgb(220,27,80); }
div.DivClassName
{
background-color: #DC1B50;
}
.BgClassName
{
background-color: #DC1B50;
}
</style>
border-color css
<style>
span { border-color: #DC1B50; }
span { border-color: rgb(220,27,80); }
td.TdClassName
{
border-color: #DC1B50;
}
.TagClassName
{
border-color: #DC1B50;
}
</style>