Shades of Amaranth #D93648
Tints of Amaranth #D93648
RGB
CMYK
RGB Variations
Color information
#D93648 (or 0xD93648) is known color: Amaranth. HEX triplet: D9, 36 and 48. RGB value is (217,54,72). Sum of RGB (Red+Green+Blue) = 217+54+72=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D93648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93648 is #26C9B7. Grayscale: #686868. Windows color (decimal): -2542008 or 4732633. OLE color: 4732633.
HSL color Cylindrical-coordinate representation of color #D93648: hue angle of 353.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93648 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 72 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.15 |
| HSL | 353.37º | 0.68% | 0.53% | - |
| HSV(B) | 353.37º | 0.75% | 0.85% | - |
| XYZ | 31.1 | 17.86 | 7.94 | - |
| YUV | 104.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 72 | 0 | 0.75 | 0.67 | 0.15 | 353.37 | 0.68 | 0.53 |
| Hex | D9 | 36 | 48 | 0 | 4B | 43 | F | 161 | 44 | 35 |
| Octal | 331 | 66 | 110 | 0 | 113 | 103 | 17 | 541 | 104 | 65 |
| Binary | 11011001 | 110110 | 1001000 | 0 | 1001011 | 1000011 | 1111 | 101100001 | 1000100 | 110101 |
Color Harmonies of #D93648
Complementary color
Monochromatic Colors of #D93648
Black with #D93648
Text Example
Text Example
White with #D93648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93648; }
p { color: rgb(217,54,72); }
H1.HeaderClassName
{
color: #D93648;
}
.AnyTagClassName
{
color: #D93648;
}
</style>
background-color css
<style>
a { background-color: #D93648; }
a { background-color: rgb(217,54,72); }
div.DivClassName
{
background-color: #D93648;
}
.BgClassName
{
background-color: #D93648;
}
</style>
border-color css
<style>
span { border-color: #D93648; }
span { border-color: rgb(217,54,72); }
td.TdClassName
{
border-color: #D93648;
}
.TagClassName
{
border-color: #D93648;
}
</style>