Shades of Amaranth #D83648
Tints of Amaranth #D83648
RGB
CMYK
RGB Variations
Color information
#D83648 (or 0xD83648) is known color: Amaranth. HEX triplet: D8, 36 and 48. RGB value is (216,54,72). Sum of RGB (Red+Green+Blue) = 216+54+72=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D83648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83648 is #27C9B7. Grayscale: #686868. Windows color (decimal): -2607544 or 4732632. OLE color: 4732632.
HSL color Cylindrical-coordinate representation of color #D83648: hue angle of 353.33º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83648 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 72 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.15 |
| HSL | 353.33º | 0.68% | 0.53% | - |
| HSV(B) | 353.33º | 0.75% | 0.85% | - |
| XYZ | 30.81 | 17.71 | 7.92 | - |
| YUV | 104.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 72 | 0 | 0.75 | 0.67 | 0.15 | 353.33 | 0.68 | 0.53 |
| Hex | D8 | 36 | 48 | 0 | 4B | 43 | F | 161 | 44 | 35 |
| Octal | 330 | 66 | 110 | 0 | 113 | 103 | 17 | 541 | 104 | 65 |
| Binary | 11011000 | 110110 | 1001000 | 0 | 1001011 | 1000011 | 1111 | 101100001 | 1000100 | 110101 |
Color Harmonies of #D83648
Complementary color
Monochromatic Colors of #D83648
Black with #D83648
Text Example
Text Example
White with #D83648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83648; }
p { color: rgb(216,54,72); }
H1.HeaderClassName
{
color: #D83648;
}
.AnyTagClassName
{
color: #D83648;
}
</style>
background-color css
<style>
a { background-color: #D83648; }
a { background-color: rgb(216,54,72); }
div.DivClassName
{
background-color: #D83648;
}
.BgClassName
{
background-color: #D83648;
}
</style>
border-color css
<style>
span { border-color: #D83648; }
span { border-color: rgb(216,54,72); }
td.TdClassName
{
border-color: #D83648;
}
.TagClassName
{
border-color: #D83648;
}
</style>