Shades of Medium Violet Red #D5078A
Tints of Medium Violet Red #D5078A
RGB
CMYK
RGB Variations
Color information
#D5078A (or 0xD5078A) is known color: Medium Violet Red. HEX triplet: D5, 07 and 8A. RGB value is (213,7,138). Sum of RGB (Red+Green+Blue) = 213+7+138=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5078A is #2AF875. Grayscale: #535353. Windows color (decimal): -2816118 or 9045973. OLE color: 9045973.
HSL color Cylindrical-coordinate representation of color #D5078A: hue angle of 321.84º 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 #D5078A is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 138 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.16 |
| HSL | 321.84º | 0.94% | 0.43% | - |
| HSV(B) | 321.84º | 0.97% | 0.84% | - |
| XYZ | 32.1 | 16.13 | 25.47 | - |
| YUV | 83.53 | 158.75 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 138 | 0 | 0.97 | 0.35 | 0.16 | 321.84 | 0.94 | 0.43 |
| Hex | D5 | 7 | 8A | 0 | 61 | 23 | 10 | 142 | 5E | 2B |
| Octal | 325 | 7 | 212 | 0 | 141 | 43 | 20 | 502 | 136 | 53 |
| Binary | 11010101 | 111 | 10001010 | 0 | 1100001 | 100011 | 10000 | 101000010 | 1011110 | 101011 |
Color Harmonies of #D5078A
Complementary color
Monochromatic Colors of #D5078A
Black with #D5078A
Text Example
Text Example
White with #D5078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5078A; }
p { color: rgb(213,7,138); }
H1.HeaderClassName
{
color: #D5078A;
}
.AnyTagClassName
{
color: #D5078A;
}
</style>
background-color css
<style>
a { background-color: #D5078A; }
a { background-color: rgb(213,7,138); }
div.DivClassName
{
background-color: #D5078A;
}
.BgClassName
{
background-color: #D5078A;
}
</style>
border-color css
<style>
span { border-color: #D5078A; }
span { border-color: rgb(213,7,138); }
td.TdClassName
{
border-color: #D5078A;
}
.TagClassName
{
border-color: #D5078A;
}
</style>