Shades of Medium Violet Red #D1068F
Tints of Medium Violet Red #D1068F
RGB
CMYK
RGB Variations
Color information
#D1068F (or 0xD1068F) is known color: Medium Violet Red. HEX triplet: D1, 06 and 8F. RGB value is (209,6,143). Sum of RGB (Red+Green+Blue) = 209+6+143=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1068F is #2EF970. Grayscale: #515151. Windows color (decimal): -3078513 or 9373393. OLE color: 9373393.
HSL color Cylindrical-coordinate representation of color #D1068F: hue angle of 319.51º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1068F is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 143 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.18 |
| HSL | 319.51º | 0.94% | 0.42% | - |
| HSV(B) | 319.51º | 0.97% | 0.82% | - |
| XYZ | 31.32 | 15.67 | 27.36 | - |
| YUV | 82.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 143 | 0 | 0.97 | 0.32 | 0.18 | 319.51 | 0.94 | 0.42 |
| Hex | D1 | 6 | 8F | 0 | 61 | 20 | 12 | 140 | 5E | 2A |
| Octal | 321 | 6 | 217 | 0 | 141 | 40 | 22 | 500 | 136 | 52 |
| Binary | 11010001 | 110 | 10001111 | 0 | 1100001 | 100000 | 10010 | 101000000 | 1011110 | 101010 |
Color Harmonies of #D1068F
Complementary color
Monochromatic Colors of #D1068F
Black with #D1068F
Text Example
Text Example
White with #D1068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1068F; }
p { color: rgb(209,6,143); }
H1.HeaderClassName
{
color: #D1068F;
}
.AnyTagClassName
{
color: #D1068F;
}
</style>
background-color css
<style>
a { background-color: #D1068F; }
a { background-color: rgb(209,6,143); }
div.DivClassName
{
background-color: #D1068F;
}
.BgClassName
{
background-color: #D1068F;
}
</style>
border-color css
<style>
span { border-color: #D1068F; }
span { border-color: rgb(209,6,143); }
td.TdClassName
{
border-color: #D1068F;
}
.TagClassName
{
border-color: #D1068F;
}
</style>