Shades of Amaranth #D62655
Tints of Amaranth #D62655
RGB
CMYK
RGB Variations
Color information
#D62655 (or 0xD62655) is known color: Amaranth. HEX triplet: D6, 26 and 55. RGB value is (214,38,85). Sum of RGB (Red+Green+Blue) = 214+38+85=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D62655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62655 is #29D9AA. Grayscale: #5F5F5F. Windows color (decimal): -2742699 or 5580502. OLE color: 5580502.
HSL color Cylindrical-coordinate representation of color #D62655: hue angle of 343.98º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62655 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 85 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.16 |
| HSL | 343.98º | 0.7% | 0.49% | - |
| HSV(B) | 343.98º | 0.82% | 0.84% | - |
| XYZ | 30.06 | 16.34 | 10.16 | - |
| YUV | 95.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 85 | 0 | 0.82 | 0.60 | 0.16 | 343.98 | 0.7 | 0.49 |
| Hex | D6 | 26 | 55 | 0 | 52 | 3C | 10 | 158 | 46 | 31 |
| Octal | 326 | 46 | 125 | 0 | 122 | 74 | 20 | 530 | 106 | 61 |
| Binary | 11010110 | 100110 | 1010101 | 0 | 1010010 | 111100 | 10000 | 101011000 | 1000110 | 110001 |
Color Harmonies of #D62655
Complementary color
Monochromatic Colors of #D62655
Black with #D62655
Text Example
Text Example
White with #D62655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62655; }
p { color: rgb(214,38,85); }
H1.HeaderClassName
{
color: #D62655;
}
.AnyTagClassName
{
color: #D62655;
}
</style>
background-color css
<style>
a { background-color: #D62655; }
a { background-color: rgb(214,38,85); }
div.DivClassName
{
background-color: #D62655;
}
.BgClassName
{
background-color: #D62655;
}
</style>
border-color css
<style>
span { border-color: #D62655; }
span { border-color: rgb(214,38,85); }
td.TdClassName
{
border-color: #D62655;
}
.TagClassName
{
border-color: #D62655;
}
</style>