Shades of Medium Violet Red #D7008F
Tints of Medium Violet Red #D7008F
RGB
CMYK
RGB Variations
Color information
#D7008F (or 0xD7008F) is known color: Medium Violet Red. HEX triplet: D7, 00 and 8F. RGB value is (215,0,143). Sum of RGB (Red+Green+Blue) = 215+0+143=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7008F is #28FF70. Grayscale: #505050. Windows color (decimal): -2686833 or 9371863. OLE color: 9371863.
HSL color Cylindrical-coordinate representation of color #D7008F: hue angle of 320.09º 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 #D7008F is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.33 | 0.16 |
| HSL | 320.09º | 1% | 0.42% | - |
| HSV(B) | 320.09º | 1% | 0.84% | - |
| XYZ | 32.98 | 16.43 | 27.42 | - |
| YUV | 80.59 | 163.23 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 143 | 0 | 1 | 0.33 | 0.16 | 320.09 | 1 | 0.42 |
| Hex | D7 | 0 | 8F | 0 | 64 | 21 | 10 | 140 | 64 | 2A |
| Octal | 327 | 0 | 217 | 0 | 144 | 41 | 20 | 500 | 144 | 52 |
| Binary | 11010111 | 0 | 10001111 | 0 | 1100100 | 100001 | 10000 | 101000000 | 1100100 | 101010 |
Color Harmonies of #D7008F
Complementary color
Monochromatic Colors of #D7008F
Black with #D7008F
Text Example
Text Example
White with #D7008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7008F; }
p { color: rgb(215,0,143); }
H1.HeaderClassName
{
color: #D7008F;
}
.AnyTagClassName
{
color: #D7008F;
}
</style>
background-color css
<style>
a { background-color: #D7008F; }
a { background-color: rgb(215,0,143); }
div.DivClassName
{
background-color: #D7008F;
}
.BgClassName
{
background-color: #D7008F;
}
</style>
border-color css
<style>
span { border-color: #D7008F; }
span { border-color: rgb(215,0,143); }
td.TdClassName
{
border-color: #D7008F;
}
.TagClassName
{
border-color: #D7008F;
}
</style>