Shades of Medium Violet Red #D2078E
Tints of Medium Violet Red #D2078E
RGB
CMYK
RGB Variations
Color information
#D2078E (or 0xD2078E) is known color: Medium Violet Red. HEX triplet: D2, 07 and 8E. RGB value is (210,7,142). Sum of RGB (Red+Green+Blue) = 210+7+142=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2078E is #2DF871. Grayscale: #525252. Windows color (decimal): -3012722 or 9308114. OLE color: 9308114.
HSL color Cylindrical-coordinate representation of color #D2078E: hue angle of 320.1º 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 #D2078E is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 142 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.18 |
| HSL | 320.1º | 0.94% | 0.43% | - |
| HSV(B) | 320.1º | 0.97% | 0.82% | - |
| XYZ | 31.54 | 15.81 | 26.98 | - |
| YUV | 83.09 | 161.25 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 142 | 0 | 0.97 | 0.32 | 0.18 | 320.1 | 0.94 | 0.43 |
| Hex | D2 | 7 | 8E | 0 | 61 | 20 | 12 | 140 | 5E | 2B |
| Octal | 322 | 7 | 216 | 0 | 141 | 40 | 22 | 500 | 136 | 53 |
| Binary | 11010010 | 111 | 10001110 | 0 | 1100001 | 100000 | 10010 | 101000000 | 1011110 | 101011 |
Color Harmonies of #D2078E
Complementary color
Monochromatic Colors of #D2078E
Black with #D2078E
Text Example
Text Example
White with #D2078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2078E; }
p { color: rgb(210,7,142); }
H1.HeaderClassName
{
color: #D2078E;
}
.AnyTagClassName
{
color: #D2078E;
}
</style>
background-color css
<style>
a { background-color: #D2078E; }
a { background-color: rgb(210,7,142); }
div.DivClassName
{
background-color: #D2078E;
}
.BgClassName
{
background-color: #D2078E;
}
</style>
border-color css
<style>
span { border-color: #D2078E; }
span { border-color: rgb(210,7,142); }
td.TdClassName
{
border-color: #D2078E;
}
.TagClassName
{
border-color: #D2078E;
}
</style>