Shades of Medium Violet Red #D1008B
Tints of Medium Violet Red #D1008B
RGB
CMYK
RGB Variations
Color information
#D1008B (or 0xD1008B) is known color: Medium Violet Red. HEX triplet: D1, 00 and 8B. RGB value is (209,0,139). Sum of RGB (Red+Green+Blue) = 209+0+139=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D1008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1008B is #2EFF74. Grayscale: #4D4D4D. Windows color (decimal): -3080053 or 9109713. OLE color: 9109713.
HSL color Cylindrical-coordinate representation of color #D1008B: hue angle of 320.1º 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 #D1008B is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.33 | 0.18 |
| HSL | 320.1º | 1% | 0.41% | - |
| HSV(B) | 320.1º | 1% | 0.82% | - |
| XYZ | 30.95 | 15.42 | 25.77 | - |
| YUV | 78.34 | 162.24 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 139 | 0 | 1 | 0.33 | 0.18 | 320.1 | 1 | 0.41 |
| Hex | D1 | 0 | 8B | 0 | 64 | 21 | 12 | 140 | 64 | 29 |
| Octal | 321 | 0 | 213 | 0 | 144 | 41 | 22 | 500 | 144 | 51 |
| Binary | 11010001 | 0 | 10001011 | 0 | 1100100 | 100001 | 10010 | 101000000 | 1100100 | 101001 |
Color Harmonies of #D1008B
Complementary color
Monochromatic Colors of #D1008B
Black with #D1008B
Text Example
Text Example
White with #D1008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1008B; }
p { color: rgb(209,0,139); }
H1.HeaderClassName
{
color: #D1008B;
}
.AnyTagClassName
{
color: #D1008B;
}
</style>
background-color css
<style>
a { background-color: #D1008B; }
a { background-color: rgb(209,0,139); }
div.DivClassName
{
background-color: #D1008B;
}
.BgClassName
{
background-color: #D1008B;
}
</style>
border-color css
<style>
span { border-color: #D1008B; }
span { border-color: rgb(209,0,139); }
td.TdClassName
{
border-color: #D1008B;
}
.TagClassName
{
border-color: #D1008B;
}
</style>