Shades of Amaranth #D92D4B
Tints of Amaranth #D92D4B
RGB
CMYK
RGB Variations
Color information
#D92D4B (or 0xD92D4B) is known color: Amaranth. HEX triplet: D9, 2D and 4B. RGB value is (217,45,75). Sum of RGB (Red+Green+Blue) = 217+45+75=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D4B is #26D2B4. Grayscale: #636363. Windows color (decimal): -2544309 or 4926937. OLE color: 4926937.
HSL color Cylindrical-coordinate representation of color #D92D4B: hue angle of 349.53º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D4B is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 75 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.15 |
| HSL | 349.53º | 0.69% | 0.51% | - |
| HSV(B) | 349.53º | 0.79% | 0.85% | - |
| XYZ | 30.82 | 17.14 | 8.34 | - |
| YUV | 99.85 | 113.98 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 75 | 0 | 0.79 | 0.65 | 0.15 | 349.53 | 0.69 | 0.51 |
| Hex | D9 | 2D | 4B | 0 | 4F | 41 | F | 15E | 45 | 33 |
| Octal | 331 | 55 | 113 | 0 | 117 | 101 | 17 | 536 | 105 | 63 |
| Binary | 11011001 | 101101 | 1001011 | 0 | 1001111 | 1000001 | 1111 | 101011110 | 1000101 | 110011 |
Color Harmonies of #D92D4B
Complementary color
Monochromatic Colors of #D92D4B
Black with #D92D4B
Text Example
Text Example
White with #D92D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D4B; }
p { color: rgb(217,45,75); }
H1.HeaderClassName
{
color: #D92D4B;
}
.AnyTagClassName
{
color: #D92D4B;
}
</style>
background-color css
<style>
a { background-color: #D92D4B; }
a { background-color: rgb(217,45,75); }
div.DivClassName
{
background-color: #D92D4B;
}
.BgClassName
{
background-color: #D92D4B;
}
</style>
border-color css
<style>
span { border-color: #D92D4B; }
span { border-color: rgb(217,45,75); }
td.TdClassName
{
border-color: #D92D4B;
}
.TagClassName
{
border-color: #D92D4B;
}
</style>