Shades of Medium Violet Red #D1008C
Tints of Medium Violet Red #D1008C
RGB
CMYK
RGB Variations
Color information
#D1008C (or 0xD1008C) is known color: Medium Violet Red. HEX triplet: D1, 00 and 8C. RGB value is (209,0,140). Sum of RGB (Red+Green+Blue) = 209+0+140=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D1008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1008C is #2EFF73. Grayscale: #4E4E4E. Windows color (decimal): -3080052 or 9175249. OLE color: 9175249.
HSL color Cylindrical-coordinate representation of color #D1008C: hue angle of 319.81º 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 #D1008C is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.33 | 0.18 |
| HSL | 319.81º | 1% | 0.41% | - |
| HSV(B) | 319.81º | 1% | 0.82% | - |
| XYZ | 31.03 | 15.45 | 26.16 | - |
| YUV | 78.45 | 162.74 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 140 | 0 | 1 | 0.33 | 0.18 | 319.81 | 1 | 0.41 |
| Hex | D1 | 0 | 8C | 0 | 64 | 21 | 12 | 140 | 64 | 29 |
| Octal | 321 | 0 | 214 | 0 | 144 | 41 | 22 | 500 | 144 | 51 |
| Binary | 11010001 | 0 | 10001100 | 0 | 1100100 | 100001 | 10010 | 101000000 | 1100100 | 101001 |
Color Harmonies of #D1008C
Complementary color
Monochromatic Colors of #D1008C
Black with #D1008C
Text Example
Text Example
White with #D1008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1008C; }
p { color: rgb(209,0,140); }
H1.HeaderClassName
{
color: #D1008C;
}
.AnyTagClassName
{
color: #D1008C;
}
</style>
background-color css
<style>
a { background-color: #D1008C; }
a { background-color: rgb(209,0,140); }
div.DivClassName
{
background-color: #D1008C;
}
.BgClassName
{
background-color: #D1008C;
}
</style>
border-color css
<style>
span { border-color: #D1008C; }
span { border-color: rgb(209,0,140); }
td.TdClassName
{
border-color: #D1008C;
}
.TagClassName
{
border-color: #D1008C;
}
</style>