Shades of Medium Violet Red #D1148F
Tints of Medium Violet Red #D1148F
RGB
CMYK
RGB Variations
Color information
#D1148F (or 0xD1148F) is known color: Medium Violet Red. HEX triplet: D1, 14 and 8F. RGB value is (209,20,143). Sum of RGB (Red+Green+Blue) = 209+20+143=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1148F is #2EEB70. Grayscale: #5A5A5A. Windows color (decimal): -3074929 or 9376977. OLE color: 9376977.
HSL color Cylindrical-coordinate representation of color #D1148F: hue angle of 320.95º 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 #D1148F is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 143 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.18 |
| HSL | 320.95º | 0.83% | 0.45% | - |
| HSV(B) | 320.95º | 0.9% | 0.82% | - |
| XYZ | 31.5 | 16.04 | 27.42 | - |
| YUV | 90.53 | 157.62 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 143 | 0 | 0.90 | 0.32 | 0.18 | 320.95 | 0.83 | 0.45 |
| Hex | D1 | 14 | 8F | 0 | 5A | 20 | 12 | 141 | 53 | 2D |
| Octal | 321 | 24 | 217 | 0 | 132 | 40 | 22 | 501 | 123 | 55 |
| Binary | 11010001 | 10100 | 10001111 | 0 | 1011010 | 100000 | 10010 | 101000001 | 1010011 | 101101 |
Color Harmonies of #D1148F
Complementary color
Monochromatic Colors of #D1148F
Black with #D1148F
Text Example
Text Example
White with #D1148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1148F; }
p { color: rgb(209,20,143); }
H1.HeaderClassName
{
color: #D1148F;
}
.AnyTagClassName
{
color: #D1148F;
}
</style>
background-color css
<style>
a { background-color: #D1148F; }
a { background-color: rgb(209,20,143); }
div.DivClassName
{
background-color: #D1148F;
}
.BgClassName
{
background-color: #D1148F;
}
</style>
border-color css
<style>
span { border-color: #D1148F; }
span { border-color: rgb(209,20,143); }
td.TdClassName
{
border-color: #D1148F;
}
.TagClassName
{
border-color: #D1148F;
}
</style>