Shades of Amaranth #D93951
Tints of Amaranth #D93951
RGB
CMYK
RGB Variations
Color information
#D93951 (or 0xD93951) is known color: Amaranth. HEX triplet: D9, 39 and 51. RGB value is (217,57,81). Sum of RGB (Red+Green+Blue) = 217+57+81=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D93951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93951 is #26C6AE. Grayscale: #6B6B6B. Windows color (decimal): -2541231 or 5323225. OLE color: 5323225.
HSL color Cylindrical-coordinate representation of color #D93951: hue angle of 351º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93951 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 81 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.15 |
| HSL | 351º | 0.68% | 0.54% | - |
| HSV(B) | 351º | 0.74% | 0.85% | - |
| XYZ | 31.56 | 18.27 | 9.65 | - |
| YUV | 107.58 | 113.01 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 81 | 0 | 0.74 | 0.63 | 0.15 | 351 | 0.68 | 0.54 |
| Hex | D9 | 39 | 51 | 0 | 4A | 3F | F | 15F | 44 | 36 |
| Octal | 331 | 71 | 121 | 0 | 112 | 77 | 17 | 537 | 104 | 66 |
| Binary | 11011001 | 111001 | 1010001 | 0 | 1001010 | 111111 | 1111 | 101011111 | 1000100 | 110110 |
Color Harmonies of #D93951
Complementary color
Monochromatic Colors of #D93951
Black with #D93951
Text Example
Text Example
White with #D93951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93951; }
p { color: rgb(217,57,81); }
H1.HeaderClassName
{
color: #D93951;
}
.AnyTagClassName
{
color: #D93951;
}
</style>
background-color css
<style>
a { background-color: #D93951; }
a { background-color: rgb(217,57,81); }
div.DivClassName
{
background-color: #D93951;
}
.BgClassName
{
background-color: #D93951;
}
</style>
border-color css
<style>
span { border-color: #D93951; }
span { border-color: rgb(217,57,81); }
td.TdClassName
{
border-color: #D93951;
}
.TagClassName
{
border-color: #D93951;
}
</style>