Shades of Amaranth #D8324A
Tints of Amaranth #D8324A
RGB
CMYK
RGB Variations
Color information
#D8324A (or 0xD8324A) is known color: Amaranth. HEX triplet: D8, 32 and 4A. RGB value is (216,50,74). Sum of RGB (Red+Green+Blue) = 216+50+74=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D8324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8324A is #27CDB5. Grayscale: #666666. Windows color (decimal): -2608566 or 4862680. OLE color: 4862680.
HSL color Cylindrical-coordinate representation of color #D8324A: hue angle of 351.33º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8324A is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 74 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.15 |
| HSL | 351.33º | 0.68% | 0.52% | - |
| HSV(B) | 351.33º | 0.77% | 0.85% | - |
| XYZ | 30.7 | 17.37 | 8.21 | - |
| YUV | 102.37 | 112 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 74 | 0 | 0.77 | 0.66 | 0.15 | 351.33 | 0.68 | 0.52 |
| Hex | D8 | 32 | 4A | 0 | 4D | 42 | F | 15F | 44 | 34 |
| Octal | 330 | 62 | 112 | 0 | 115 | 102 | 17 | 537 | 104 | 64 |
| Binary | 11011000 | 110010 | 1001010 | 0 | 1001101 | 1000010 | 1111 | 101011111 | 1000100 | 110100 |
Color Harmonies of #D8324A
Complementary color
Monochromatic Colors of #D8324A
Black with #D8324A
Text Example
Text Example
White with #D8324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8324A; }
p { color: rgb(216,50,74); }
H1.HeaderClassName
{
color: #D8324A;
}
.AnyTagClassName
{
color: #D8324A;
}
</style>
background-color css
<style>
a { background-color: #D8324A; }
a { background-color: rgb(216,50,74); }
div.DivClassName
{
background-color: #D8324A;
}
.BgClassName
{
background-color: #D8324A;
}
</style>
border-color css
<style>
span { border-color: #D8324A; }
span { border-color: rgb(216,50,74); }
td.TdClassName
{
border-color: #D8324A;
}
.TagClassName
{
border-color: #D8324A;
}
</style>