Shades of Medium Violet Red #D1238F
Tints of Medium Violet Red #D1238F
RGB
CMYK
RGB Variations
Color information
#D1238F (or 0xD1238F) is known color: Medium Violet Red. HEX triplet: D1, 23 and 8F. RGB value is (209,35,143). Sum of RGB (Red+Green+Blue) = 209+35+143=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1238F is #2EDC70. Grayscale: #636363. Windows color (decimal): -3071089 or 9380817. OLE color: 9380817.
HSL color Cylindrical-coordinate representation of color #D1238F: hue angle of 322.76º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1238F is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 143 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.18 |
| HSL | 322.76º | 0.71% | 0.48% | - |
| HSV(B) | 322.76º | 0.83% | 0.82% | - |
| XYZ | 31.85 | 16.74 | 27.54 | - |
| YUV | 99.34 | 152.65 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 143 | 0 | 0.83 | 0.32 | 0.18 | 322.76 | 0.71 | 0.48 |
| Hex | D1 | 23 | 8F | 0 | 53 | 20 | 12 | 143 | 47 | 30 |
| Octal | 321 | 43 | 217 | 0 | 123 | 40 | 22 | 503 | 107 | 60 |
| Binary | 11010001 | 100011 | 10001111 | 0 | 1010011 | 100000 | 10010 | 101000011 | 1000111 | 110000 |
Color Harmonies of #D1238F
Complementary color
Monochromatic Colors of #D1238F
Black with #D1238F
Text Example
Text Example
White with #D1238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1238F; }
p { color: rgb(209,35,143); }
H1.HeaderClassName
{
color: #D1238F;
}
.AnyTagClassName
{
color: #D1238F;
}
</style>
background-color css
<style>
a { background-color: #D1238F; }
a { background-color: rgb(209,35,143); }
div.DivClassName
{
background-color: #D1238F;
}
.BgClassName
{
background-color: #D1238F;
}
</style>
border-color css
<style>
span { border-color: #D1238F; }
span { border-color: rgb(209,35,143); }
td.TdClassName
{
border-color: #D1238F;
}
.TagClassName
{
border-color: #D1238F;
}
</style>