Shades of Amaranth #D83E4F
Tints of Amaranth #D83E4F
RGB
CMYK
RGB Variations
Color information
#D83E4F (or 0xD83E4F) is known color: Amaranth. HEX triplet: D8, 3E and 4F. RGB value is (216,62,79). Sum of RGB (Red+Green+Blue) = 216+62+79=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D83E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83E4F is #27C1B0. Grayscale: #6E6E6E. Windows color (decimal): -2605489 or 5193432. OLE color: 5193432.
HSL color Cylindrical-coordinate representation of color #D83E4F: hue angle of 353.38º 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 #D83E4F is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 62 | 79 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.15 |
| HSL | 353.38º | 0.66% | 0.55% | - |
| HSV(B) | 353.38º | 0.71% | 0.85% | - |
| XYZ | 31.45 | 18.61 | 9.33 | - |
| YUV | 109.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 62 | 79 | 0 | 0.71 | 0.63 | 0.15 | 353.38 | 0.66 | 0.55 |
| Hex | D8 | 3E | 4F | 0 | 47 | 3F | F | 161 | 42 | 37 |
| Octal | 330 | 76 | 117 | 0 | 107 | 77 | 17 | 541 | 102 | 67 |
| Binary | 11011000 | 111110 | 1001111 | 0 | 1000111 | 111111 | 1111 | 101100001 | 1000010 | 110111 |
Color Harmonies of #D83E4F
Complementary color
Monochromatic Colors of #D83E4F
Black with #D83E4F
Text Example
Text Example
White with #D83E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83E4F; }
p { color: rgb(216,62,79); }
H1.HeaderClassName
{
color: #D83E4F;
}
.AnyTagClassName
{
color: #D83E4F;
}
</style>
background-color css
<style>
a { background-color: #D83E4F; }
a { background-color: rgb(216,62,79); }
div.DivClassName
{
background-color: #D83E4F;
}
.BgClassName
{
background-color: #D83E4F;
}
</style>
border-color css
<style>
span { border-color: #D83E4F; }
span { border-color: rgb(216,62,79); }
td.TdClassName
{
border-color: #D83E4F;
}
.TagClassName
{
border-color: #D83E4F;
}
</style>