Shades of Amaranth #D43050
Tints of Amaranth #D43050
RGB
CMYK
RGB Variations
Color information
#D43050 (or 0xD43050) is known color: Amaranth. HEX triplet: D4, 30 and 50. RGB value is (212,48,80). Sum of RGB (Red+Green+Blue) = 212+48+80=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D43050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43050 is #2BCFAF. Grayscale: #646464. Windows color (decimal): -2871216 or 5255380. OLE color: 5255380.
HSL color Cylindrical-coordinate representation of color #D43050: hue angle of 348.29º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43050 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 80 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.17 |
| HSL | 348.29º | 0.66% | 0.51% | - |
| HSV(B) | 348.29º | 0.77% | 0.83% | - |
| XYZ | 29.66 | 16.69 | 9.25 | - |
| YUV | 100.68 | 116.33 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 80 | 0 | 0.77 | 0.62 | 0.17 | 348.29 | 0.66 | 0.51 |
| Hex | D4 | 30 | 50 | 0 | 4D | 3E | 11 | 15C | 42 | 33 |
| Octal | 324 | 60 | 120 | 0 | 115 | 76 | 21 | 534 | 102 | 63 |
| Binary | 11010100 | 110000 | 1010000 | 0 | 1001101 | 111110 | 10001 | 101011100 | 1000010 | 110011 |
Color Harmonies of #D43050
Complementary color
Monochromatic Colors of #D43050
Black with #D43050
Text Example
Text Example
White with #D43050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43050; }
p { color: rgb(212,48,80); }
H1.HeaderClassName
{
color: #D43050;
}
.AnyTagClassName
{
color: #D43050;
}
</style>
background-color css
<style>
a { background-color: #D43050; }
a { background-color: rgb(212,48,80); }
div.DivClassName
{
background-color: #D43050;
}
.BgClassName
{
background-color: #D43050;
}
</style>
border-color css
<style>
span { border-color: #D43050; }
span { border-color: rgb(212,48,80); }
td.TdClassName
{
border-color: #D43050;
}
.TagClassName
{
border-color: #D43050;
}
</style>