Shades of Medium Violet Red #D2079A
Tints of Medium Violet Red #D2079A
RGB
CMYK
RGB Variations
Color information
#D2079A (or 0xD2079A) is known color: Medium Violet Red. HEX triplet: D2, 07 and 9A. RGB value is (210,7,154). Sum of RGB (Red+Green+Blue) = 210+7+154=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2079A is #2DF865. Grayscale: #545454. Windows color (decimal): -3012710 or 10094546. OLE color: 10094546.
HSL color Cylindrical-coordinate representation of color #D2079A: hue angle of 316.55º 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 #D2079A is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 154 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.18 |
| HSL | 316.55º | 0.94% | 0.43% | - |
| HSV(B) | 316.55º | 0.97% | 0.82% | - |
| XYZ | 32.49 | 16.19 | 31.98 | - |
| YUV | 84.46 | 167.25 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 154 | 0 | 0.97 | 0.27 | 0.18 | 316.55 | 0.94 | 0.43 |
| Hex | D2 | 7 | 9A | 0 | 61 | 1B | 12 | 13D | 5E | 2B |
| Octal | 322 | 7 | 232 | 0 | 141 | 33 | 22 | 475 | 136 | 53 |
| Binary | 11010010 | 111 | 10011010 | 0 | 1100001 | 11011 | 10010 | 100111101 | 1011110 | 101011 |
Color Harmonies of #D2079A
Complementary color
Monochromatic Colors of #D2079A
Black with #D2079A
Text Example
Text Example
White with #D2079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2079A; }
p { color: rgb(210,7,154); }
H1.HeaderClassName
{
color: #D2079A;
}
.AnyTagClassName
{
color: #D2079A;
}
</style>
background-color css
<style>
a { background-color: #D2079A; }
a { background-color: rgb(210,7,154); }
div.DivClassName
{
background-color: #D2079A;
}
.BgClassName
{
background-color: #D2079A;
}
</style>
border-color css
<style>
span { border-color: #D2079A; }
span { border-color: rgb(210,7,154); }
td.TdClassName
{
border-color: #D2079A;
}
.TagClassName
{
border-color: #D2079A;
}
</style>