Shades of Amaranth #D82D4F
Tints of Amaranth #D82D4F
RGB
CMYK
RGB Variations
Color information
#D82D4F (or 0xD82D4F) is known color: Amaranth. HEX triplet: D8, 2D and 4F. RGB value is (216,45,79). Sum of RGB (Red+Green+Blue) = 216+45+79=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82D4F is #27D2B0. Grayscale: #646464. Windows color (decimal): -2609841 or 5189080. OLE color: 5189080.
HSL color Cylindrical-coordinate representation of color #D82D4F: hue angle of 348.07º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82D4F is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 79 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.15 |
| HSL | 348.07º | 0.69% | 0.51% | - |
| HSV(B) | 348.07º | 0.79% | 0.85% | - |
| XYZ | 30.67 | 17.04 | 9.07 | - |
| YUV | 100.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 79 | 0 | 0.79 | 0.63 | 0.15 | 348.07 | 0.69 | 0.51 |
| Hex | D8 | 2D | 4F | 0 | 4F | 3F | F | 15C | 45 | 33 |
| Octal | 330 | 55 | 117 | 0 | 117 | 77 | 17 | 534 | 105 | 63 |
| Binary | 11011000 | 101101 | 1001111 | 0 | 1001111 | 111111 | 1111 | 101011100 | 1000101 | 110011 |
Color Harmonies of #D82D4F
Complementary color
Monochromatic Colors of #D82D4F
Black with #D82D4F
Text Example
Text Example
White with #D82D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D4F; }
p { color: rgb(216,45,79); }
H1.HeaderClassName
{
color: #D82D4F;
}
.AnyTagClassName
{
color: #D82D4F;
}
</style>
background-color css
<style>
a { background-color: #D82D4F; }
a { background-color: rgb(216,45,79); }
div.DivClassName
{
background-color: #D82D4F;
}
.BgClassName
{
background-color: #D82D4F;
}
</style>
border-color css
<style>
span { border-color: #D82D4F; }
span { border-color: rgb(216,45,79); }
td.TdClassName
{
border-color: #D82D4F;
}
.TagClassName
{
border-color: #D82D4F;
}
</style>