Shades of Medium Violet Red #D1008F
Tints of Medium Violet Red #D1008F
RGB
CMYK
RGB Variations
Color information
#D1008F (or 0xD1008F) is known color: Medium Violet Red. HEX triplet: D1, 00 and 8F. RGB value is (209,0,143). Sum of RGB (Red+Green+Blue) = 209+0+143=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1008F is #2EFF70. Grayscale: #4E4E4E. Windows color (decimal): -3080049 or 9371857. OLE color: 9371857.
HSL color Cylindrical-coordinate representation of color #D1008F: hue angle of 318.95º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1008F is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.32 | 0.18 |
| HSL | 318.95º | 1% | 0.41% | - |
| HSV(B) | 318.95º | 1% | 0.82% | - |
| XYZ | 31.25 | 15.54 | 27.34 | - |
| YUV | 78.79 | 164.24 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 143 | 0 | 1 | 0.32 | 0.18 | 318.95 | 1 | 0.41 |
| Hex | D1 | 0 | 8F | 0 | 64 | 20 | 12 | 13F | 64 | 29 |
| Octal | 321 | 0 | 217 | 0 | 144 | 40 | 22 | 477 | 144 | 51 |
| Binary | 11010001 | 0 | 10001111 | 0 | 1100100 | 100000 | 10010 | 100111111 | 1100100 | 101001 |
Color Harmonies of #D1008F
Complementary color
Monochromatic Colors of #D1008F
Black with #D1008F
Text Example
Text Example
White with #D1008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1008F; }
p { color: rgb(209,0,143); }
H1.HeaderClassName
{
color: #D1008F;
}
.AnyTagClassName
{
color: #D1008F;
}
</style>
background-color css
<style>
a { background-color: #D1008F; }
a { background-color: rgb(209,0,143); }
div.DivClassName
{
background-color: #D1008F;
}
.BgClassName
{
background-color: #D1008F;
}
</style>
border-color css
<style>
span { border-color: #D1008F; }
span { border-color: rgb(209,0,143); }
td.TdClassName
{
border-color: #D1008F;
}
.TagClassName
{
border-color: #D1008F;
}
</style>