Shades of Amaranth #D42454
Tints of Amaranth #D42454
RGB
CMYK
RGB Variations
Color information
#D42454 (or 0xD42454) is known color: Amaranth. HEX triplet: D4, 24 and 54. RGB value is (212,36,84). Sum of RGB (Red+Green+Blue) = 212+36+84=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D42454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42454 is #2BDBAB. Grayscale: #5E5E5E. Windows color (decimal): -2874284 or 5514452. OLE color: 5514452.
HSL color Cylindrical-coordinate representation of color #D42454: hue angle of 343.64º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42454 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 84 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.17 |
| HSL | 343.64º | 0.71% | 0.49% | - |
| HSV(B) | 343.64º | 0.83% | 0.83% | - |
| XYZ | 29.38 | 15.9 | 9.91 | - |
| YUV | 94.1 | 122.31 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 84 | 0 | 0.83 | 0.60 | 0.17 | 343.64 | 0.71 | 0.49 |
| Hex | D4 | 24 | 54 | 0 | 53 | 3C | 11 | 158 | 47 | 31 |
| Octal | 324 | 44 | 124 | 0 | 123 | 74 | 21 | 530 | 107 | 61 |
| Binary | 11010100 | 100100 | 1010100 | 0 | 1010011 | 111100 | 10001 | 101011000 | 1000111 | 110001 |
Color Harmonies of #D42454
Complementary color
Monochromatic Colors of #D42454
Black with #D42454
Text Example
Text Example
White with #D42454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42454; }
p { color: rgb(212,36,84); }
H1.HeaderClassName
{
color: #D42454;
}
.AnyTagClassName
{
color: #D42454;
}
</style>
background-color css
<style>
a { background-color: #D42454; }
a { background-color: rgb(212,36,84); }
div.DivClassName
{
background-color: #D42454;
}
.BgClassName
{
background-color: #D42454;
}
</style>
border-color css
<style>
span { border-color: #D42454; }
span { border-color: rgb(212,36,84); }
td.TdClassName
{
border-color: #D42454;
}
.TagClassName
{
border-color: #D42454;
}
</style>