Shades of Medium Violet Red #D9058F
Tints of Medium Violet Red #D9058F
RGB
CMYK
RGB Variations
Color information
#D9058F (or 0xD9058F) is known color: Medium Violet Red. HEX triplet: D9, 05 and 8F. RGB value is (217,5,143). Sum of RGB (Red+Green+Blue) = 217+5+143=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9058F is #26FA70. Grayscale: #535353. Windows color (decimal): -2554481 or 9373145. OLE color: 9373145.
HSL color Cylindrical-coordinate representation of color #D9058F: hue angle of 320.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9058F is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 143 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.15 |
| HSL | 320.94º | 0.95% | 0.44% | - |
| HSV(B) | 320.94º | 0.98% | 0.85% | - |
| XYZ | 33.63 | 16.84 | 27.47 | - |
| YUV | 84.12 | 161.24 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 143 | 0 | 0.98 | 0.34 | 0.15 | 320.94 | 0.95 | 0.44 |
| Hex | D9 | 5 | 8F | 0 | 62 | 22 | F | 141 | 5F | 2C |
| Octal | 331 | 5 | 217 | 0 | 142 | 42 | 17 | 501 | 137 | 54 |
| Binary | 11011001 | 101 | 10001111 | 0 | 1100010 | 100010 | 1111 | 101000001 | 1011111 | 101100 |
Color Harmonies of #D9058F
Complementary color
Monochromatic Colors of #D9058F
Black with #D9058F
Text Example
Text Example
White with #D9058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9058F; }
p { color: rgb(217,5,143); }
H1.HeaderClassName
{
color: #D9058F;
}
.AnyTagClassName
{
color: #D9058F;
}
</style>
background-color css
<style>
a { background-color: #D9058F; }
a { background-color: rgb(217,5,143); }
div.DivClassName
{
background-color: #D9058F;
}
.BgClassName
{
background-color: #D9058F;
}
</style>
border-color css
<style>
span { border-color: #D9058F; }
span { border-color: rgb(217,5,143); }
td.TdClassName
{
border-color: #D9058F;
}
.TagClassName
{
border-color: #D9058F;
}
</style>