Shades of Medium Violet Red #D9048D
Tints of Medium Violet Red #D9048D
RGB
CMYK
RGB Variations
Color information
#D9048D (or 0xD9048D) is known color: Medium Violet Red. HEX triplet: D9, 04 and 8D. RGB value is (217,4,141). Sum of RGB (Red+Green+Blue) = 217+4+141=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9048D is #26FB72. Grayscale: #525252. Windows color (decimal): -2554739 or 9241817. OLE color: 9241817.
HSL color Cylindrical-coordinate representation of color #D9048D: hue angle of 321.41º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9048D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 141 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.15 |
| HSL | 321.41º | 0.96% | 0.43% | - |
| HSV(B) | 321.41º | 0.98% | 0.85% | - |
| XYZ | 33.47 | 16.76 | 26.67 | - |
| YUV | 83.31 | 160.57 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 141 | 0 | 0.98 | 0.35 | 0.15 | 321.41 | 0.96 | 0.43 |
| Hex | D9 | 4 | 8D | 0 | 62 | 23 | F | 141 | 60 | 2B |
| Octal | 331 | 4 | 215 | 0 | 142 | 43 | 17 | 501 | 140 | 53 |
| Binary | 11011001 | 100 | 10001101 | 0 | 1100010 | 100011 | 1111 | 101000001 | 1100000 | 101011 |
Color Harmonies of #D9048D
Complementary color
Monochromatic Colors of #D9048D
Black with #D9048D
Text Example
Text Example
White with #D9048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9048D; }
p { color: rgb(217,4,141); }
H1.HeaderClassName
{
color: #D9048D;
}
.AnyTagClassName
{
color: #D9048D;
}
</style>
background-color css
<style>
a { background-color: #D9048D; }
a { background-color: rgb(217,4,141); }
div.DivClassName
{
background-color: #D9048D;
}
.BgClassName
{
background-color: #D9048D;
}
</style>
border-color css
<style>
span { border-color: #D9048D; }
span { border-color: rgb(217,4,141); }
td.TdClassName
{
border-color: #D9048D;
}
.TagClassName
{
border-color: #D9048D;
}
</style>