Shades of Amaranth #D83D4C
Tints of Amaranth #D83D4C
RGB
CMYK
RGB Variations
Color information
#D83D4C (or 0xD83D4C) is known color: Amaranth. HEX triplet: D8, 3D and 4C. RGB value is (216,61,76). Sum of RGB (Red+Green+Blue) = 216+61+76=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D4C is #27C2B3. Grayscale: #6D6D6D. Windows color (decimal): -2605748 or 4996568. OLE color: 4996568.
HSL color Cylindrical-coordinate representation of color #D83D4C: hue angle of 354.19º 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 #D83D4C is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 76 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.15 |
| HSL | 354.19º | 0.67% | 0.54% | - |
| HSV(B) | 354.19º | 0.72% | 0.85% | - |
| XYZ | 31.29 | 18.46 | 8.75 | - |
| YUV | 109.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 76 | 0 | 0.72 | 0.65 | 0.15 | 354.19 | 0.67 | 0.54 |
| Hex | D8 | 3D | 4C | 0 | 48 | 41 | F | 162 | 43 | 36 |
| Octal | 330 | 75 | 114 | 0 | 110 | 101 | 17 | 542 | 103 | 66 |
| Binary | 11011000 | 111101 | 1001100 | 0 | 1001000 | 1000001 | 1111 | 101100010 | 1000011 | 110110 |
Color Harmonies of #D83D4C
Complementary color
Monochromatic Colors of #D83D4C
Black with #D83D4C
Text Example
Text Example
White with #D83D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D4C; }
p { color: rgb(216,61,76); }
H1.HeaderClassName
{
color: #D83D4C;
}
.AnyTagClassName
{
color: #D83D4C;
}
</style>
background-color css
<style>
a { background-color: #D83D4C; }
a { background-color: rgb(216,61,76); }
div.DivClassName
{
background-color: #D83D4C;
}
.BgClassName
{
background-color: #D83D4C;
}
</style>
border-color css
<style>
span { border-color: #D83D4C; }
span { border-color: rgb(216,61,76); }
td.TdClassName
{
border-color: #D83D4C;
}
.TagClassName
{
border-color: #D83D4C;
}
</style>