Shades of Amaranth #D7384F
Tints of Amaranth #D7384F
RGB
CMYK
RGB Variations
Color information
#D7384F (or 0xD7384F) is known color: Amaranth. HEX triplet: D7, 38 and 4F. RGB value is (215,56,79). Sum of RGB (Red+Green+Blue) = 215+56+79=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D7384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7384F is #28C7B0. Grayscale: #6A6A6A. Windows color (decimal): -2672561 or 5191895. OLE color: 5191895.
HSL color Cylindrical-coordinate representation of color #D7384F: hue angle of 351.32º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7384F is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 79 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.16 |
| HSL | 351.32º | 0.67% | 0.53% | - |
| HSV(B) | 351.32º | 0.74% | 0.84% | - |
| XYZ | 30.85 | 17.84 | 9.21 | - |
| YUV | 106.16 | 112.68 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 79 | 0 | 0.74 | 0.63 | 0.16 | 351.32 | 0.67 | 0.53 |
| Hex | D7 | 38 | 4F | 0 | 4A | 3F | 10 | 15F | 43 | 35 |
| Octal | 327 | 70 | 117 | 0 | 112 | 77 | 20 | 537 | 103 | 65 |
| Binary | 11010111 | 111000 | 1001111 | 0 | 1001010 | 111111 | 10000 | 101011111 | 1000011 | 110101 |
Color Harmonies of #D7384F
Complementary color
Monochromatic Colors of #D7384F
Black with #D7384F
Text Example
Text Example
White with #D7384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7384F; }
p { color: rgb(215,56,79); }
H1.HeaderClassName
{
color: #D7384F;
}
.AnyTagClassName
{
color: #D7384F;
}
</style>
background-color css
<style>
a { background-color: #D7384F; }
a { background-color: rgb(215,56,79); }
div.DivClassName
{
background-color: #D7384F;
}
.BgClassName
{
background-color: #D7384F;
}
</style>
border-color css
<style>
span { border-color: #D7384F; }
span { border-color: rgb(215,56,79); }
td.TdClassName
{
border-color: #D7384F;
}
.TagClassName
{
border-color: #D7384F;
}
</style>