Shades of Amaranth #D42853
Tints of Amaranth #D42853
RGB
CMYK
RGB Variations
Color information
#D42853 (or 0xD42853) is known color: Amaranth. HEX triplet: D4, 28 and 53. RGB value is (212,40,83). Sum of RGB (Red+Green+Blue) = 212+40+83=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D42853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42853 is #2BD7AC. Grayscale: #606060. Windows color (decimal): -2873261 or 5449940. OLE color: 5449940.
HSL color Cylindrical-coordinate representation of color #D42853: hue angle of 345º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42853 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 83 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.17 |
| HSL | 345º | 0.68% | 0.49% | - |
| HSV(B) | 345º | 0.81% | 0.83% | - |
| XYZ | 29.47 | 16.14 | 9.75 | - |
| YUV | 96.33 | 120.48 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 83 | 0 | 0.81 | 0.61 | 0.17 | 345 | 0.68 | 0.49 |
| Hex | D4 | 28 | 53 | 0 | 51 | 3D | 11 | 159 | 44 | 31 |
| Octal | 324 | 50 | 123 | 0 | 121 | 75 | 21 | 531 | 104 | 61 |
| Binary | 11010100 | 101000 | 1010011 | 0 | 1010001 | 111101 | 10001 | 101011001 | 1000100 | 110001 |
Color Harmonies of #D42853
Complementary color
Monochromatic Colors of #D42853
Black with #D42853
Text Example
Text Example
White with #D42853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42853; }
p { color: rgb(212,40,83); }
H1.HeaderClassName
{
color: #D42853;
}
.AnyTagClassName
{
color: #D42853;
}
</style>
background-color css
<style>
a { background-color: #D42853; }
a { background-color: rgb(212,40,83); }
div.DivClassName
{
background-color: #D42853;
}
.BgClassName
{
background-color: #D42853;
}
</style>
border-color css
<style>
span { border-color: #D42853; }
span { border-color: rgb(212,40,83); }
td.TdClassName
{
border-color: #D42853;
}
.TagClassName
{
border-color: #D42853;
}
</style>