Shades of Medium Violet Red #D1017F
Tints of Medium Violet Red #D1017F
RGB
CMYK
RGB Variations
Color information
#D1017F (or 0xD1017F) is known color: Medium Violet Red. HEX triplet: D1, 01 and 7F. RGB value is (209,1,127). Sum of RGB (Red+Green+Blue) = 209+1+127=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1017F is #2EFE80. Grayscale: #4D4D4D. Windows color (decimal): -3079809 or 8323537. OLE color: 8323537.
HSL color Cylindrical-coordinate representation of color #D1017F: hue angle of 323.65º 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 #D1017F is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.18 |
| HSL | 323.65º | 0.99% | 0.41% | - |
| HSV(B) | 323.65º | 1% | 0.82% | - |
| XYZ | 30.14 | 15.11 | 21.41 | - |
| YUV | 77.56 | 155.91 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 127 | 0 | 1.00 | 0.39 | 0.18 | 323.65 | 0.99 | 0.41 |
| Hex | D1 | 1 | 7F | 0 | 64 | 27 | 12 | 144 | 63 | 29 |
| Octal | 321 | 1 | 177 | 0 | 144 | 47 | 22 | 504 | 143 | 51 |
| Binary | 11010001 | 1 | 1111111 | 0 | 1100100 | 100111 | 10010 | 101000100 | 1100011 | 101001 |
Color Harmonies of #D1017F
Complementary color
Monochromatic Colors of #D1017F
Black with #D1017F
Text Example
Text Example
White with #D1017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1017F; }
p { color: rgb(209,1,127); }
H1.HeaderClassName
{
color: #D1017F;
}
.AnyTagClassName
{
color: #D1017F;
}
</style>
background-color css
<style>
a { background-color: #D1017F; }
a { background-color: rgb(209,1,127); }
div.DivClassName
{
background-color: #D1017F;
}
.BgClassName
{
background-color: #D1017F;
}
</style>
border-color css
<style>
span { border-color: #D1017F; }
span { border-color: rgb(209,1,127); }
td.TdClassName
{
border-color: #D1017F;
}
.TagClassName
{
border-color: #D1017F;
}
</style>