Shades of Amaranth #D33152
Tints of Amaranth #D33152
RGB
CMYK
RGB Variations
Color information
#D33152 (or 0xD33152) is known color: Amaranth. HEX triplet: D3, 31 and 52. RGB value is (211,49,82). Sum of RGB (Red+Green+Blue) = 211+49+82=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D33152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33152 is #2CCEAD. Grayscale: #656565. Windows color (decimal): -2936494 or 5386707. OLE color: 5386707.
HSL color Cylindrical-coordinate representation of color #D33152: hue angle of 347.78º 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 #D33152 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 82 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.17 |
| HSL | 347.78º | 0.65% | 0.51% | - |
| HSV(B) | 347.78º | 0.77% | 0.83% | - |
| XYZ | 29.49 | 16.65 | 9.64 | - |
| YUV | 101.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 82 | 0 | 0.77 | 0.61 | 0.17 | 347.78 | 0.65 | 0.51 |
| Hex | D3 | 31 | 52 | 0 | 4D | 3D | 11 | 15C | 41 | 33 |
| Octal | 323 | 61 | 122 | 0 | 115 | 75 | 21 | 534 | 101 | 63 |
| Binary | 11010011 | 110001 | 1010010 | 0 | 1001101 | 111101 | 10001 | 101011100 | 1000001 | 110011 |
Color Harmonies of #D33152
Complementary color
Monochromatic Colors of #D33152
Black with #D33152
Text Example
Text Example
White with #D33152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33152; }
p { color: rgb(211,49,82); }
H1.HeaderClassName
{
color: #D33152;
}
.AnyTagClassName
{
color: #D33152;
}
</style>
background-color css
<style>
a { background-color: #D33152; }
a { background-color: rgb(211,49,82); }
div.DivClassName
{
background-color: #D33152;
}
.BgClassName
{
background-color: #D33152;
}
</style>
border-color css
<style>
span { border-color: #D33152; }
span { border-color: rgb(211,49,82); }
td.TdClassName
{
border-color: #D33152;
}
.TagClassName
{
border-color: #D33152;
}
</style>