Shades of Amaranth #D83C4E
Tints of Amaranth #D83C4E
RGB
CMYK
RGB Variations
Color information
#D83C4E (or 0xD83C4E) is known color: Amaranth. HEX triplet: D8, 3C and 4E. RGB value is (216,60,78). Sum of RGB (Red+Green+Blue) = 216+60+78=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83C4E is #27C3B1. Grayscale: #6C6C6C. Windows color (decimal): -2606002 or 5127384. OLE color: 5127384.
HSL color Cylindrical-coordinate representation of color #D83C4E: hue angle of 353.08º 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 #D83C4E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 78 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.15 |
| HSL | 353.08º | 0.67% | 0.54% | - |
| HSV(B) | 353.08º | 0.72% | 0.85% | - |
| XYZ | 31.31 | 18.38 | 9.11 | - |
| YUV | 108.7 | 110.68 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 78 | 0 | 0.72 | 0.64 | 0.15 | 353.08 | 0.67 | 0.54 |
| Hex | D8 | 3C | 4E | 0 | 48 | 40 | F | 161 | 43 | 36 |
| Octal | 330 | 74 | 116 | 0 | 110 | 100 | 17 | 541 | 103 | 66 |
| Binary | 11011000 | 111100 | 1001110 | 0 | 1001000 | 1000000 | 1111 | 101100001 | 1000011 | 110110 |
Color Harmonies of #D83C4E
Complementary color
Monochromatic Colors of #D83C4E
Black with #D83C4E
Text Example
Text Example
White with #D83C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C4E; }
p { color: rgb(216,60,78); }
H1.HeaderClassName
{
color: #D83C4E;
}
.AnyTagClassName
{
color: #D83C4E;
}
</style>
background-color css
<style>
a { background-color: #D83C4E; }
a { background-color: rgb(216,60,78); }
div.DivClassName
{
background-color: #D83C4E;
}
.BgClassName
{
background-color: #D83C4E;
}
</style>
border-color css
<style>
span { border-color: #D83C4E; }
span { border-color: rgb(216,60,78); }
td.TdClassName
{
border-color: #D83C4E;
}
.TagClassName
{
border-color: #D83C4E;
}
</style>