Shades of Amaranth #D63352
Tints of Amaranth #D63352
RGB
CMYK
RGB Variations
Color information
#D63352 (or 0xD63352) is known color: Amaranth. HEX triplet: D6, 33 and 52. RGB value is (214,51,82). Sum of RGB (Red+Green+Blue) = 214+51+82=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D63352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63352 is #29CCAD. Grayscale: #676767. Windows color (decimal): -2739374 or 5387222. OLE color: 5387222.
HSL color Cylindrical-coordinate representation of color #D63352: hue angle of 348.59º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63352 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 82 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.16 |
| HSL | 348.59º | 0.67% | 0.52% | - |
| HSV(B) | 348.59º | 0.76% | 0.84% | - |
| XYZ | 30.44 | 17.27 | 9.71 | - |
| YUV | 103.27 | 116 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 82 | 0 | 0.76 | 0.62 | 0.16 | 348.59 | 0.67 | 0.52 |
| Hex | D6 | 33 | 52 | 0 | 4C | 3E | 10 | 15D | 43 | 34 |
| Octal | 326 | 63 | 122 | 0 | 114 | 76 | 20 | 535 | 103 | 64 |
| Binary | 11010110 | 110011 | 1010010 | 0 | 1001100 | 111110 | 10000 | 101011101 | 1000011 | 110100 |
Color Harmonies of #D63352
Complementary color
Monochromatic Colors of #D63352
Black with #D63352
Text Example
Text Example
White with #D63352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63352; }
p { color: rgb(214,51,82); }
H1.HeaderClassName
{
color: #D63352;
}
.AnyTagClassName
{
color: #D63352;
}
</style>
background-color css
<style>
a { background-color: #D63352; }
a { background-color: rgb(214,51,82); }
div.DivClassName
{
background-color: #D63352;
}
.BgClassName
{
background-color: #D63352;
}
</style>
border-color css
<style>
span { border-color: #D63352; }
span { border-color: rgb(214,51,82); }
td.TdClassName
{
border-color: #D63352;
}
.TagClassName
{
border-color: #D63352;
}
</style>