Shades of Medium Violet Red #D7007F
Tints of Medium Violet Red #D7007F
RGB
CMYK
RGB Variations
Color information
#D7007F (or 0xD7007F) is known color: Medium Violet Red. HEX triplet: D7, 00 and 7F. RGB value is (215,0,127). Sum of RGB (Red+Green+Blue) = 215+0+127=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7007F is #28FF80. Grayscale: #4E4E4E. Windows color (decimal): -2686849 or 8323287. OLE color: 8323287.
HSL color Cylindrical-coordinate representation of color #D7007F: hue angle of 324.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7007F is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.41 | 0.16 |
| HSL | 324.56º | 1% | 0.42% | - |
| HSV(B) | 324.56º | 1% | 0.84% | - |
| XYZ | 31.86 | 15.98 | 21.48 | - |
| YUV | 78.76 | 155.23 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 127 | 0 | 1 | 0.41 | 0.16 | 324.56 | 1 | 0.42 |
| Hex | D7 | 0 | 7F | 0 | 64 | 29 | 10 | 145 | 64 | 2A |
| Octal | 327 | 0 | 177 | 0 | 144 | 51 | 20 | 505 | 144 | 52 |
| Binary | 11010111 | 0 | 1111111 | 0 | 1100100 | 101001 | 10000 | 101000101 | 1100100 | 101010 |
Color Harmonies of #D7007F
Complementary color
Monochromatic Colors of #D7007F
Black with #D7007F
Text Example
Text Example
White with #D7007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7007F; }
p { color: rgb(215,0,127); }
H1.HeaderClassName
{
color: #D7007F;
}
.AnyTagClassName
{
color: #D7007F;
}
</style>
background-color css
<style>
a { background-color: #D7007F; }
a { background-color: rgb(215,0,127); }
div.DivClassName
{
background-color: #D7007F;
}
.BgClassName
{
background-color: #D7007F;
}
</style>
border-color css
<style>
span { border-color: #D7007F; }
span { border-color: rgb(215,0,127); }
td.TdClassName
{
border-color: #D7007F;
}
.TagClassName
{
border-color: #D7007F;
}
</style>