Shades of Medium Violet Red #D0078A
Tints of Medium Violet Red #D0078A
RGB
CMYK
RGB Variations
Color information
#D0078A (or 0xD0078A) is known color: Medium Violet Red. HEX triplet: D0, 07 and 8A. RGB value is (208,7,138). Sum of RGB (Red+Green+Blue) = 208+7+138=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0078A is #2FF875. Grayscale: #515151. Windows color (decimal): -3143798 or 9045968. OLE color: 9045968.
HSL color Cylindrical-coordinate representation of color #D0078A: hue angle of 320.9º 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 #D0078A is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 138 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.18 |
| HSL | 320.9º | 0.93% | 0.42% | - |
| HSV(B) | 320.9º | 0.97% | 0.82% | - |
| XYZ | 30.68 | 15.4 | 25.4 | - |
| YUV | 82.03 | 159.59 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 138 | 0 | 0.97 | 0.34 | 0.18 | 320.9 | 0.93 | 0.42 |
| Hex | D0 | 7 | 8A | 0 | 61 | 22 | 12 | 141 | 5D | 2A |
| Octal | 320 | 7 | 212 | 0 | 141 | 42 | 22 | 501 | 135 | 52 |
| Binary | 11010000 | 111 | 10001010 | 0 | 1100001 | 100010 | 10010 | 101000001 | 1011101 | 101010 |
Color Harmonies of #D0078A
Complementary color
Monochromatic Colors of #D0078A
Black with #D0078A
Text Example
Text Example
White with #D0078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0078A; }
p { color: rgb(208,7,138); }
H1.HeaderClassName
{
color: #D0078A;
}
.AnyTagClassName
{
color: #D0078A;
}
</style>
background-color css
<style>
a { background-color: #D0078A; }
a { background-color: rgb(208,7,138); }
div.DivClassName
{
background-color: #D0078A;
}
.BgClassName
{
background-color: #D0078A;
}
</style>
border-color css
<style>
span { border-color: #D0078A; }
span { border-color: rgb(208,7,138); }
td.TdClassName
{
border-color: #D0078A;
}
.TagClassName
{
border-color: #D0078A;
}
</style>