Shades of Medium Violet Red #D5078F
Tints of Medium Violet Red #D5078F
RGB
CMYK
RGB Variations
Color information
#D5078F (or 0xD5078F) is known color: Medium Violet Red. HEX triplet: D5, 07 and 8F. RGB value is (213,7,143). Sum of RGB (Red+Green+Blue) = 213+7+143=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5078F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5078F is #2AF870. Grayscale: #535353. Windows color (decimal): -2816113 or 9373653. OLE color: 9373653.
HSL color Cylindrical-coordinate representation of color #D5078F: hue angle of 320.39º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5078F is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 143 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.16 |
| HSL | 320.39º | 0.94% | 0.43% | - |
| HSV(B) | 320.39º | 0.97% | 0.84% | - |
| XYZ | 32.47 | 16.28 | 27.42 | - |
| YUV | 84.1 | 161.25 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 143 | 0 | 0.97 | 0.33 | 0.16 | 320.39 | 0.94 | 0.43 |
| Hex | D5 | 7 | 8F | 0 | 61 | 21 | 10 | 140 | 5E | 2B |
| Octal | 325 | 7 | 217 | 0 | 141 | 41 | 20 | 500 | 136 | 53 |
| Binary | 11010101 | 111 | 10001111 | 0 | 1100001 | 100001 | 10000 | 101000000 | 1011110 | 101011 |
Color Harmonies of #D5078F
Complementary color
Monochromatic Colors of #D5078F
Black with #D5078F
Text Example
Text Example
White with #D5078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5078F; }
p { color: rgb(213,7,143); }
H1.HeaderClassName
{
color: #D5078F;
}
.AnyTagClassName
{
color: #D5078F;
}
</style>
background-color css
<style>
a { background-color: #D5078F; }
a { background-color: rgb(213,7,143); }
div.DivClassName
{
background-color: #D5078F;
}
.BgClassName
{
background-color: #D5078F;
}
</style>
border-color css
<style>
span { border-color: #D5078F; }
span { border-color: rgb(213,7,143); }
td.TdClassName
{
border-color: #D5078F;
}
.TagClassName
{
border-color: #D5078F;
}
</style>