Shades of Amaranth #D8264F
Tints of Amaranth #D8264F
RGB
CMYK
RGB Variations
Color information
#D8264F (or 0xD8264F) is known color: Amaranth. HEX triplet: D8, 26 and 4F. RGB value is (216,38,79). Sum of RGB (Red+Green+Blue) = 216+38+79=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D8264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8264F is #27D9B0. Grayscale: #5F5F5F. Windows color (decimal): -2611633 or 5187288. OLE color: 5187288.
HSL color Cylindrical-coordinate representation of color #D8264F: hue angle of 346.18º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8264F is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 79 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.15 |
| HSL | 346.18º | 0.7% | 0.5% | - |
| HSV(B) | 346.18º | 0.82% | 0.85% | - |
| XYZ | 30.42 | 16.55 | 8.99 | - |
| YUV | 95.9 | 118.47 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 79 | 0 | 0.82 | 0.63 | 0.15 | 346.18 | 0.7 | 0.5 |
| Hex | D8 | 26 | 4F | 0 | 52 | 3F | F | 15A | 46 | 32 |
| Octal | 330 | 46 | 117 | 0 | 122 | 77 | 17 | 532 | 106 | 62 |
| Binary | 11011000 | 100110 | 1001111 | 0 | 1010010 | 111111 | 1111 | 101011010 | 1000110 | 110010 |
Color Harmonies of #D8264F
Complementary color
Monochromatic Colors of #D8264F
Black with #D8264F
Text Example
Text Example
White with #D8264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8264F; }
p { color: rgb(216,38,79); }
H1.HeaderClassName
{
color: #D8264F;
}
.AnyTagClassName
{
color: #D8264F;
}
</style>
background-color css
<style>
a { background-color: #D8264F; }
a { background-color: rgb(216,38,79); }
div.DivClassName
{
background-color: #D8264F;
}
.BgClassName
{
background-color: #D8264F;
}
</style>
border-color css
<style>
span { border-color: #D8264F; }
span { border-color: rgb(216,38,79); }
td.TdClassName
{
border-color: #D8264F;
}
.TagClassName
{
border-color: #D8264F;
}
</style>