Shades of Medium Violet Red #D7017F
Tints of Medium Violet Red #D7017F
RGB
CMYK
RGB Variations
Color information
#D7017F (or 0xD7017F) is known color: Medium Violet Red. HEX triplet: D7, 01 and 7F. RGB value is (215,1,127). Sum of RGB (Red+Green+Blue) = 215+1+127=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D7017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7017F is #28FE80. Grayscale: #4F4F4F. Windows color (decimal): -2686593 or 8323543. OLE color: 8323543.
HSL color Cylindrical-coordinate representation of color #D7017F: hue angle of 324.67º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7017F is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.16 |
| HSL | 324.67º | 0.99% | 0.42% | - |
| HSV(B) | 324.67º | 1% | 0.84% | - |
| XYZ | 31.87 | 16 | 21.49 | - |
| YUV | 79.35 | 154.9 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 127 | 0 | 1.00 | 0.41 | 0.16 | 324.67 | 0.99 | 0.42 |
| Hex | D7 | 1 | 7F | 0 | 64 | 29 | 10 | 145 | 63 | 2A |
| Octal | 327 | 1 | 177 | 0 | 144 | 51 | 20 | 505 | 143 | 52 |
| Binary | 11010111 | 1 | 1111111 | 0 | 1100100 | 101001 | 10000 | 101000101 | 1100011 | 101010 |
Color Harmonies of #D7017F
Complementary color
Monochromatic Colors of #D7017F
Black with #D7017F
Text Example
Text Example
White with #D7017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7017F; }
p { color: rgb(215,1,127); }
H1.HeaderClassName
{
color: #D7017F;
}
.AnyTagClassName
{
color: #D7017F;
}
</style>
background-color css
<style>
a { background-color: #D7017F; }
a { background-color: rgb(215,1,127); }
div.DivClassName
{
background-color: #D7017F;
}
.BgClassName
{
background-color: #D7017F;
}
</style>
border-color css
<style>
span { border-color: #D7017F; }
span { border-color: rgb(215,1,127); }
td.TdClassName
{
border-color: #D7017F;
}
.TagClassName
{
border-color: #D7017F;
}
</style>