Shades of Amaranth #D82D4B
Tints of Amaranth #D82D4B
RGB
CMYK
RGB Variations
Color information
#D82D4B (or 0xD82D4B) is known color: Amaranth. HEX triplet: D8, 2D and 4B. RGB value is (216,45,75). Sum of RGB (Red+Green+Blue) = 216+45+75=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82D4B is #27D2B4. Grayscale: #636363. Windows color (decimal): -2609845 or 4926936. OLE color: 4926936.
HSL color Cylindrical-coordinate representation of color #D82D4B: hue angle of 349.47º 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 #D82D4B is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 75 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.15 |
| HSL | 349.47º | 0.69% | 0.51% | - |
| HSV(B) | 349.47º | 0.79% | 0.85% | - |
| XYZ | 30.53 | 16.98 | 8.33 | - |
| YUV | 99.55 | 114.15 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 75 | 0 | 0.79 | 0.65 | 0.15 | 349.47 | 0.69 | 0.51 |
| Hex | D8 | 2D | 4B | 0 | 4F | 41 | F | 15D | 45 | 33 |
| Octal | 330 | 55 | 113 | 0 | 117 | 101 | 17 | 535 | 105 | 63 |
| Binary | 11011000 | 101101 | 1001011 | 0 | 1001111 | 1000001 | 1111 | 101011101 | 1000101 | 110011 |
Color Harmonies of #D82D4B
Complementary color
Monochromatic Colors of #D82D4B
Black with #D82D4B
Text Example
Text Example
White with #D82D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D4B; }
p { color: rgb(216,45,75); }
H1.HeaderClassName
{
color: #D82D4B;
}
.AnyTagClassName
{
color: #D82D4B;
}
</style>
background-color css
<style>
a { background-color: #D82D4B; }
a { background-color: rgb(216,45,75); }
div.DivClassName
{
background-color: #D82D4B;
}
.BgClassName
{
background-color: #D82D4B;
}
</style>
border-color css
<style>
span { border-color: #D82D4B; }
span { border-color: rgb(216,45,75); }
td.TdClassName
{
border-color: #D82D4B;
}
.TagClassName
{
border-color: #D82D4B;
}
</style>