Shades of Amaranth #D8284F
Tints of Amaranth #D8284F
RGB
CMYK
RGB Variations
Color information
#D8284F (or 0xD8284F) is known color: Amaranth. HEX triplet: D8, 28 and 4F. RGB value is (216,40,79). Sum of RGB (Red+Green+Blue) = 216+40+79=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D8284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8284F is #27D7B0. Grayscale: #616161. Windows color (decimal): -2611121 or 5187800. OLE color: 5187800.
HSL color Cylindrical-coordinate representation of color #D8284F: hue angle of 346.7º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8284F is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 79 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.15 |
| HSL | 346.7º | 0.69% | 0.5% | - |
| HSV(B) | 346.7º | 0.81% | 0.85% | - |
| XYZ | 30.49 | 16.68 | 9.01 | - |
| YUV | 97.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 79 | 0 | 0.81 | 0.63 | 0.15 | 346.7 | 0.69 | 0.5 |
| Hex | D8 | 28 | 4F | 0 | 51 | 3F | F | 15B | 45 | 32 |
| Octal | 330 | 50 | 117 | 0 | 121 | 77 | 17 | 533 | 105 | 62 |
| Binary | 11011000 | 101000 | 1001111 | 0 | 1010001 | 111111 | 1111 | 101011011 | 1000101 | 110010 |
Color Harmonies of #D8284F
Complementary color
Monochromatic Colors of #D8284F
Black with #D8284F
Text Example
Text Example
White with #D8284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8284F; }
p { color: rgb(216,40,79); }
H1.HeaderClassName
{
color: #D8284F;
}
.AnyTagClassName
{
color: #D8284F;
}
</style>
background-color css
<style>
a { background-color: #D8284F; }
a { background-color: rgb(216,40,79); }
div.DivClassName
{
background-color: #D8284F;
}
.BgClassName
{
background-color: #D8284F;
}
</style>
border-color css
<style>
span { border-color: #D8284F; }
span { border-color: rgb(216,40,79); }
td.TdClassName
{
border-color: #D8284F;
}
.TagClassName
{
border-color: #D8284F;
}
</style>