Shades of Amaranth #D63754
Tints of Amaranth #D63754
RGB
CMYK
RGB Variations
Color information
#D63754 (or 0xD63754) is known color: Amaranth. HEX triplet: D6, 37 and 54. RGB value is (214,55,84). Sum of RGB (Red+Green+Blue) = 214+55+84=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D63754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63754 is #29C8AB. Grayscale: #696969. Windows color (decimal): -2738348 or 5519318. OLE color: 5519318.
HSL color Cylindrical-coordinate representation of color #D63754: hue angle of 349.06º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63754 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 84 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.16 |
| HSL | 349.06º | 0.66% | 0.53% | - |
| HSV(B) | 349.06º | 0.74% | 0.84% | - |
| XYZ | 30.7 | 17.67 | 10.18 | - |
| YUV | 105.85 | 115.68 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 84 | 0 | 0.74 | 0.61 | 0.16 | 349.06 | 0.66 | 0.53 |
| Hex | D6 | 37 | 54 | 0 | 4A | 3D | 10 | 15D | 42 | 35 |
| Octal | 326 | 67 | 124 | 0 | 112 | 75 | 20 | 535 | 102 | 65 |
| Binary | 11010110 | 110111 | 1010100 | 0 | 1001010 | 111101 | 10000 | 101011101 | 1000010 | 110101 |
Color Harmonies of #D63754
Complementary color
Monochromatic Colors of #D63754
Black with #D63754
Text Example
Text Example
White with #D63754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63754; }
p { color: rgb(214,55,84); }
H1.HeaderClassName
{
color: #D63754;
}
.AnyTagClassName
{
color: #D63754;
}
</style>
background-color css
<style>
a { background-color: #D63754; }
a { background-color: rgb(214,55,84); }
div.DivClassName
{
background-color: #D63754;
}
.BgClassName
{
background-color: #D63754;
}
</style>
border-color css
<style>
span { border-color: #D63754; }
span { border-color: rgb(214,55,84); }
td.TdClassName
{
border-color: #D63754;
}
.TagClassName
{
border-color: #D63754;
}
</style>