Shades of Medium Violet Red #D2078C
Tints of Medium Violet Red #D2078C
RGB
CMYK
RGB Variations
Color information
#D2078C (or 0xD2078C) is known color: Medium Violet Red. HEX triplet: D2, 07 and 8C. RGB value is (210,7,140). Sum of RGB (Red+Green+Blue) = 210+7+140=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2078C is #2DF873. Grayscale: #525252. Windows color (decimal): -3012724 or 9177042. OLE color: 9177042.
HSL color Cylindrical-coordinate representation of color #D2078C: hue angle of 320.69º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2078C is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 140 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.18 |
| HSL | 320.69º | 0.94% | 0.43% | - |
| HSV(B) | 320.69º | 0.97% | 0.82% | - |
| XYZ | 31.39 | 15.75 | 26.2 | - |
| YUV | 82.86 | 160.25 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 140 | 0 | 0.97 | 0.33 | 0.18 | 320.69 | 0.94 | 0.43 |
| Hex | D2 | 7 | 8C | 0 | 61 | 21 | 12 | 141 | 5E | 2B |
| Octal | 322 | 7 | 214 | 0 | 141 | 41 | 22 | 501 | 136 | 53 |
| Binary | 11010010 | 111 | 10001100 | 0 | 1100001 | 100001 | 10010 | 101000001 | 1011110 | 101011 |
Color Harmonies of #D2078C
Complementary color
Monochromatic Colors of #D2078C
Black with #D2078C
Text Example
Text Example
White with #D2078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2078C; }
p { color: rgb(210,7,140); }
H1.HeaderClassName
{
color: #D2078C;
}
.AnyTagClassName
{
color: #D2078C;
}
</style>
background-color css
<style>
a { background-color: #D2078C; }
a { background-color: rgb(210,7,140); }
div.DivClassName
{
background-color: #D2078C;
}
.BgClassName
{
background-color: #D2078C;
}
</style>
border-color css
<style>
span { border-color: #D2078C; }
span { border-color: rgb(210,7,140); }
td.TdClassName
{
border-color: #D2078C;
}
.TagClassName
{
border-color: #D2078C;
}
</style>