Shades of Medium Violet Red #D9048B
Tints of Medium Violet Red #D9048B
RGB
CMYK
RGB Variations
Color information
#D9048B (or 0xD9048B) is known color: Medium Violet Red. HEX triplet: D9, 04 and 8B. RGB value is (217,4,139). Sum of RGB (Red+Green+Blue) = 217+4+139=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9048B is #26FB74. Grayscale: #525252. Windows color (decimal): -2554741 or 9110745. OLE color: 9110745.
HSL color Cylindrical-coordinate representation of color #D9048B: hue angle of 321.97º 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 #D9048B is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.15 |
| HSL | 321.97º | 0.96% | 0.43% | - |
| HSV(B) | 321.97º | 0.98% | 0.85% | - |
| XYZ | 33.32 | 16.7 | 25.89 | - |
| YUV | 83.08 | 159.57 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 139 | 0 | 0.98 | 0.36 | 0.15 | 321.97 | 0.96 | 0.43 |
| Hex | D9 | 4 | 8B | 0 | 62 | 24 | F | 142 | 60 | 2B |
| Octal | 331 | 4 | 213 | 0 | 142 | 44 | 17 | 502 | 140 | 53 |
| Binary | 11011001 | 100 | 10001011 | 0 | 1100010 | 100100 | 1111 | 101000010 | 1100000 | 101011 |
Color Harmonies of #D9048B
Complementary color
Monochromatic Colors of #D9048B
Black with #D9048B
Text Example
Text Example
White with #D9048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9048B; }
p { color: rgb(217,4,139); }
H1.HeaderClassName
{
color: #D9048B;
}
.AnyTagClassName
{
color: #D9048B;
}
</style>
background-color css
<style>
a { background-color: #D9048B; }
a { background-color: rgb(217,4,139); }
div.DivClassName
{
background-color: #D9048B;
}
.BgClassName
{
background-color: #D9048B;
}
</style>
border-color css
<style>
span { border-color: #D9048B; }
span { border-color: rgb(217,4,139); }
td.TdClassName
{
border-color: #D9048B;
}
.TagClassName
{
border-color: #D9048B;
}
</style>