Shades of Medium Violet Red #D1148E
Tints of Medium Violet Red #D1148E
RGB
CMYK
RGB Variations
Color information
#D1148E (or 0xD1148E) is known color: Medium Violet Red. HEX triplet: D1, 14 and 8E. RGB value is (209,20,142). Sum of RGB (Red+Green+Blue) = 209+20+142=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1148E is #2EEB71. Grayscale: #5A5A5A. Windows color (decimal): -3074930 or 9311441. OLE color: 9311441.
HSL color Cylindrical-coordinate representation of color #D1148E: hue angle of 321.27º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1148E is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 142 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.18 |
| HSL | 321.27º | 0.83% | 0.45% | - |
| HSV(B) | 321.27º | 0.9% | 0.82% | - |
| XYZ | 31.43 | 16.01 | 27.02 | - |
| YUV | 90.42 | 157.12 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 142 | 0 | 0.90 | 0.32 | 0.18 | 321.27 | 0.83 | 0.45 |
| Hex | D1 | 14 | 8E | 0 | 5A | 20 | 12 | 141 | 53 | 2D |
| Octal | 321 | 24 | 216 | 0 | 132 | 40 | 22 | 501 | 123 | 55 |
| Binary | 11010001 | 10100 | 10001110 | 0 | 1011010 | 100000 | 10010 | 101000001 | 1010011 | 101101 |
Color Harmonies of #D1148E
Complementary color
Monochromatic Colors of #D1148E
Black with #D1148E
Text Example
Text Example
White with #D1148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1148E; }
p { color: rgb(209,20,142); }
H1.HeaderClassName
{
color: #D1148E;
}
.AnyTagClassName
{
color: #D1148E;
}
</style>
background-color css
<style>
a { background-color: #D1148E; }
a { background-color: rgb(209,20,142); }
div.DivClassName
{
background-color: #D1148E;
}
.BgClassName
{
background-color: #D1148E;
}
</style>
border-color css
<style>
span { border-color: #D1148E; }
span { border-color: rgb(209,20,142); }
td.TdClassName
{
border-color: #D1148E;
}
.TagClassName
{
border-color: #D1148E;
}
</style>