Shades of Amaranth #D92F4C
Tints of Amaranth #D92F4C
RGB
CMYK
RGB Variations
Color information
#D92F4C (or 0xD92F4C) is known color: Amaranth. HEX triplet: D9, 2F and 4C. RGB value is (217,47,76). Sum of RGB (Red+Green+Blue) = 217+47+76=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F4C is #26D0B3. Grayscale: #656565. Windows color (decimal): -2543796 or 4992985. OLE color: 4992985.
HSL color Cylindrical-coordinate representation of color #D92F4C: hue angle of 349.76º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F4C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 76 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.15 |
| HSL | 349.76º | 0.69% | 0.52% | - |
| HSV(B) | 349.76º | 0.78% | 0.85% | - |
| XYZ | 30.94 | 17.31 | 8.55 | - |
| YUV | 101.14 | 113.82 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 76 | 0 | 0.78 | 0.65 | 0.15 | 349.76 | 0.69 | 0.52 |
| Hex | D9 | 2F | 4C | 0 | 4E | 41 | F | 15E | 45 | 34 |
| Octal | 331 | 57 | 114 | 0 | 116 | 101 | 17 | 536 | 105 | 64 |
| Binary | 11011001 | 101111 | 1001100 | 0 | 1001110 | 1000001 | 1111 | 101011110 | 1000101 | 110100 |
Color Harmonies of #D92F4C
Complementary color
Monochromatic Colors of #D92F4C
Black with #D92F4C
Text Example
Text Example
White with #D92F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F4C; }
p { color: rgb(217,47,76); }
H1.HeaderClassName
{
color: #D92F4C;
}
.AnyTagClassName
{
color: #D92F4C;
}
</style>
background-color css
<style>
a { background-color: #D92F4C; }
a { background-color: rgb(217,47,76); }
div.DivClassName
{
background-color: #D92F4C;
}
.BgClassName
{
background-color: #D92F4C;
}
</style>
border-color css
<style>
span { border-color: #D92F4C; }
span { border-color: rgb(217,47,76); }
td.TdClassName
{
border-color: #D92F4C;
}
.TagClassName
{
border-color: #D92F4C;
}
</style>