Shades of Medium Violet Red #D0119B
Tints of Medium Violet Red #D0119B
RGB
CMYK
RGB Variations
Color information
#D0119B (or 0xD0119B) is known color: Medium Violet Red. HEX triplet: D0, 11 and 9B. RGB value is (208,17,155). Sum of RGB (Red+Green+Blue) = 208+17+155=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0119B is #2FEE64. Grayscale: #595959. Windows color (decimal): -3141221 or 10162640. OLE color: 10162640.
HSL color Cylindrical-coordinate representation of color #D0119B: hue angle of 316.65º 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 #D0119B is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 155 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.18 |
| HSL | 316.65º | 0.85% | 0.44% | - |
| HSV(B) | 316.65º | 0.92% | 0.82% | - |
| XYZ | 32.13 | 16.18 | 32.44 | - |
| YUV | 89.84 | 164.78 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 155 | 0 | 0.92 | 0.25 | 0.18 | 316.65 | 0.85 | 0.44 |
| Hex | D0 | 11 | 9B | 0 | 5C | 19 | 12 | 13D | 55 | 2C |
| Octal | 320 | 21 | 233 | 0 | 134 | 31 | 22 | 475 | 125 | 54 |
| Binary | 11010000 | 10001 | 10011011 | 0 | 1011100 | 11001 | 10010 | 100111101 | 1010101 | 101100 |
Color Harmonies of #D0119B
Complementary color
Monochromatic Colors of #D0119B
Black with #D0119B
Text Example
Text Example
White with #D0119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0119B; }
p { color: rgb(208,17,155); }
H1.HeaderClassName
{
color: #D0119B;
}
.AnyTagClassName
{
color: #D0119B;
}
</style>
background-color css
<style>
a { background-color: #D0119B; }
a { background-color: rgb(208,17,155); }
div.DivClassName
{
background-color: #D0119B;
}
.BgClassName
{
background-color: #D0119B;
}
</style>
border-color css
<style>
span { border-color: #D0119B; }
span { border-color: rgb(208,17,155); }
td.TdClassName
{
border-color: #D0119B;
}
.TagClassName
{
border-color: #D0119B;
}
</style>