Shades of Amaranth #D8334B
Tints of Amaranth #D8334B
RGB
CMYK
RGB Variations
Color information
#D8334B (or 0xD8334B) is known color: Amaranth. HEX triplet: D8, 33 and 4B. RGB value is (216,51,75). Sum of RGB (Red+Green+Blue) = 216+51+75=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8334B is #27CCB4. Grayscale: #676767. Windows color (decimal): -2608309 or 4928472. OLE color: 4928472.
HSL color Cylindrical-coordinate representation of color #D8334B: hue angle of 351.27º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8334B is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 75 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.15 |
| HSL | 351.27º | 0.68% | 0.52% | - |
| HSV(B) | 351.27º | 0.76% | 0.85% | - |
| XYZ | 30.77 | 17.47 | 8.41 | - |
| YUV | 103.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 75 | 0 | 0.76 | 0.65 | 0.15 | 351.27 | 0.68 | 0.52 |
| Hex | D8 | 33 | 4B | 0 | 4C | 41 | F | 15F | 44 | 34 |
| Octal | 330 | 63 | 113 | 0 | 114 | 101 | 17 | 537 | 104 | 64 |
| Binary | 11011000 | 110011 | 1001011 | 0 | 1001100 | 1000001 | 1111 | 101011111 | 1000100 | 110100 |
Color Harmonies of #D8334B
Complementary color
Monochromatic Colors of #D8334B
Black with #D8334B
Text Example
Text Example
White with #D8334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8334B; }
p { color: rgb(216,51,75); }
H1.HeaderClassName
{
color: #D8334B;
}
.AnyTagClassName
{
color: #D8334B;
}
</style>
background-color css
<style>
a { background-color: #D8334B; }
a { background-color: rgb(216,51,75); }
div.DivClassName
{
background-color: #D8334B;
}
.BgClassName
{
background-color: #D8334B;
}
</style>
border-color css
<style>
span { border-color: #D8334B; }
span { border-color: rgb(216,51,75); }
td.TdClassName
{
border-color: #D8334B;
}
.TagClassName
{
border-color: #D8334B;
}
</style>