Shades of Medium Violet Red #D5079C
Tints of Medium Violet Red #D5079C
RGB
CMYK
RGB Variations
Color information
#D5079C (or 0xD5079C) is known color: Medium Violet Red. HEX triplet: D5, 07 and 9C. RGB value is (213,7,156). Sum of RGB (Red+Green+Blue) = 213+7+156=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5079C is #2AF863. Grayscale: #555555. Windows color (decimal): -2816100 or 10225621. OLE color: 10225621.
HSL color Cylindrical-coordinate representation of color #D5079C: hue angle of 316.6º 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 #D5079C is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 156 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.16 |
| HSL | 316.6º | 0.94% | 0.43% | - |
| HSV(B) | 316.6º | 0.97% | 0.84% | - |
| XYZ | 33.52 | 16.7 | 32.91 | - |
| YUV | 85.58 | 167.75 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 156 | 0 | 0.97 | 0.27 | 0.16 | 316.6 | 0.94 | 0.43 |
| Hex | D5 | 7 | 9C | 0 | 61 | 1B | 10 | 13D | 5E | 2B |
| Octal | 325 | 7 | 234 | 0 | 141 | 33 | 20 | 475 | 136 | 53 |
| Binary | 11010101 | 111 | 10011100 | 0 | 1100001 | 11011 | 10000 | 100111101 | 1011110 | 101011 |
Color Harmonies of #D5079C
Complementary color
Monochromatic Colors of #D5079C
Black with #D5079C
Text Example
Text Example
White with #D5079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5079C; }
p { color: rgb(213,7,156); }
H1.HeaderClassName
{
color: #D5079C;
}
.AnyTagClassName
{
color: #D5079C;
}
</style>
background-color css
<style>
a { background-color: #D5079C; }
a { background-color: rgb(213,7,156); }
div.DivClassName
{
background-color: #D5079C;
}
.BgClassName
{
background-color: #D5079C;
}
</style>
border-color css
<style>
span { border-color: #D5079C; }
span { border-color: rgb(213,7,156); }
td.TdClassName
{
border-color: #D5079C;
}
.TagClassName
{
border-color: #D5079C;
}
</style>