Shades of Amaranth #D63250
Tints of Amaranth #D63250
RGB
CMYK
RGB Variations
Color information
#D63250 (or 0xD63250) is known color: Amaranth. HEX triplet: D6, 32 and 50. RGB value is (214,50,80). Sum of RGB (Red+Green+Blue) = 214+50+80=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D63250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63250 is #29CDAF. Grayscale: #666666. Windows color (decimal): -2739632 or 5255894. OLE color: 5255894.
HSL color Cylindrical-coordinate representation of color #D63250: hue angle of 349.02º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63250 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 80 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.16 |
| HSL | 349.02º | 0.67% | 0.52% | - |
| HSV(B) | 349.02º | 0.77% | 0.84% | - |
| XYZ | 30.32 | 17.16 | 9.3 | - |
| YUV | 102.46 | 115.33 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 80 | 0 | 0.77 | 0.63 | 0.16 | 349.02 | 0.67 | 0.52 |
| Hex | D6 | 32 | 50 | 0 | 4D | 3F | 10 | 15D | 43 | 34 |
| Octal | 326 | 62 | 120 | 0 | 115 | 77 | 20 | 535 | 103 | 64 |
| Binary | 11010110 | 110010 | 1010000 | 0 | 1001101 | 111111 | 10000 | 101011101 | 1000011 | 110100 |
Color Harmonies of #D63250
Complementary color
Monochromatic Colors of #D63250
Black with #D63250
Text Example
Text Example
White with #D63250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63250; }
p { color: rgb(214,50,80); }
H1.HeaderClassName
{
color: #D63250;
}
.AnyTagClassName
{
color: #D63250;
}
</style>
background-color css
<style>
a { background-color: #D63250; }
a { background-color: rgb(214,50,80); }
div.DivClassName
{
background-color: #D63250;
}
.BgClassName
{
background-color: #D63250;
}
</style>
border-color css
<style>
span { border-color: #D63250; }
span { border-color: rgb(214,50,80); }
td.TdClassName
{
border-color: #D63250;
}
.TagClassName
{
border-color: #D63250;
}
</style>