Shades of Amaranth #DC3B50
Tints of Amaranth #DC3B50
RGB
CMYK
RGB Variations
Color information
#DC3B50 (or 0xDC3B50) is known color: Amaranth. HEX triplet: DC, 3B and 50. RGB value is (220,59,80). Sum of RGB (Red+Green+Blue) = 220+59+80=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3B50 is #23C4AF. Grayscale: #6D6D6D. Windows color (decimal): -2344112 or 5258204. OLE color: 5258204.
HSL color Cylindrical-coordinate representation of color #DC3B50: hue angle of 352.17º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3B50 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 80 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.14 |
| HSL | 352.17º | 0.7% | 0.55% | - |
| HSV(B) | 352.17º | 0.73% | 0.86% | - |
| XYZ | 32.53 | 18.92 | 9.53 | - |
| YUV | 109.53 | 111.34 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 80 | 0 | 0.73 | 0.64 | 0.14 | 352.17 | 0.7 | 0.55 |
| Hex | DC | 3B | 50 | 0 | 49 | 40 | E | 160 | 46 | 37 |
| Octal | 334 | 73 | 120 | 0 | 111 | 100 | 16 | 540 | 106 | 67 |
| Binary | 11011100 | 111011 | 1010000 | 0 | 1001001 | 1000000 | 1110 | 101100000 | 1000110 | 110111 |
Color Harmonies of #DC3B50
Complementary color
Monochromatic Colors of #DC3B50
Black with #DC3B50
Text Example
Text Example
White with #DC3B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B50; }
p { color: rgb(220,59,80); }
H1.HeaderClassName
{
color: #DC3B50;
}
.AnyTagClassName
{
color: #DC3B50;
}
</style>
background-color css
<style>
a { background-color: #DC3B50; }
a { background-color: rgb(220,59,80); }
div.DivClassName
{
background-color: #DC3B50;
}
.BgClassName
{
background-color: #DC3B50;
}
</style>
border-color css
<style>
span { border-color: #DC3B50; }
span { border-color: rgb(220,59,80); }
td.TdClassName
{
border-color: #DC3B50;
}
.TagClassName
{
border-color: #DC3B50;
}
</style>