Shades of Amaranth #D42B4D
Tints of Amaranth #D42B4D
RGB
CMYK
RGB Variations
Color information
#D42B4D (or 0xD42B4D) is known color: Amaranth. HEX triplet: D4, 2B and 4D. RGB value is (212,43,77). Sum of RGB (Red+Green+Blue) = 212+43+77=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42B4D is #2BD4B2. Grayscale: #616161. Windows color (decimal): -2872499 or 5057492. OLE color: 5057492.
HSL color Cylindrical-coordinate representation of color #D42B4D: hue angle of 347.93º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42B4D is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 77 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.17 |
| HSL | 347.93º | 0.66% | 0.5% | - |
| HSV(B) | 347.93º | 0.8% | 0.83% | - |
| XYZ | 29.35 | 16.26 | 8.61 | - |
| YUV | 97.41 | 116.49 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 77 | 0 | 0.80 | 0.64 | 0.17 | 347.93 | 0.66 | 0.5 |
| Hex | D4 | 2B | 4D | 0 | 50 | 40 | 11 | 15C | 42 | 32 |
| Octal | 324 | 53 | 115 | 0 | 120 | 100 | 21 | 534 | 102 | 62 |
| Binary | 11010100 | 101011 | 1001101 | 0 | 1010000 | 1000000 | 10001 | 101011100 | 1000010 | 110010 |
Color Harmonies of #D42B4D
Complementary color
Monochromatic Colors of #D42B4D
Black with #D42B4D
Text Example
Text Example
White with #D42B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42B4D; }
p { color: rgb(212,43,77); }
H1.HeaderClassName
{
color: #D42B4D;
}
.AnyTagClassName
{
color: #D42B4D;
}
</style>
background-color css
<style>
a { background-color: #D42B4D; }
a { background-color: rgb(212,43,77); }
div.DivClassName
{
background-color: #D42B4D;
}
.BgClassName
{
background-color: #D42B4D;
}
</style>
border-color css
<style>
span { border-color: #D42B4D; }
span { border-color: rgb(212,43,77); }
td.TdClassName
{
border-color: #D42B4D;
}
.TagClassName
{
border-color: #D42B4D;
}
</style>