Shades of Medium Violet Red #D1018F
Tints of Medium Violet Red #D1018F
RGB
CMYK
RGB Variations
Color information
#D1018F (or 0xD1018F) is known color: Medium Violet Red. HEX triplet: D1, 01 and 8F. RGB value is (209,1,143). Sum of RGB (Red+Green+Blue) = 209+1+143=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1018F is #2EFE70. Grayscale: #4F4F4F. Windows color (decimal): -3079793 or 9372113. OLE color: 9372113.
HSL color Cylindrical-coordinate representation of color #D1018F: hue angle of 319.04º 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 #D1018F is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 143 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.18 |
| HSL | 319.04º | 0.99% | 0.41% | - |
| HSV(B) | 319.04º | 1% | 0.82% | - |
| XYZ | 31.26 | 15.56 | 27.34 | - |
| YUV | 79.38 | 163.91 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 143 | 0 | 1.00 | 0.32 | 0.18 | 319.04 | 0.99 | 0.41 |
| Hex | D1 | 1 | 8F | 0 | 64 | 20 | 12 | 13F | 63 | 29 |
| Octal | 321 | 1 | 217 | 0 | 144 | 40 | 22 | 477 | 143 | 51 |
| Binary | 11010001 | 1 | 10001111 | 0 | 1100100 | 100000 | 10010 | 100111111 | 1100011 | 101001 |
Color Harmonies of #D1018F
Complementary color
Monochromatic Colors of #D1018F
Black with #D1018F
Text Example
Text Example
White with #D1018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1018F; }
p { color: rgb(209,1,143); }
H1.HeaderClassName
{
color: #D1018F;
}
.AnyTagClassName
{
color: #D1018F;
}
</style>
background-color css
<style>
a { background-color: #D1018F; }
a { background-color: rgb(209,1,143); }
div.DivClassName
{
background-color: #D1018F;
}
.BgClassName
{
background-color: #D1018F;
}
</style>
border-color css
<style>
span { border-color: #D1018F; }
span { border-color: rgb(209,1,143); }
td.TdClassName
{
border-color: #D1018F;
}
.TagClassName
{
border-color: #D1018F;
}
</style>