Shades of Medium Violet Red #D1018E
Tints of Medium Violet Red #D1018E
RGB
CMYK
RGB Variations
Color information
#D1018E (or 0xD1018E) is known color: Medium Violet Red. HEX triplet: D1, 01 and 8E. RGB value is (209,1,142). Sum of RGB (Red+Green+Blue) = 209+1+142=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1018E is #2EFE71. Grayscale: #4E4E4E. Windows color (decimal): -3079794 or 9306577. OLE color: 9306577.
HSL color Cylindrical-coordinate representation of color #D1018E: hue angle of 319.33º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1018E is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 142 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.18 |
| HSL | 319.33º | 0.99% | 0.41% | - |
| HSV(B) | 319.33º | 1% | 0.82% | - |
| XYZ | 31.19 | 15.53 | 26.95 | - |
| YUV | 79.27 | 163.41 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 142 | 0 | 1.00 | 0.32 | 0.18 | 319.33 | 0.99 | 0.41 |
| Hex | D1 | 1 | 8E | 0 | 64 | 20 | 12 | 13F | 63 | 29 |
| Octal | 321 | 1 | 216 | 0 | 144 | 40 | 22 | 477 | 143 | 51 |
| Binary | 11010001 | 1 | 10001110 | 0 | 1100100 | 100000 | 10010 | 100111111 | 1100011 | 101001 |
Color Harmonies of #D1018E
Complementary color
Monochromatic Colors of #D1018E
Black with #D1018E
Text Example
Text Example
White with #D1018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1018E; }
p { color: rgb(209,1,142); }
H1.HeaderClassName
{
color: #D1018E;
}
.AnyTagClassName
{
color: #D1018E;
}
</style>
background-color css
<style>
a { background-color: #D1018E; }
a { background-color: rgb(209,1,142); }
div.DivClassName
{
background-color: #D1018E;
}
.BgClassName
{
background-color: #D1018E;
}
</style>
border-color css
<style>
span { border-color: #D1018E; }
span { border-color: rgb(209,1,142); }
td.TdClassName
{
border-color: #D1018E;
}
.TagClassName
{
border-color: #D1018E;
}
</style>