Shades of Amaranth #D8384B
Tints of Amaranth #D8384B
RGB
CMYK
RGB Variations
Color information
#D8384B (or 0xD8384B) is known color: Amaranth. HEX triplet: D8, 38 and 4B. RGB value is (216,56,75). Sum of RGB (Red+Green+Blue) = 216+56+75=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8384B is #27C7B4. Grayscale: #6A6A6A. Windows color (decimal): -2607029 or 4929752. OLE color: 4929752.
HSL color Cylindrical-coordinate representation of color #D8384B: hue angle of 352.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8384B is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 75 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.15 |
| HSL | 352.88º | 0.67% | 0.53% | - |
| HSV(B) | 352.88º | 0.74% | 0.85% | - |
| XYZ | 31 | 17.94 | 8.48 | - |
| YUV | 106.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 75 | 0 | 0.74 | 0.65 | 0.15 | 352.88 | 0.67 | 0.53 |
| Hex | D8 | 38 | 4B | 0 | 4A | 41 | F | 161 | 43 | 35 |
| Octal | 330 | 70 | 113 | 0 | 112 | 101 | 17 | 541 | 103 | 65 |
| Binary | 11011000 | 111000 | 1001011 | 0 | 1001010 | 1000001 | 1111 | 101100001 | 1000011 | 110101 |
Color Harmonies of #D8384B
Complementary color
Monochromatic Colors of #D8384B
Black with #D8384B
Text Example
Text Example
White with #D8384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8384B; }
p { color: rgb(216,56,75); }
H1.HeaderClassName
{
color: #D8384B;
}
.AnyTagClassName
{
color: #D8384B;
}
</style>
background-color css
<style>
a { background-color: #D8384B; }
a { background-color: rgb(216,56,75); }
div.DivClassName
{
background-color: #D8384B;
}
.BgClassName
{
background-color: #D8384B;
}
</style>
border-color css
<style>
span { border-color: #D8384B; }
span { border-color: rgb(216,56,75); }
td.TdClassName
{
border-color: #D8384B;
}
.TagClassName
{
border-color: #D8384B;
}
</style>