Shades of Amaranth #D83D4D
Tints of Amaranth #D83D4D
RGB
CMYK
RGB Variations
Color information
#D83D4D (or 0xD83D4D) is known color: Amaranth. HEX triplet: D8, 3D and 4D. RGB value is (216,61,77). Sum of RGB (Red+Green+Blue) = 216+61+77=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83D4D is #27C2B2. Grayscale: #6D6D6D. Windows color (decimal): -2605747 or 5062104. OLE color: 5062104.
HSL color Cylindrical-coordinate representation of color #D83D4D: hue angle of 353.81º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83D4D is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 77 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.15 |
| HSL | 353.81º | 0.67% | 0.54% | - |
| HSV(B) | 353.81º | 0.72% | 0.85% | - |
| XYZ | 31.33 | 18.47 | 8.94 | - |
| YUV | 109.17 | 109.85 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 77 | 0 | 0.72 | 0.64 | 0.15 | 353.81 | 0.67 | 0.54 |
| Hex | D8 | 3D | 4D | 0 | 48 | 40 | F | 162 | 43 | 36 |
| Octal | 330 | 75 | 115 | 0 | 110 | 100 | 17 | 542 | 103 | 66 |
| Binary | 11011000 | 111101 | 1001101 | 0 | 1001000 | 1000000 | 1111 | 101100010 | 1000011 | 110110 |
Color Harmonies of #D83D4D
Complementary color
Monochromatic Colors of #D83D4D
Black with #D83D4D
Text Example
Text Example
White with #D83D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D4D; }
p { color: rgb(216,61,77); }
H1.HeaderClassName
{
color: #D83D4D;
}
.AnyTagClassName
{
color: #D83D4D;
}
</style>
background-color css
<style>
a { background-color: #D83D4D; }
a { background-color: rgb(216,61,77); }
div.DivClassName
{
background-color: #D83D4D;
}
.BgClassName
{
background-color: #D83D4D;
}
</style>
border-color css
<style>
span { border-color: #D83D4D; }
span { border-color: rgb(216,61,77); }
td.TdClassName
{
border-color: #D83D4D;
}
.TagClassName
{
border-color: #D83D4D;
}
</style>