Shades of Amaranth #D83252
Tints of Amaranth #D83252
RGB
CMYK
RGB Variations
Color information
#D83252 (or 0xD83252) is known color: Amaranth. HEX triplet: D8, 32 and 52. RGB value is (216,50,82). Sum of RGB (Red+Green+Blue) = 216+50+82=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D83252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83252 is #27CDAD. Grayscale: #676767. Windows color (decimal): -2608558 or 5386968. OLE color: 5386968.
HSL color Cylindrical-coordinate representation of color #D83252: hue angle of 348.43º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83252 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 82 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.15 |
| HSL | 348.43º | 0.68% | 0.52% | - |
| HSV(B) | 348.43º | 0.77% | 0.85% | - |
| XYZ | 30.98 | 17.49 | 9.73 | - |
| YUV | 103.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 82 | 0 | 0.77 | 0.62 | 0.15 | 348.43 | 0.68 | 0.52 |
| Hex | D8 | 32 | 52 | 0 | 4D | 3E | F | 15C | 44 | 34 |
| Octal | 330 | 62 | 122 | 0 | 115 | 76 | 17 | 534 | 104 | 64 |
| Binary | 11011000 | 110010 | 1010010 | 0 | 1001101 | 111110 | 1111 | 101011100 | 1000100 | 110100 |
Color Harmonies of #D83252
Complementary color
Monochromatic Colors of #D83252
Black with #D83252
Text Example
Text Example
White with #D83252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83252; }
p { color: rgb(216,50,82); }
H1.HeaderClassName
{
color: #D83252;
}
.AnyTagClassName
{
color: #D83252;
}
</style>
background-color css
<style>
a { background-color: #D83252; }
a { background-color: rgb(216,50,82); }
div.DivClassName
{
background-color: #D83252;
}
.BgClassName
{
background-color: #D83252;
}
</style>
border-color css
<style>
span { border-color: #D83252; }
span { border-color: rgb(216,50,82); }
td.TdClassName
{
border-color: #D83252;
}
.TagClassName
{
border-color: #D83252;
}
</style>