Shades of Amaranth #D63651
Tints of Amaranth #D63651
RGB
CMYK
RGB Variations
Color information
#D63651 (or 0xD63651) is known color: Amaranth. HEX triplet: D6, 36 and 51. RGB value is (214,54,81). Sum of RGB (Red+Green+Blue) = 214+54+81=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D63651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63651 is #29C9AE. Grayscale: #686868. Windows color (decimal): -2738607 or 5322454. OLE color: 5322454.
HSL color Cylindrical-coordinate representation of color #D63651: hue angle of 349.88º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63651 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 81 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.16 |
| HSL | 349.88º | 0.66% | 0.53% | - |
| HSV(B) | 349.88º | 0.75% | 0.84% | - |
| XYZ | 30.54 | 17.53 | 9.56 | - |
| YUV | 104.92 | 114.51 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 81 | 0 | 0.75 | 0.62 | 0.16 | 349.88 | 0.66 | 0.53 |
| Hex | D6 | 36 | 51 | 0 | 4B | 3E | 10 | 15E | 42 | 35 |
| Octal | 326 | 66 | 121 | 0 | 113 | 76 | 20 | 536 | 102 | 65 |
| Binary | 11010110 | 110110 | 1010001 | 0 | 1001011 | 111110 | 10000 | 101011110 | 1000010 | 110101 |
Color Harmonies of #D63651
Complementary color
Monochromatic Colors of #D63651
Black with #D63651
Text Example
Text Example
White with #D63651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63651; }
p { color: rgb(214,54,81); }
H1.HeaderClassName
{
color: #D63651;
}
.AnyTagClassName
{
color: #D63651;
}
</style>
background-color css
<style>
a { background-color: #D63651; }
a { background-color: rgb(214,54,81); }
div.DivClassName
{
background-color: #D63651;
}
.BgClassName
{
background-color: #D63651;
}
</style>
border-color css
<style>
span { border-color: #D63651; }
span { border-color: rgb(214,54,81); }
td.TdClassName
{
border-color: #D63651;
}
.TagClassName
{
border-color: #D63651;
}
</style>