Shades of Medium Violet Red #D20796
Tints of Medium Violet Red #D20796
RGB
CMYK
RGB Variations
Color information
#D20796 (or 0xD20796) is known color: Medium Violet Red. HEX triplet: D2, 07 and 96. RGB value is (210,7,150). Sum of RGB (Red+Green+Blue) = 210+7+150=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D20796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20796 is #2DF869. Grayscale: #535353. Windows color (decimal): -3012714 or 9832402. OLE color: 9832402.
HSL color Cylindrical-coordinate representation of color #D20796: hue angle of 317.73º 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 #D20796 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 150 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.18 |
| HSL | 317.73º | 0.94% | 0.43% | - |
| HSV(B) | 317.73º | 0.97% | 0.82% | - |
| XYZ | 32.16 | 16.06 | 30.26 | - |
| YUV | 84 | 165.25 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 150 | 0 | 0.97 | 0.29 | 0.18 | 317.73 | 0.94 | 0.43 |
| Hex | D2 | 7 | 96 | 0 | 61 | 1D | 12 | 13E | 5E | 2B |
| Octal | 322 | 7 | 226 | 0 | 141 | 35 | 22 | 476 | 136 | 53 |
| Binary | 11010010 | 111 | 10010110 | 0 | 1100001 | 11101 | 10010 | 100111110 | 1011110 | 101011 |
Color Harmonies of #D20796
Complementary color
Monochromatic Colors of #D20796
Black with #D20796
Text Example
Text Example
White with #D20796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20796; }
p { color: rgb(210,7,150); }
H1.HeaderClassName
{
color: #D20796;
}
.AnyTagClassName
{
color: #D20796;
}
</style>
background-color css
<style>
a { background-color: #D20796; }
a { background-color: rgb(210,7,150); }
div.DivClassName
{
background-color: #D20796;
}
.BgClassName
{
background-color: #D20796;
}
</style>
border-color css
<style>
span { border-color: #D20796; }
span { border-color: rgb(210,7,150); }
td.TdClassName
{
border-color: #D20796;
}
.TagClassName
{
border-color: #D20796;
}
</style>