Shades of Amaranth #D83454
Tints of Amaranth #D83454
RGB
CMYK
RGB Variations
Color information
#D83454 (or 0xD83454) is known color: Amaranth. HEX triplet: D8, 34 and 54. RGB value is (216,52,84). Sum of RGB (Red+Green+Blue) = 216+52+84=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D83454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83454 is #27CBAB. Grayscale: #686868. Windows color (decimal): -2608044 or 5518552. OLE color: 5518552.
HSL color Cylindrical-coordinate representation of color #D83454: hue angle of 348.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83454 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 84 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.15 |
| HSL | 348.29º | 0.68% | 0.53% | - |
| HSV(B) | 348.29º | 0.76% | 0.85% | - |
| XYZ | 31.15 | 17.7 | 10.16 | - |
| YUV | 104.68 | 116.33 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 84 | 0 | 0.76 | 0.61 | 0.15 | 348.29 | 0.68 | 0.53 |
| Hex | D8 | 34 | 54 | 0 | 4C | 3D | F | 15C | 44 | 35 |
| Octal | 330 | 64 | 124 | 0 | 114 | 75 | 17 | 534 | 104 | 65 |
| Binary | 11011000 | 110100 | 1010100 | 0 | 1001100 | 111101 | 1111 | 101011100 | 1000100 | 110101 |
Color Harmonies of #D83454
Complementary color
Monochromatic Colors of #D83454
Black with #D83454
Text Example
Text Example
White with #D83454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83454; }
p { color: rgb(216,52,84); }
H1.HeaderClassName
{
color: #D83454;
}
.AnyTagClassName
{
color: #D83454;
}
</style>
background-color css
<style>
a { background-color: #D83454; }
a { background-color: rgb(216,52,84); }
div.DivClassName
{
background-color: #D83454;
}
.BgClassName
{
background-color: #D83454;
}
</style>
border-color css
<style>
span { border-color: #D83454; }
span { border-color: rgb(216,52,84); }
td.TdClassName
{
border-color: #D83454;
}
.TagClassName
{
border-color: #D83454;
}
</style>