Shades of Medium Violet Red #D0119A
Tints of Medium Violet Red #D0119A
RGB
CMYK
RGB Variations
Color information
#D0119A (or 0xD0119A) is known color: Medium Violet Red. HEX triplet: D0, 11 and 9A. RGB value is (208,17,154). Sum of RGB (Red+Green+Blue) = 208+17+154=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0119A is #2FEE65. Grayscale: #595959. Windows color (decimal): -3141222 or 10097104. OLE color: 10097104.
HSL color Cylindrical-coordinate representation of color #D0119A: hue angle of 316.96º 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 #D0119A is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 154 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.18 |
| HSL | 316.96º | 0.85% | 0.44% | - |
| HSV(B) | 316.96º | 0.92% | 0.82% | - |
| XYZ | 32.05 | 16.14 | 32 | - |
| YUV | 89.73 | 164.28 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 154 | 0 | 0.92 | 0.26 | 0.18 | 316.96 | 0.85 | 0.44 |
| Hex | D0 | 11 | 9A | 0 | 5C | 1A | 12 | 13D | 55 | 2C |
| Octal | 320 | 21 | 232 | 0 | 134 | 32 | 22 | 475 | 125 | 54 |
| Binary | 11010000 | 10001 | 10011010 | 0 | 1011100 | 11010 | 10010 | 100111101 | 1010101 | 101100 |
Color Harmonies of #D0119A
Complementary color
Monochromatic Colors of #D0119A
Black with #D0119A
Text Example
Text Example
White with #D0119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0119A; }
p { color: rgb(208,17,154); }
H1.HeaderClassName
{
color: #D0119A;
}
.AnyTagClassName
{
color: #D0119A;
}
</style>
background-color css
<style>
a { background-color: #D0119A; }
a { background-color: rgb(208,17,154); }
div.DivClassName
{
background-color: #D0119A;
}
.BgClassName
{
background-color: #D0119A;
}
</style>
border-color css
<style>
span { border-color: #D0119A; }
span { border-color: rgb(208,17,154); }
td.TdClassName
{
border-color: #D0119A;
}
.TagClassName
{
border-color: #D0119A;
}
</style>