Shades of Medium Violet Red #D20784
Tints of Medium Violet Red #D20784
RGB
CMYK
RGB Variations
Color information
#D20784 (or 0xD20784) is known color: Medium Violet Red. HEX triplet: D2, 07 and 84. RGB value is (210,7,132). Sum of RGB (Red+Green+Blue) = 210+7+132=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D20784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20784 is #2DF87B. Grayscale: #515151. Windows color (decimal): -3012732 or 8652754. OLE color: 8652754.
HSL color Cylindrical-coordinate representation of color #D20784: hue angle of 323.05º 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 #D20784 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 132 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.18 |
| HSL | 323.05º | 0.94% | 0.43% | - |
| HSV(B) | 323.05º | 0.97% | 0.82% | - |
| XYZ | 30.82 | 15.52 | 23.2 | - |
| YUV | 81.95 | 156.25 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 132 | 0 | 0.97 | 0.37 | 0.18 | 323.05 | 0.94 | 0.43 |
| Hex | D2 | 7 | 84 | 0 | 61 | 25 | 12 | 143 | 5E | 2B |
| Octal | 322 | 7 | 204 | 0 | 141 | 45 | 22 | 503 | 136 | 53 |
| Binary | 11010010 | 111 | 10000100 | 0 | 1100001 | 100101 | 10010 | 101000011 | 1011110 | 101011 |
Color Harmonies of #D20784
Complementary color
Monochromatic Colors of #D20784
Black with #D20784
Text Example
Text Example
White with #D20784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20784; }
p { color: rgb(210,7,132); }
H1.HeaderClassName
{
color: #D20784;
}
.AnyTagClassName
{
color: #D20784;
}
</style>
background-color css
<style>
a { background-color: #D20784; }
a { background-color: rgb(210,7,132); }
div.DivClassName
{
background-color: #D20784;
}
.BgClassName
{
background-color: #D20784;
}
</style>
border-color css
<style>
span { border-color: #D20784; }
span { border-color: rgb(210,7,132); }
td.TdClassName
{
border-color: #D20784;
}
.TagClassName
{
border-color: #D20784;
}
</style>