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