Shades of Amaranth #D82652
Tints of Amaranth #D82652
RGB
CMYK
RGB Variations
Color information
#D82652 (or 0xD82652) is known color: Amaranth. HEX triplet: D8, 26 and 52. RGB value is (216,38,82). Sum of RGB (Red+Green+Blue) = 216+38+82=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D82652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82652 is #27D9AD. Grayscale: #606060. Windows color (decimal): -2611630 or 5383896. OLE color: 5383896.
HSL color Cylindrical-coordinate representation of color #D82652: hue angle of 345.17º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82652 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 82 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.15 |
| HSL | 345.17º | 0.7% | 0.5% | - |
| HSV(B) | 345.17º | 0.82% | 0.85% | - |
| XYZ | 30.54 | 16.59 | 9.58 | - |
| YUV | 96.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 82 | 0 | 0.82 | 0.62 | 0.15 | 345.17 | 0.7 | 0.5 |
| Hex | D8 | 26 | 52 | 0 | 52 | 3E | F | 159 | 46 | 32 |
| Octal | 330 | 46 | 122 | 0 | 122 | 76 | 17 | 531 | 106 | 62 |
| Binary | 11011000 | 100110 | 1010010 | 0 | 1010010 | 111110 | 1111 | 101011001 | 1000110 | 110010 |
Color Harmonies of #D82652
Complementary color
Monochromatic Colors of #D82652
Black with #D82652
Text Example
Text Example
White with #D82652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82652; }
p { color: rgb(216,38,82); }
H1.HeaderClassName
{
color: #D82652;
}
.AnyTagClassName
{
color: #D82652;
}
</style>
background-color css
<style>
a { background-color: #D82652; }
a { background-color: rgb(216,38,82); }
div.DivClassName
{
background-color: #D82652;
}
.BgClassName
{
background-color: #D82652;
}
</style>
border-color css
<style>
span { border-color: #D82652; }
span { border-color: rgb(216,38,82); }
td.TdClassName
{
border-color: #D82652;
}
.TagClassName
{
border-color: #D82652;
}
</style>