Shades of Medium Violet Red #D3078E
Tints of Medium Violet Red #D3078E
RGB
CMYK
RGB Variations
Color information
#D3078E (or 0xD3078E) is known color: Medium Violet Red. HEX triplet: D3, 07 and 8E. RGB value is (211,7,142). Sum of RGB (Red+Green+Blue) = 211+7+142=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D3078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3078E is #2CF871. Grayscale: #535353. Windows color (decimal): -2947186 or 9308115. OLE color: 9308115.
HSL color Cylindrical-coordinate representation of color #D3078E: hue angle of 320.29º 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 #D3078E is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 142 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.17 |
| HSL | 320.29º | 0.94% | 0.43% | - |
| HSV(B) | 320.29º | 0.97% | 0.83% | - |
| XYZ | 31.82 | 15.95 | 26.99 | - |
| YUV | 83.39 | 161.09 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 142 | 0 | 0.97 | 0.33 | 0.17 | 320.29 | 0.94 | 0.43 |
| Hex | D3 | 7 | 8E | 0 | 61 | 21 | 11 | 140 | 5E | 2B |
| Octal | 323 | 7 | 216 | 0 | 141 | 41 | 21 | 500 | 136 | 53 |
| Binary | 11010011 | 111 | 10001110 | 0 | 1100001 | 100001 | 10001 | 101000000 | 1011110 | 101011 |
Color Harmonies of #D3078E
Complementary color
Monochromatic Colors of #D3078E
Black with #D3078E
Text Example
Text Example
White with #D3078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3078E; }
p { color: rgb(211,7,142); }
H1.HeaderClassName
{
color: #D3078E;
}
.AnyTagClassName
{
color: #D3078E;
}
</style>
background-color css
<style>
a { background-color: #D3078E; }
a { background-color: rgb(211,7,142); }
div.DivClassName
{
background-color: #D3078E;
}
.BgClassName
{
background-color: #D3078E;
}
</style>
border-color css
<style>
span { border-color: #D3078E; }
span { border-color: rgb(211,7,142); }
td.TdClassName
{
border-color: #D3078E;
}
.TagClassName
{
border-color: #D3078E;
}
</style>