Shades of Amaranth #D83C54
Tints of Amaranth #D83C54
RGB
CMYK
RGB Variations
Color information
#D83C54 (or 0xD83C54) is known color: Amaranth. HEX triplet: D8, 3C and 54. RGB value is (216,60,84). Sum of RGB (Red+Green+Blue) = 216+60+84=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83C54 is #27C3AB. Grayscale: #6D6D6D. Windows color (decimal): -2605996 or 5520600. OLE color: 5520600.
HSL color Cylindrical-coordinate representation of color #D83C54: hue angle of 350.77º 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 #D83C54 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 84 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.15 |
| HSL | 350.77º | 0.67% | 0.54% | - |
| HSV(B) | 350.77º | 0.72% | 0.85% | - |
| XYZ | 31.53 | 18.47 | 10.29 | - |
| YUV | 109.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 84 | 0 | 0.72 | 0.61 | 0.15 | 350.77 | 0.67 | 0.54 |
| Hex | D8 | 3C | 54 | 0 | 48 | 3D | F | 15F | 43 | 36 |
| Octal | 330 | 74 | 124 | 0 | 110 | 75 | 17 | 537 | 103 | 66 |
| Binary | 11011000 | 111100 | 1010100 | 0 | 1001000 | 111101 | 1111 | 101011111 | 1000011 | 110110 |
Color Harmonies of #D83C54
Complementary color
Monochromatic Colors of #D83C54
Black with #D83C54
Text Example
Text Example
White with #D83C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C54; }
p { color: rgb(216,60,84); }
H1.HeaderClassName
{
color: #D83C54;
}
.AnyTagClassName
{
color: #D83C54;
}
</style>
background-color css
<style>
a { background-color: #D83C54; }
a { background-color: rgb(216,60,84); }
div.DivClassName
{
background-color: #D83C54;
}
.BgClassName
{
background-color: #D83C54;
}
</style>
border-color css
<style>
span { border-color: #D83C54; }
span { border-color: rgb(216,60,84); }
td.TdClassName
{
border-color: #D83C54;
}
.TagClassName
{
border-color: #D83C54;
}
</style>