Shades of Amaranth #D83D50
Tints of Amaranth #D83D50
RGB
CMYK
RGB Variations
Color information
#D83D50 (or 0xD83D50) is known color: Amaranth. HEX triplet: D8, 3D and 50. RGB value is (216,61,80). Sum of RGB (Red+Green+Blue) = 216+61+80=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83D50 is #27C2AF. Grayscale: #6D6D6D. Windows color (decimal): -2605744 or 5258712. OLE color: 5258712.
HSL color Cylindrical-coordinate representation of color #D83D50: hue angle of 352.65º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83D50 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 80 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.15 |
| HSL | 352.65º | 0.67% | 0.54% | - |
| HSV(B) | 352.65º | 0.72% | 0.85% | - |
| XYZ | 31.44 | 18.52 | 9.51 | - |
| YUV | 109.51 | 111.35 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 80 | 0 | 0.72 | 0.63 | 0.15 | 352.65 | 0.67 | 0.54 |
| Hex | D8 | 3D | 50 | 0 | 48 | 3F | F | 161 | 43 | 36 |
| Octal | 330 | 75 | 120 | 0 | 110 | 77 | 17 | 541 | 103 | 66 |
| Binary | 11011000 | 111101 | 1010000 | 0 | 1001000 | 111111 | 1111 | 101100001 | 1000011 | 110110 |
Color Harmonies of #D83D50
Complementary color
Monochromatic Colors of #D83D50
Black with #D83D50
Text Example
Text Example
White with #D83D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D50; }
p { color: rgb(216,61,80); }
H1.HeaderClassName
{
color: #D83D50;
}
.AnyTagClassName
{
color: #D83D50;
}
</style>
background-color css
<style>
a { background-color: #D83D50; }
a { background-color: rgb(216,61,80); }
div.DivClassName
{
background-color: #D83D50;
}
.BgClassName
{
background-color: #D83D50;
}
</style>
border-color css
<style>
span { border-color: #D83D50; }
span { border-color: rgb(216,61,80); }
td.TdClassName
{
border-color: #D83D50;
}
.TagClassName
{
border-color: #D83D50;
}
</style>