Shades of Medium Violet Red #D7147F
Tints of Medium Violet Red #D7147F
RGB
CMYK
RGB Variations
Color information
#D7147F (or 0xD7147F) is known color: Medium Violet Red. HEX triplet: D7, 14 and 7F. RGB value is (215,20,127). Sum of RGB (Red+Green+Blue) = 215+20+127=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D7147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7147F is #28EB80. Grayscale: #5A5A5A. Windows color (decimal): -2681729 or 8328407. OLE color: 8328407.
HSL color Cylindrical-coordinate representation of color #D7147F: hue angle of 327.08º 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 #D7147F is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 127 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.16 |
| HSL | 327.08º | 0.83% | 0.46% | - |
| HSV(B) | 327.08º | 0.91% | 0.84% | - |
| XYZ | 32.11 | 16.48 | 21.57 | - |
| YUV | 90.5 | 148.6 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 127 | 0 | 0.91 | 0.41 | 0.16 | 327.08 | 0.83 | 0.46 |
| Hex | D7 | 14 | 7F | 0 | 5B | 29 | 10 | 147 | 53 | 2E |
| Octal | 327 | 24 | 177 | 0 | 133 | 51 | 20 | 507 | 123 | 56 |
| Binary | 11010111 | 10100 | 1111111 | 0 | 1011011 | 101001 | 10000 | 101000111 | 1010011 | 101110 |
Color Harmonies of #D7147F
Complementary color
Monochromatic Colors of #D7147F
Black with #D7147F
Text Example
Text Example
White with #D7147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7147F; }
p { color: rgb(215,20,127); }
H1.HeaderClassName
{
color: #D7147F;
}
.AnyTagClassName
{
color: #D7147F;
}
</style>
background-color css
<style>
a { background-color: #D7147F; }
a { background-color: rgb(215,20,127); }
div.DivClassName
{
background-color: #D7147F;
}
.BgClassName
{
background-color: #D7147F;
}
</style>
border-color css
<style>
span { border-color: #D7147F; }
span { border-color: rgb(215,20,127); }
td.TdClassName
{
border-color: #D7147F;
}
.TagClassName
{
border-color: #D7147F;
}
</style>