Shades of Amaranth #D83F4E
Tints of Amaranth #D83F4E
RGB
CMYK
RGB Variations
Color information
#D83F4E (or 0xD83F4E) is known color: Amaranth. HEX triplet: D8, 3F and 4E. RGB value is (216,63,78). Sum of RGB (Red+Green+Blue) = 216+63+78=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83F4E is #27C0B1. Grayscale: #6E6E6E. Windows color (decimal): -2605234 or 5128152. OLE color: 5128152.
HSL color Cylindrical-coordinate representation of color #D83F4E: hue angle of 354.12º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83F4E is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 78 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.15 |
| HSL | 354.12º | 0.66% | 0.55% | - |
| HSV(B) | 354.12º | 0.71% | 0.85% | - |
| XYZ | 31.47 | 18.7 | 9.16 | - |
| YUV | 110.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 78 | 0 | 0.71 | 0.64 | 0.15 | 354.12 | 0.66 | 0.55 |
| Hex | D8 | 3F | 4E | 0 | 47 | 40 | F | 162 | 42 | 37 |
| Octal | 330 | 77 | 116 | 0 | 107 | 100 | 17 | 542 | 102 | 67 |
| Binary | 11011000 | 111111 | 1001110 | 0 | 1000111 | 1000000 | 1111 | 101100010 | 1000010 | 110111 |
Color Harmonies of #D83F4E
Complementary color
Monochromatic Colors of #D83F4E
Black with #D83F4E
Text Example
Text Example
White with #D83F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F4E; }
p { color: rgb(216,63,78); }
H1.HeaderClassName
{
color: #D83F4E;
}
.AnyTagClassName
{
color: #D83F4E;
}
</style>
background-color css
<style>
a { background-color: #D83F4E; }
a { background-color: rgb(216,63,78); }
div.DivClassName
{
background-color: #D83F4E;
}
.BgClassName
{
background-color: #D83F4E;
}
</style>
border-color css
<style>
span { border-color: #D83F4E; }
span { border-color: rgb(216,63,78); }
td.TdClassName
{
border-color: #D83F4E;
}
.TagClassName
{
border-color: #D83F4E;
}
</style>