Shades of Medium Violet Red #D3078F
Tints of Medium Violet Red #D3078F
RGB
CMYK
RGB Variations
Color information
#D3078F (or 0xD3078F) is known color: Medium Violet Red. HEX triplet: D3, 07 and 8F. RGB value is (211,7,143). Sum of RGB (Red+Green+Blue) = 211+7+143=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D3078F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3078F is #2CF870. Grayscale: #535353. Windows color (decimal): -2947185 or 9373651. OLE color: 9373651.
HSL color Cylindrical-coordinate representation of color #D3078F: hue angle of 320º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3078F is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 143 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.17 |
| HSL | 320º | 0.94% | 0.43% | - |
| HSV(B) | 320º | 0.97% | 0.83% | - |
| XYZ | 31.9 | 15.98 | 27.39 | - |
| YUV | 83.5 | 161.59 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 143 | 0 | 0.97 | 0.32 | 0.17 | 320 | 0.94 | 0.43 |
| Hex | D3 | 7 | 8F | 0 | 61 | 20 | 11 | 140 | 5E | 2B |
| Octal | 323 | 7 | 217 | 0 | 141 | 40 | 21 | 500 | 136 | 53 |
| Binary | 11010011 | 111 | 10001111 | 0 | 1100001 | 100000 | 10001 | 101000000 | 1011110 | 101011 |
Color Harmonies of #D3078F
Complementary color
Monochromatic Colors of #D3078F
Black with #D3078F
Text Example
Text Example
White with #D3078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3078F; }
p { color: rgb(211,7,143); }
H1.HeaderClassName
{
color: #D3078F;
}
.AnyTagClassName
{
color: #D3078F;
}
</style>
background-color css
<style>
a { background-color: #D3078F; }
a { background-color: rgb(211,7,143); }
div.DivClassName
{
background-color: #D3078F;
}
.BgClassName
{
background-color: #D3078F;
}
</style>
border-color css
<style>
span { border-color: #D3078F; }
span { border-color: rgb(211,7,143); }
td.TdClassName
{
border-color: #D3078F;
}
.TagClassName
{
border-color: #D3078F;
}
</style>