Shades of Medium Violet Red #D0079A
Tints of Medium Violet Red #D0079A
RGB
CMYK
RGB Variations
Color information
#D0079A (or 0xD0079A) is known color: Medium Violet Red. HEX triplet: D0, 07 and 9A. RGB value is (208,7,154). Sum of RGB (Red+Green+Blue) = 208+7+154=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0079A is #2FF865. Grayscale: #535353. Windows color (decimal): -3143782 or 10094544. OLE color: 10094544.
HSL color Cylindrical-coordinate representation of color #D0079A: hue angle of 316.12º 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 #D0079A is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 154 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.18 |
| HSL | 316.12º | 0.93% | 0.42% | - |
| HSV(B) | 316.12º | 0.97% | 0.82% | - |
| XYZ | 31.92 | 15.89 | 31.96 | - |
| YUV | 83.86 | 167.59 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 154 | 0 | 0.97 | 0.26 | 0.18 | 316.12 | 0.93 | 0.42 |
| Hex | D0 | 7 | 9A | 0 | 61 | 1A | 12 | 13C | 5D | 2A |
| Octal | 320 | 7 | 232 | 0 | 141 | 32 | 22 | 474 | 135 | 52 |
| Binary | 11010000 | 111 | 10011010 | 0 | 1100001 | 11010 | 10010 | 100111100 | 1011101 | 101010 |
Color Harmonies of #D0079A
Complementary color
Monochromatic Colors of #D0079A
Black with #D0079A
Text Example
Text Example
White with #D0079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0079A; }
p { color: rgb(208,7,154); }
H1.HeaderClassName
{
color: #D0079A;
}
.AnyTagClassName
{
color: #D0079A;
}
</style>
background-color css
<style>
a { background-color: #D0079A; }
a { background-color: rgb(208,7,154); }
div.DivClassName
{
background-color: #D0079A;
}
.BgClassName
{
background-color: #D0079A;
}
</style>
border-color css
<style>
span { border-color: #D0079A; }
span { border-color: rgb(208,7,154); }
td.TdClassName
{
border-color: #D0079A;
}
.TagClassName
{
border-color: #D0079A;
}
</style>