Shades of Medium Violet Red #D4078B
Tints of Medium Violet Red #D4078B
RGB
CMYK
RGB Variations
Color information
#D4078B (or 0xD4078B) is known color: Medium Violet Red. HEX triplet: D4, 07 and 8B. RGB value is (212,7,139). Sum of RGB (Red+Green+Blue) = 212+7+139=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4078B is #2BF874. Grayscale: #535353. Windows color (decimal): -2881653 or 9111508. OLE color: 9111508.
HSL color Cylindrical-coordinate representation of color #D4078B: hue angle of 321.37º 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 #D4078B is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 139 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.17 |
| HSL | 321.37º | 0.94% | 0.43% | - |
| HSV(B) | 321.37º | 0.97% | 0.83% | - |
| XYZ | 31.89 | 16.01 | 25.84 | - |
| YUV | 83.34 | 159.42 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 139 | 0 | 0.97 | 0.34 | 0.17 | 321.37 | 0.94 | 0.43 |
| Hex | D4 | 7 | 8B | 0 | 61 | 22 | 11 | 141 | 5E | 2B |
| Octal | 324 | 7 | 213 | 0 | 141 | 42 | 21 | 501 | 136 | 53 |
| Binary | 11010100 | 111 | 10001011 | 0 | 1100001 | 100010 | 10001 | 101000001 | 1011110 | 101011 |
Color Harmonies of #D4078B
Complementary color
Monochromatic Colors of #D4078B
Black with #D4078B
Text Example
Text Example
White with #D4078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4078B; }
p { color: rgb(212,7,139); }
H1.HeaderClassName
{
color: #D4078B;
}
.AnyTagClassName
{
color: #D4078B;
}
</style>
background-color css
<style>
a { background-color: #D4078B; }
a { background-color: rgb(212,7,139); }
div.DivClassName
{
background-color: #D4078B;
}
.BgClassName
{
background-color: #D4078B;
}
</style>
border-color css
<style>
span { border-color: #D4078B; }
span { border-color: rgb(212,7,139); }
td.TdClassName
{
border-color: #D4078B;
}
.TagClassName
{
border-color: #D4078B;
}
</style>