Shades of Medium Violet Red #D0079D
Tints of Medium Violet Red #D0079D
RGB
CMYK
RGB Variations
Color information
#D0079D (or 0xD0079D) is known color: Medium Violet Red. HEX triplet: D0, 07 and 9D. RGB value is (208,7,157). Sum of RGB (Red+Green+Blue) = 208+7+157=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0079D is #2FF862. Grayscale: #535353. Windows color (decimal): -3143779 or 10291152. OLE color: 10291152.
HSL color Cylindrical-coordinate representation of color #D0079D: hue angle of 315.22º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0079D is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.18 |
| HSL | 315.22º | 0.93% | 0.42% | - |
| HSV(B) | 315.22º | 0.97% | 0.82% | - |
| XYZ | 32.17 | 16 | 33.29 | - |
| YUV | 84.2 | 169.09 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 157 | 0 | 0.97 | 0.25 | 0.18 | 315.22 | 0.93 | 0.42 |
| Hex | D0 | 7 | 9D | 0 | 61 | 19 | 12 | 13B | 5D | 2A |
| Octal | 320 | 7 | 235 | 0 | 141 | 31 | 22 | 473 | 135 | 52 |
| Binary | 11010000 | 111 | 10011101 | 0 | 1100001 | 11001 | 10010 | 100111011 | 1011101 | 101010 |
Color Harmonies of #D0079D
Complementary color
Monochromatic Colors of #D0079D
Black with #D0079D
Text Example
Text Example
White with #D0079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0079D; }
p { color: rgb(208,7,157); }
H1.HeaderClassName
{
color: #D0079D;
}
.AnyTagClassName
{
color: #D0079D;
}
</style>
background-color css
<style>
a { background-color: #D0079D; }
a { background-color: rgb(208,7,157); }
div.DivClassName
{
background-color: #D0079D;
}
.BgClassName
{
background-color: #D0079D;
}
</style>
border-color css
<style>
span { border-color: #D0079D; }
span { border-color: rgb(208,7,157); }
td.TdClassName
{
border-color: #D0079D;
}
.TagClassName
{
border-color: #D0079D;
}
</style>