Shades of Amaranth #D6204C
Tints of Amaranth #D6204C
RGB
CMYK
RGB Variations
Color information
#D6204C (or 0xD6204C) is known color: Amaranth. HEX triplet: D6, 20 and 4C. RGB value is (214,32,76). Sum of RGB (Red+Green+Blue) = 214+32+76=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D6204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6204C is #29DFB3. Grayscale: #5B5B5B. Windows color (decimal): -2744244 or 4989142. OLE color: 4989142.
HSL color Cylindrical-coordinate representation of color #D6204C: hue angle of 345.49º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6204C is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 76 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.16 |
| HSL | 345.49º | 0.74% | 0.48% | - |
| HSV(B) | 345.49º | 0.85% | 0.84% | - |
| XYZ | 29.55 | 15.85 | 8.34 | - |
| YUV | 91.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 76 | 0 | 0.85 | 0.64 | 0.16 | 345.49 | 0.74 | 0.48 |
| Hex | D6 | 20 | 4C | 0 | 55 | 40 | 10 | 159 | 4A | 30 |
| Octal | 326 | 40 | 114 | 0 | 125 | 100 | 20 | 531 | 112 | 60 |
| Binary | 11010110 | 100000 | 1001100 | 0 | 1010101 | 1000000 | 10000 | 101011001 | 1001010 | 110000 |
Color Harmonies of #D6204C
Complementary color
Monochromatic Colors of #D6204C
Black with #D6204C
Text Example
Text Example
White with #D6204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6204C; }
p { color: rgb(214,32,76); }
H1.HeaderClassName
{
color: #D6204C;
}
.AnyTagClassName
{
color: #D6204C;
}
</style>
background-color css
<style>
a { background-color: #D6204C; }
a { background-color: rgb(214,32,76); }
div.DivClassName
{
background-color: #D6204C;
}
.BgClassName
{
background-color: #D6204C;
}
</style>
border-color css
<style>
span { border-color: #D6204C; }
span { border-color: rgb(214,32,76); }
td.TdClassName
{
border-color: #D6204C;
}
.TagClassName
{
border-color: #D6204C;
}
</style>