Shades of Medium Violet Red #D0118A
Tints of Medium Violet Red #D0118A
RGB
CMYK
RGB Variations
Color information
#D0118A (or 0xD0118A) is known color: Medium Violet Red. HEX triplet: D0, 11 and 8A. RGB value is (208,17,138). Sum of RGB (Red+Green+Blue) = 208+17+138=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D0118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0118A is #2FEE75. Grayscale: #575757. Windows color (decimal): -3141238 or 9048528. OLE color: 9048528.
HSL color Cylindrical-coordinate representation of color #D0118A: hue angle of 321.99º 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 #D0118A is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 138 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.18 |
| HSL | 321.99º | 0.85% | 0.44% | - |
| HSV(B) | 321.99º | 0.92% | 0.82% | - |
| XYZ | 30.8 | 15.65 | 25.44 | - |
| YUV | 87.9 | 156.28 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 138 | 0 | 0.92 | 0.34 | 0.18 | 321.99 | 0.85 | 0.44 |
| Hex | D0 | 11 | 8A | 0 | 5C | 22 | 12 | 142 | 55 | 2C |
| Octal | 320 | 21 | 212 | 0 | 134 | 42 | 22 | 502 | 125 | 54 |
| Binary | 11010000 | 10001 | 10001010 | 0 | 1011100 | 100010 | 10010 | 101000010 | 1010101 | 101100 |
Color Harmonies of #D0118A
Complementary color
Monochromatic Colors of #D0118A
Black with #D0118A
Text Example
Text Example
White with #D0118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0118A; }
p { color: rgb(208,17,138); }
H1.HeaderClassName
{
color: #D0118A;
}
.AnyTagClassName
{
color: #D0118A;
}
</style>
background-color css
<style>
a { background-color: #D0118A; }
a { background-color: rgb(208,17,138); }
div.DivClassName
{
background-color: #D0118A;
}
.BgClassName
{
background-color: #D0118A;
}
</style>
border-color css
<style>
span { border-color: #D0118A; }
span { border-color: rgb(208,17,138); }
td.TdClassName
{
border-color: #D0118A;
}
.TagClassName
{
border-color: #D0118A;
}
</style>