Shades of Medium Violet Red #D7008D
Tints of Medium Violet Red #D7008D
RGB
CMYK
RGB Variations
Color information
#D7008D (or 0xD7008D) is known color: Medium Violet Red. HEX triplet: D7, 00 and 8D. RGB value is (215,0,141). Sum of RGB (Red+Green+Blue) = 215+0+141=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7008D is #28FF72. Grayscale: #505050. Windows color (decimal): -2686835 or 9240791. OLE color: 9240791.
HSL color Cylindrical-coordinate representation of color #D7008D: hue angle of 320.65º 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 #D7008D is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.34 | 0.16 |
| HSL | 320.65º | 1% | 0.42% | - |
| HSV(B) | 320.65º | 1% | 0.84% | - |
| XYZ | 32.83 | 16.37 | 26.63 | - |
| YUV | 80.36 | 162.23 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 141 | 0 | 1 | 0.34 | 0.16 | 320.65 | 1 | 0.42 |
| Hex | D7 | 0 | 8D | 0 | 64 | 22 | 10 | 141 | 64 | 2A |
| Octal | 327 | 0 | 215 | 0 | 144 | 42 | 20 | 501 | 144 | 52 |
| Binary | 11010111 | 0 | 10001101 | 0 | 1100100 | 100010 | 10000 | 101000001 | 1100100 | 101010 |
Color Harmonies of #D7008D
Complementary color
Monochromatic Colors of #D7008D
Black with #D7008D
Text Example
Text Example
White with #D7008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7008D; }
p { color: rgb(215,0,141); }
H1.HeaderClassName
{
color: #D7008D;
}
.AnyTagClassName
{
color: #D7008D;
}
</style>
background-color css
<style>
a { background-color: #D7008D; }
a { background-color: rgb(215,0,141); }
div.DivClassName
{
background-color: #D7008D;
}
.BgClassName
{
background-color: #D7008D;
}
</style>
border-color css
<style>
span { border-color: #D7008D; }
span { border-color: rgb(215,0,141); }
td.TdClassName
{
border-color: #D7008D;
}
.TagClassName
{
border-color: #D7008D;
}
</style>