Shades of Medium Violet Red #D1148B
Tints of Medium Violet Red #D1148B
RGB
CMYK
RGB Variations
Color information
#D1148B (or 0xD1148B) is known color: Medium Violet Red. HEX triplet: D1, 14 and 8B. RGB value is (209,20,139). Sum of RGB (Red+Green+Blue) = 209+20+139=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1148B is #2EEB74. Grayscale: #595959. Windows color (decimal): -3074933 or 9114833. OLE color: 9114833.
HSL color Cylindrical-coordinate representation of color #D1148B: hue angle of 322.22º 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 #D1148B is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 139 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.18 |
| HSL | 322.22º | 0.83% | 0.45% | - |
| HSV(B) | 322.22º | 0.9% | 0.82% | - |
| XYZ | 31.2 | 15.92 | 25.85 | - |
| YUV | 90.08 | 155.62 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 139 | 0 | 0.90 | 0.33 | 0.18 | 322.22 | 0.83 | 0.45 |
| Hex | D1 | 14 | 8B | 0 | 5A | 21 | 12 | 142 | 53 | 2D |
| Octal | 321 | 24 | 213 | 0 | 132 | 41 | 22 | 502 | 123 | 55 |
| Binary | 11010001 | 10100 | 10001011 | 0 | 1011010 | 100001 | 10010 | 101000010 | 1010011 | 101101 |
Color Harmonies of #D1148B
Complementary color
Monochromatic Colors of #D1148B
Black with #D1148B
Text Example
Text Example
White with #D1148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1148B; }
p { color: rgb(209,20,139); }
H1.HeaderClassName
{
color: #D1148B;
}
.AnyTagClassName
{
color: #D1148B;
}
</style>
background-color css
<style>
a { background-color: #D1148B; }
a { background-color: rgb(209,20,139); }
div.DivClassName
{
background-color: #D1148B;
}
.BgClassName
{
background-color: #D1148B;
}
</style>
border-color css
<style>
span { border-color: #D1148B; }
span { border-color: rgb(209,20,139); }
td.TdClassName
{
border-color: #D1148B;
}
.TagClassName
{
border-color: #D1148B;
}
</style>