Shades of Amaranth #D83354
Tints of Amaranth #D83354
RGB
CMYK
RGB Variations
Color information
#D83354 (or 0xD83354) is known color: Amaranth. HEX triplet: D8, 33 and 54. RGB value is (216,51,84). Sum of RGB (Red+Green+Blue) = 216+51+84=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D83354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83354 is #27CCAB. Grayscale: #686868. Windows color (decimal): -2608300 or 5518296. OLE color: 5518296.
HSL color Cylindrical-coordinate representation of color #D83354: hue angle of 348º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83354 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 84 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.15 |
| HSL | 348º | 0.68% | 0.52% | - |
| HSV(B) | 348º | 0.76% | 0.85% | - |
| XYZ | 31.1 | 17.61 | 10.15 | - |
| YUV | 104.1 | 116.66 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 84 | 0 | 0.76 | 0.61 | 0.15 | 348 | 0.68 | 0.52 |
| Hex | D8 | 33 | 54 | 0 | 4C | 3D | F | 15C | 44 | 34 |
| Octal | 330 | 63 | 124 | 0 | 114 | 75 | 17 | 534 | 104 | 64 |
| Binary | 11011000 | 110011 | 1010100 | 0 | 1001100 | 111101 | 1111 | 101011100 | 1000100 | 110100 |
Color Harmonies of #D83354
Complementary color
Monochromatic Colors of #D83354
Black with #D83354
Text Example
Text Example
White with #D83354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83354; }
p { color: rgb(216,51,84); }
H1.HeaderClassName
{
color: #D83354;
}
.AnyTagClassName
{
color: #D83354;
}
</style>
background-color css
<style>
a { background-color: #D83354; }
a { background-color: rgb(216,51,84); }
div.DivClassName
{
background-color: #D83354;
}
.BgClassName
{
background-color: #D83354;
}
</style>
border-color css
<style>
span { border-color: #D83354; }
span { border-color: rgb(216,51,84); }
td.TdClassName
{
border-color: #D83354;
}
.TagClassName
{
border-color: #D83354;
}
</style>