Shades of Medium Violet Red #D8147F
Tints of Medium Violet Red #D8147F
RGB
CMYK
RGB Variations
Color information
#D8147F (or 0xD8147F) is known color: Medium Violet Red. HEX triplet: D8, 14 and 7F. RGB value is (216,20,127). Sum of RGB (Red+Green+Blue) = 216+20+127=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8147F is #27EB80. Grayscale: #5A5A5A. Windows color (decimal): -2616193 or 8328408. OLE color: 8328408.
HSL color Cylindrical-coordinate representation of color #D8147F: hue angle of 327.24º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8147F is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 127 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.15 |
| HSL | 327.24º | 0.83% | 0.46% | - |
| HSV(B) | 327.24º | 0.91% | 0.85% | - |
| XYZ | 32.4 | 16.63 | 21.58 | - |
| YUV | 90.8 | 148.43 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 127 | 0 | 0.91 | 0.41 | 0.15 | 327.24 | 0.83 | 0.46 |
| Hex | D8 | 14 | 7F | 0 | 5B | 29 | F | 147 | 53 | 2E |
| Octal | 330 | 24 | 177 | 0 | 133 | 51 | 17 | 507 | 123 | 56 |
| Binary | 11011000 | 10100 | 1111111 | 0 | 1011011 | 101001 | 1111 | 101000111 | 1010011 | 101110 |
Color Harmonies of #D8147F
Complementary color
Monochromatic Colors of #D8147F
Black with #D8147F
Text Example
Text Example
White with #D8147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8147F; }
p { color: rgb(216,20,127); }
H1.HeaderClassName
{
color: #D8147F;
}
.AnyTagClassName
{
color: #D8147F;
}
</style>
background-color css
<style>
a { background-color: #D8147F; }
a { background-color: rgb(216,20,127); }
div.DivClassName
{
background-color: #D8147F;
}
.BgClassName
{
background-color: #D8147F;
}
</style>
border-color css
<style>
span { border-color: #D8147F; }
span { border-color: rgb(216,20,127); }
td.TdClassName
{
border-color: #D8147F;
}
.TagClassName
{
border-color: #D8147F;
}
</style>