Shades of Medium Violet Red #D0118F
Tints of Medium Violet Red #D0118F
RGB
CMYK
RGB Variations
Color information
#D0118F (or 0xD0118F) is known color: Medium Violet Red. HEX triplet: D0, 11 and 8F. RGB value is (208,17,143). Sum of RGB (Red+Green+Blue) = 208+17+143=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0118F is #2FEE70. Grayscale: #585858. Windows color (decimal): -3141233 or 9376208. OLE color: 9376208.
HSL color Cylindrical-coordinate representation of color #D0118F: hue angle of 320.42º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0118F is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 143 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.18 |
| HSL | 320.42º | 0.85% | 0.44% | - |
| HSV(B) | 320.42º | 0.92% | 0.82% | - |
| XYZ | 31.17 | 15.79 | 27.39 | - |
| YUV | 88.47 | 158.78 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 143 | 0 | 0.92 | 0.31 | 0.18 | 320.42 | 0.85 | 0.44 |
| Hex | D0 | 11 | 8F | 0 | 5C | 1F | 12 | 140 | 55 | 2C |
| Octal | 320 | 21 | 217 | 0 | 134 | 37 | 22 | 500 | 125 | 54 |
| Binary | 11010000 | 10001 | 10001111 | 0 | 1011100 | 11111 | 10010 | 101000000 | 1010101 | 101100 |
Color Harmonies of #D0118F
Complementary color
Monochromatic Colors of #D0118F
Black with #D0118F
Text Example
Text Example
White with #D0118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0118F; }
p { color: rgb(208,17,143); }
H1.HeaderClassName
{
color: #D0118F;
}
.AnyTagClassName
{
color: #D0118F;
}
</style>
background-color css
<style>
a { background-color: #D0118F; }
a { background-color: rgb(208,17,143); }
div.DivClassName
{
background-color: #D0118F;
}
.BgClassName
{
background-color: #D0118F;
}
</style>
border-color css
<style>
span { border-color: #D0118F; }
span { border-color: rgb(208,17,143); }
td.TdClassName
{
border-color: #D0118F;
}
.TagClassName
{
border-color: #D0118F;
}
</style>