Shades of Amaranth #D43850
Tints of Amaranth #D43850
RGB
CMYK
RGB Variations
Color information
#D43850 (or 0xD43850) is known color: Amaranth. HEX triplet: D4, 38 and 50. RGB value is (212,56,80). Sum of RGB (Red+Green+Blue) = 212+56+80=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D43850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43850 is #2BC7AF. Grayscale: #696969. Windows color (decimal): -2869168 or 5257428. OLE color: 5257428.
HSL color Cylindrical-coordinate representation of color #D43850: hue angle of 350.77º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43850 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 80 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.17 |
| HSL | 350.77º | 0.64% | 0.53% | - |
| HSV(B) | 350.77º | 0.74% | 0.83% | - |
| XYZ | 30.01 | 17.4 | 9.37 | - |
| YUV | 105.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 80 | 0 | 0.74 | 0.62 | 0.17 | 350.77 | 0.64 | 0.53 |
| Hex | D4 | 38 | 50 | 0 | 4A | 3E | 11 | 15F | 40 | 35 |
| Octal | 324 | 70 | 120 | 0 | 112 | 76 | 21 | 537 | 100 | 65 |
| Binary | 11010100 | 111000 | 1010000 | 0 | 1001010 | 111110 | 10001 | 101011111 | 1000000 | 110101 |
Color Harmonies of #D43850
Complementary color
Monochromatic Colors of #D43850
Black with #D43850
Text Example
Text Example
White with #D43850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43850; }
p { color: rgb(212,56,80); }
H1.HeaderClassName
{
color: #D43850;
}
.AnyTagClassName
{
color: #D43850;
}
</style>
background-color css
<style>
a { background-color: #D43850; }
a { background-color: rgb(212,56,80); }
div.DivClassName
{
background-color: #D43850;
}
.BgClassName
{
background-color: #D43850;
}
</style>
border-color css
<style>
span { border-color: #D43850; }
span { border-color: rgb(212,56,80); }
td.TdClassName
{
border-color: #D43850;
}
.TagClassName
{
border-color: #D43850;
}
</style>