Shades of Medium Violet Red #D1228F
Tints of Medium Violet Red #D1228F
RGB
CMYK
RGB Variations
Color information
#D1228F (or 0xD1228F) is known color: Medium Violet Red. HEX triplet: D1, 22 and 8F. RGB value is (209,34,143). Sum of RGB (Red+Green+Blue) = 209+34+143=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1228F is #2EDD70. Grayscale: #626262. Windows color (decimal): -3071345 or 9380561. OLE color: 9380561.
HSL color Cylindrical-coordinate representation of color #D1228F: hue angle of 322.63º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1228F is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 143 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.18 |
| HSL | 322.63º | 0.72% | 0.48% | - |
| HSV(B) | 322.63º | 0.84% | 0.82% | - |
| XYZ | 31.82 | 16.68 | 27.53 | - |
| YUV | 98.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 143 | 0 | 0.84 | 0.32 | 0.18 | 322.63 | 0.72 | 0.48 |
| Hex | D1 | 22 | 8F | 0 | 54 | 20 | 12 | 143 | 48 | 30 |
| Octal | 321 | 42 | 217 | 0 | 124 | 40 | 22 | 503 | 110 | 60 |
| Binary | 11010001 | 100010 | 10001111 | 0 | 1010100 | 100000 | 10010 | 101000011 | 1001000 | 110000 |
Color Harmonies of #D1228F
Complementary color
Monochromatic Colors of #D1228F
Black with #D1228F
Text Example
Text Example
White with #D1228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1228F; }
p { color: rgb(209,34,143); }
H1.HeaderClassName
{
color: #D1228F;
}
.AnyTagClassName
{
color: #D1228F;
}
</style>
background-color css
<style>
a { background-color: #D1228F; }
a { background-color: rgb(209,34,143); }
div.DivClassName
{
background-color: #D1228F;
}
.BgClassName
{
background-color: #D1228F;
}
</style>
border-color css
<style>
span { border-color: #D1228F; }
span { border-color: rgb(209,34,143); }
td.TdClassName
{
border-color: #D1228F;
}
.TagClassName
{
border-color: #D1228F;
}
</style>