Shades of Medium Violet Red #D2079C
Tints of Medium Violet Red #D2079C
RGB
CMYK
RGB Variations
Color information
#D2079C (or 0xD2079C) is known color: Medium Violet Red. HEX triplet: D2, 07 and 9C. RGB value is (210,7,156). Sum of RGB (Red+Green+Blue) = 210+7+156=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2079C is #2DF863. Grayscale: #545454. Windows color (decimal): -3012708 or 10225618. OLE color: 10225618.
HSL color Cylindrical-coordinate representation of color #D2079C: hue angle of 315.96º 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 #D2079C is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 156 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.18 |
| HSL | 315.96º | 0.94% | 0.43% | - |
| HSV(B) | 315.96º | 0.97% | 0.82% | - |
| XYZ | 32.66 | 16.25 | 32.87 | - |
| YUV | 84.68 | 168.25 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 156 | 0 | 0.97 | 0.26 | 0.18 | 315.96 | 0.94 | 0.43 |
| Hex | D2 | 7 | 9C | 0 | 61 | 1A | 12 | 13C | 5E | 2B |
| Octal | 322 | 7 | 234 | 0 | 141 | 32 | 22 | 474 | 136 | 53 |
| Binary | 11010010 | 111 | 10011100 | 0 | 1100001 | 11010 | 10010 | 100111100 | 1011110 | 101011 |
Color Harmonies of #D2079C
Complementary color
Monochromatic Colors of #D2079C
Black with #D2079C
Text Example
Text Example
White with #D2079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2079C; }
p { color: rgb(210,7,156); }
H1.HeaderClassName
{
color: #D2079C;
}
.AnyTagClassName
{
color: #D2079C;
}
</style>
background-color css
<style>
a { background-color: #D2079C; }
a { background-color: rgb(210,7,156); }
div.DivClassName
{
background-color: #D2079C;
}
.BgClassName
{
background-color: #D2079C;
}
</style>
border-color css
<style>
span { border-color: #D2079C; }
span { border-color: rgb(210,7,156); }
td.TdClassName
{
border-color: #D2079C;
}
.TagClassName
{
border-color: #D2079C;
}
</style>