Shades of Amaranth #D8384A
Tints of Amaranth #D8384A
RGB
CMYK
RGB Variations
Color information
#D8384A (or 0xD8384A) is known color: Amaranth. HEX triplet: D8, 38 and 4A. RGB value is (216,56,74). Sum of RGB (Red+Green+Blue) = 216+56+74=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8384A is #27C7B5. Grayscale: #696969. Windows color (decimal): -2607030 or 4864216. OLE color: 4864216.
HSL color Cylindrical-coordinate representation of color #D8384A: hue angle of 353.25º 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 #D8384A is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 74 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.15 |
| HSL | 353.25º | 0.67% | 0.53% | - |
| HSV(B) | 353.25º | 0.74% | 0.85% | - |
| XYZ | 30.97 | 17.92 | 8.31 | - |
| YUV | 105.89 | 110.01 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 74 | 0 | 0.74 | 0.66 | 0.15 | 353.25 | 0.67 | 0.53 |
| Hex | D8 | 38 | 4A | 0 | 4A | 42 | F | 161 | 43 | 35 |
| Octal | 330 | 70 | 112 | 0 | 112 | 102 | 17 | 541 | 103 | 65 |
| Binary | 11011000 | 111000 | 1001010 | 0 | 1001010 | 1000010 | 1111 | 101100001 | 1000011 | 110101 |
Color Harmonies of #D8384A
Complementary color
Monochromatic Colors of #D8384A
Black with #D8384A
Text Example
Text Example
White with #D8384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8384A; }
p { color: rgb(216,56,74); }
H1.HeaderClassName
{
color: #D8384A;
}
.AnyTagClassName
{
color: #D8384A;
}
</style>
background-color css
<style>
a { background-color: #D8384A; }
a { background-color: rgb(216,56,74); }
div.DivClassName
{
background-color: #D8384A;
}
.BgClassName
{
background-color: #D8384A;
}
</style>
border-color css
<style>
span { border-color: #D8384A; }
span { border-color: rgb(216,56,74); }
td.TdClassName
{
border-color: #D8384A;
}
.TagClassName
{
border-color: #D8384A;
}
</style>