Shades of Amaranth #D33150
Tints of Amaranth #D33150
RGB
CMYK
RGB Variations
Color information
#D33150 (or 0xD33150) is known color: Amaranth. HEX triplet: D3, 31 and 50. RGB value is (211,49,80). Sum of RGB (Red+Green+Blue) = 211+49+80=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D33150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33150 is #2CCEAF. Grayscale: #656565. Windows color (decimal): -2936496 or 5255635. OLE color: 5255635.
HSL color Cylindrical-coordinate representation of color #D33150: hue angle of 348.52º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33150 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 80 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.17 |
| HSL | 348.52º | 0.65% | 0.51% | - |
| HSV(B) | 348.52º | 0.77% | 0.83% | - |
| XYZ | 29.41 | 16.62 | 9.25 | - |
| YUV | 100.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 80 | 0 | 0.77 | 0.62 | 0.17 | 348.52 | 0.65 | 0.51 |
| Hex | D3 | 31 | 50 | 0 | 4D | 3E | 11 | 15D | 41 | 33 |
| Octal | 323 | 61 | 120 | 0 | 115 | 76 | 21 | 535 | 101 | 63 |
| Binary | 11010011 | 110001 | 1010000 | 0 | 1001101 | 111110 | 10001 | 101011101 | 1000001 | 110011 |
Color Harmonies of #D33150
Complementary color
Monochromatic Colors of #D33150
Black with #D33150
Text Example
Text Example
White with #D33150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33150; }
p { color: rgb(211,49,80); }
H1.HeaderClassName
{
color: #D33150;
}
.AnyTagClassName
{
color: #D33150;
}
</style>
background-color css
<style>
a { background-color: #D33150; }
a { background-color: rgb(211,49,80); }
div.DivClassName
{
background-color: #D33150;
}
.BgClassName
{
background-color: #D33150;
}
</style>
border-color css
<style>
span { border-color: #D33150; }
span { border-color: rgb(211,49,80); }
td.TdClassName
{
border-color: #D33150;
}
.TagClassName
{
border-color: #D33150;
}
</style>