Shades of Amaranth #D83D4F
Tints of Amaranth #D83D4F
RGB
CMYK
RGB Variations
Color information
#D83D4F (or 0xD83D4F) is known color: Amaranth. HEX triplet: D8, 3D and 4F. RGB value is (216,61,79). Sum of RGB (Red+Green+Blue) = 216+61+79=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83D4F is #27C2B0. Grayscale: #6D6D6D. Windows color (decimal): -2605745 or 5193176. OLE color: 5193176.
HSL color Cylindrical-coordinate representation of color #D83D4F: hue angle of 353.03º 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 #D83D4F is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 79 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.15 |
| HSL | 353.03º | 0.67% | 0.54% | - |
| HSV(B) | 353.03º | 0.72% | 0.85% | - |
| XYZ | 31.4 | 18.5 | 9.31 | - |
| YUV | 109.4 | 110.85 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 79 | 0 | 0.72 | 0.63 | 0.15 | 353.03 | 0.67 | 0.54 |
| Hex | D8 | 3D | 4F | 0 | 48 | 3F | F | 161 | 43 | 36 |
| Octal | 330 | 75 | 117 | 0 | 110 | 77 | 17 | 541 | 103 | 66 |
| Binary | 11011000 | 111101 | 1001111 | 0 | 1001000 | 111111 | 1111 | 101100001 | 1000011 | 110110 |
Color Harmonies of #D83D4F
Complementary color
Monochromatic Colors of #D83D4F
Black with #D83D4F
Text Example
Text Example
White with #D83D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D4F; }
p { color: rgb(216,61,79); }
H1.HeaderClassName
{
color: #D83D4F;
}
.AnyTagClassName
{
color: #D83D4F;
}
</style>
background-color css
<style>
a { background-color: #D83D4F; }
a { background-color: rgb(216,61,79); }
div.DivClassName
{
background-color: #D83D4F;
}
.BgClassName
{
background-color: #D83D4F;
}
</style>
border-color css
<style>
span { border-color: #D83D4F; }
span { border-color: rgb(216,61,79); }
td.TdClassName
{
border-color: #D83D4F;
}
.TagClassName
{
border-color: #D83D4F;
}
</style>