Shades of Amaranth #D82D4A
Tints of Amaranth #D82D4A
RGB
CMYK
RGB Variations
Color information
#D82D4A (or 0xD82D4A) is known color: Amaranth. HEX triplet: D8, 2D and 4A. RGB value is (216,45,74). Sum of RGB (Red+Green+Blue) = 216+45+74=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82D4A is #27D2B5. Grayscale: #636363. Windows color (decimal): -2609846 or 4861400. OLE color: 4861400.
HSL color Cylindrical-coordinate representation of color #D82D4A: hue angle of 349.82º 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 #D82D4A is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 74 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.15 |
| HSL | 349.82º | 0.69% | 0.51% | - |
| HSV(B) | 349.82º | 0.79% | 0.85% | - |
| XYZ | 30.49 | 16.97 | 8.15 | - |
| YUV | 99.44 | 113.65 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 74 | 0 | 0.79 | 0.66 | 0.15 | 349.82 | 0.69 | 0.51 |
| Hex | D8 | 2D | 4A | 0 | 4F | 42 | F | 15E | 45 | 33 |
| Octal | 330 | 55 | 112 | 0 | 117 | 102 | 17 | 536 | 105 | 63 |
| Binary | 11011000 | 101101 | 1001010 | 0 | 1001111 | 1000010 | 1111 | 101011110 | 1000101 | 110011 |
Color Harmonies of #D82D4A
Complementary color
Monochromatic Colors of #D82D4A
Black with #D82D4A
Text Example
Text Example
White with #D82D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D4A; }
p { color: rgb(216,45,74); }
H1.HeaderClassName
{
color: #D82D4A;
}
.AnyTagClassName
{
color: #D82D4A;
}
</style>
background-color css
<style>
a { background-color: #D82D4A; }
a { background-color: rgb(216,45,74); }
div.DivClassName
{
background-color: #D82D4A;
}
.BgClassName
{
background-color: #D82D4A;
}
</style>
border-color css
<style>
span { border-color: #D82D4A; }
span { border-color: rgb(216,45,74); }
td.TdClassName
{
border-color: #D82D4A;
}
.TagClassName
{
border-color: #D82D4A;
}
</style>