Shades of Amaranth #D43752
Tints of Amaranth #D43752
RGB
CMYK
RGB Variations
Color information
#D43752 (or 0xD43752) is known color: Amaranth. HEX triplet: D4, 37 and 52. RGB value is (212,55,82). Sum of RGB (Red+Green+Blue) = 212+55+82=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D43752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43752 is #2BC8AD. Grayscale: #696969. Windows color (decimal): -2869422 or 5388244. OLE color: 5388244.
HSL color Cylindrical-coordinate representation of color #D43752: hue angle of 349.68º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43752 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 82 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.17 |
| HSL | 349.68º | 0.65% | 0.52% | - |
| HSV(B) | 349.68º | 0.74% | 0.83% | - |
| XYZ | 30.04 | 17.34 | 9.75 | - |
| YUV | 105.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 82 | 0 | 0.74 | 0.61 | 0.17 | 349.68 | 0.65 | 0.52 |
| Hex | D4 | 37 | 52 | 0 | 4A | 3D | 11 | 15E | 41 | 34 |
| Octal | 324 | 67 | 122 | 0 | 112 | 75 | 21 | 536 | 101 | 64 |
| Binary | 11010100 | 110111 | 1010010 | 0 | 1001010 | 111101 | 10001 | 101011110 | 1000001 | 110100 |
Color Harmonies of #D43752
Complementary color
Monochromatic Colors of #D43752
Black with #D43752
Text Example
Text Example
White with #D43752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43752; }
p { color: rgb(212,55,82); }
H1.HeaderClassName
{
color: #D43752;
}
.AnyTagClassName
{
color: #D43752;
}
</style>
background-color css
<style>
a { background-color: #D43752; }
a { background-color: rgb(212,55,82); }
div.DivClassName
{
background-color: #D43752;
}
.BgClassName
{
background-color: #D43752;
}
</style>
border-color css
<style>
span { border-color: #D43752; }
span { border-color: rgb(212,55,82); }
td.TdClassName
{
border-color: #D43752;
}
.TagClassName
{
border-color: #D43752;
}
</style>