Shades of Medium Violet Red #D7149F
Tints of Medium Violet Red #D7149F
RGB
CMYK
RGB Variations
Color information
#D7149F (or 0xD7149F) is known color: Medium Violet Red. HEX triplet: D7, 14 and 9F. RGB value is (215,20,159). Sum of RGB (Red+Green+Blue) = 215+20+159=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7149F is #28EB60. Grayscale: #5D5D5D. Windows color (decimal): -2681697 or 10425559. OLE color: 10425559.
HSL color Cylindrical-coordinate representation of color #D7149F: hue angle of 317.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7149F is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 159 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.16 |
| HSL | 317.23º | 0.83% | 0.46% | - |
| HSV(B) | 317.23º | 0.91% | 0.84% | - |
| XYZ | 34.53 | 17.45 | 34.35 | - |
| YUV | 94.15 | 164.6 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 159 | 0 | 0.91 | 0.26 | 0.16 | 317.23 | 0.83 | 0.46 |
| Hex | D7 | 14 | 9F | 0 | 5B | 1A | 10 | 13D | 53 | 2E |
| Octal | 327 | 24 | 237 | 0 | 133 | 32 | 20 | 475 | 123 | 56 |
| Binary | 11010111 | 10100 | 10011111 | 0 | 1011011 | 11010 | 10000 | 100111101 | 1010011 | 101110 |
Color Harmonies of #D7149F
Complementary color
Monochromatic Colors of #D7149F
Black with #D7149F
Text Example
Text Example
White with #D7149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7149F; }
p { color: rgb(215,20,159); }
H1.HeaderClassName
{
color: #D7149F;
}
.AnyTagClassName
{
color: #D7149F;
}
</style>
background-color css
<style>
a { background-color: #D7149F; }
a { background-color: rgb(215,20,159); }
div.DivClassName
{
background-color: #D7149F;
}
.BgClassName
{
background-color: #D7149F;
}
</style>
border-color css
<style>
span { border-color: #D7149F; }
span { border-color: rgb(215,20,159); }
td.TdClassName
{
border-color: #D7149F;
}
.TagClassName
{
border-color: #D7149F;
}
</style>