Shades of Amaranth #D12155
Tints of Amaranth #D12155
RGB
CMYK
RGB Variations
Color information
#D12155 (or 0xD12155) is known color: Amaranth. HEX triplet: D1, 21 and 55. RGB value is (209,33,85). Sum of RGB (Red+Green+Blue) = 209+33+85=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D12155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12155 is #2EDEAA. Grayscale: #5B5B5B. Windows color (decimal): -3071659 or 5579217. OLE color: 5579217.
HSL color Cylindrical-coordinate representation of color #D12155: hue angle of 342.27º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12155 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 85 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.18 |
| HSL | 342.27º | 0.73% | 0.47% | - |
| HSV(B) | 342.27º | 0.84% | 0.82% | - |
| XYZ | 28.48 | 15.3 | 10.05 | - |
| YUV | 91.55 | 124.31 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 85 | 0 | 0.84 | 0.59 | 0.18 | 342.27 | 0.73 | 0.47 |
| Hex | D1 | 21 | 55 | 0 | 54 | 3B | 12 | 156 | 49 | 2F |
| Octal | 321 | 41 | 125 | 0 | 124 | 73 | 22 | 526 | 111 | 57 |
| Binary | 11010001 | 100001 | 1010101 | 0 | 1010100 | 111011 | 10010 | 101010110 | 1001001 | 101111 |
Color Harmonies of #D12155
Complementary color
Monochromatic Colors of #D12155
Black with #D12155
Text Example
Text Example
White with #D12155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12155; }
p { color: rgb(209,33,85); }
H1.HeaderClassName
{
color: #D12155;
}
.AnyTagClassName
{
color: #D12155;
}
</style>
background-color css
<style>
a { background-color: #D12155; }
a { background-color: rgb(209,33,85); }
div.DivClassName
{
background-color: #D12155;
}
.BgClassName
{
background-color: #D12155;
}
</style>
border-color css
<style>
span { border-color: #D12155; }
span { border-color: rgb(209,33,85); }
td.TdClassName
{
border-color: #D12155;
}
.TagClassName
{
border-color: #D12155;
}
</style>