Shades of Medium Violet Red #D5079D
Tints of Medium Violet Red #D5079D
RGB
CMYK
RGB Variations
Color information
#D5079D (or 0xD5079D) is known color: Medium Violet Red. HEX triplet: D5, 07 and 9D. RGB value is (213,7,157). Sum of RGB (Red+Green+Blue) = 213+7+157=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5079D is #2AF862. Grayscale: #555555. Windows color (decimal): -2816099 or 10291157. OLE color: 10291157.
HSL color Cylindrical-coordinate representation of color #D5079D: hue angle of 316.31º 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 #D5079D is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.16 |
| HSL | 316.31º | 0.94% | 0.43% | - |
| HSV(B) | 316.31º | 0.97% | 0.84% | - |
| XYZ | 33.6 | 16.73 | 33.36 | - |
| YUV | 85.69 | 168.25 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 157 | 0 | 0.97 | 0.26 | 0.16 | 316.31 | 0.94 | 0.43 |
| Hex | D5 | 7 | 9D | 0 | 61 | 1A | 10 | 13C | 5E | 2B |
| Octal | 325 | 7 | 235 | 0 | 141 | 32 | 20 | 474 | 136 | 53 |
| Binary | 11010101 | 111 | 10011101 | 0 | 1100001 | 11010 | 10000 | 100111100 | 1011110 | 101011 |
Color Harmonies of #D5079D
Complementary color
Monochromatic Colors of #D5079D
Black with #D5079D
Text Example
Text Example
White with #D5079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5079D; }
p { color: rgb(213,7,157); }
H1.HeaderClassName
{
color: #D5079D;
}
.AnyTagClassName
{
color: #D5079D;
}
</style>
background-color css
<style>
a { background-color: #D5079D; }
a { background-color: rgb(213,7,157); }
div.DivClassName
{
background-color: #D5079D;
}
.BgClassName
{
background-color: #D5079D;
}
</style>
border-color css
<style>
span { border-color: #D5079D; }
span { border-color: rgb(213,7,157); }
td.TdClassName
{
border-color: #D5079D;
}
.TagClassName
{
border-color: #D5079D;
}
</style>