Shades of Medium Violet Red #D2079D
Tints of Medium Violet Red #D2079D
RGB
CMYK
RGB Variations
Color information
#D2079D (or 0xD2079D) is known color: Medium Violet Red. HEX triplet: D2, 07 and 9D. RGB value is (210,7,157). Sum of RGB (Red+Green+Blue) = 210+7+157=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2079D is #2DF862. Grayscale: #545454. Windows color (decimal): -3012707 or 10291154. OLE color: 10291154.
HSL color Cylindrical-coordinate representation of color #D2079D: hue angle of 315.67º 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 #D2079D is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.18 |
| HSL | 315.67º | 0.94% | 0.43% | - |
| HSV(B) | 315.67º | 0.97% | 0.82% | - |
| XYZ | 32.74 | 16.29 | 33.32 | - |
| YUV | 84.8 | 168.75 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 157 | 0 | 0.97 | 0.25 | 0.18 | 315.67 | 0.94 | 0.43 |
| Hex | D2 | 7 | 9D | 0 | 61 | 19 | 12 | 13C | 5E | 2B |
| Octal | 322 | 7 | 235 | 0 | 141 | 31 | 22 | 474 | 136 | 53 |
| Binary | 11010010 | 111 | 10011101 | 0 | 1100001 | 11001 | 10010 | 100111100 | 1011110 | 101011 |
Color Harmonies of #D2079D
Complementary color
Monochromatic Colors of #D2079D
Black with #D2079D
Text Example
Text Example
White with #D2079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2079D; }
p { color: rgb(210,7,157); }
H1.HeaderClassName
{
color: #D2079D;
}
.AnyTagClassName
{
color: #D2079D;
}
</style>
background-color css
<style>
a { background-color: #D2079D; }
a { background-color: rgb(210,7,157); }
div.DivClassName
{
background-color: #D2079D;
}
.BgClassName
{
background-color: #D2079D;
}
</style>
border-color css
<style>
span { border-color: #D2079D; }
span { border-color: rgb(210,7,157); }
td.TdClassName
{
border-color: #D2079D;
}
.TagClassName
{
border-color: #D2079D;
}
</style>