Shades of Medium Violet Red #D10784
Tints of Medium Violet Red #D10784
RGB
CMYK
RGB Variations
Color information
#D10784 (or 0xD10784) is known color: Medium Violet Red. HEX triplet: D1, 07 and 84. RGB value is (209,7,132). Sum of RGB (Red+Green+Blue) = 209+7+132=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D10784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10784 is #2EF87B. Grayscale: #515151. Windows color (decimal): -3078268 or 8652753. OLE color: 8652753.
HSL color Cylindrical-coordinate representation of color #D10784: hue angle of 322.87º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10784 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 132 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.18 |
| HSL | 322.87º | 0.94% | 0.42% | - |
| HSV(B) | 322.87º | 0.97% | 0.82% | - |
| XYZ | 30.54 | 15.37 | 23.19 | - |
| YUV | 81.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 132 | 0 | 0.97 | 0.37 | 0.18 | 322.87 | 0.94 | 0.42 |
| Hex | D1 | 7 | 84 | 0 | 61 | 25 | 12 | 143 | 5E | 2A |
| Octal | 321 | 7 | 204 | 0 | 141 | 45 | 22 | 503 | 136 | 52 |
| Binary | 11010001 | 111 | 10000100 | 0 | 1100001 | 100101 | 10010 | 101000011 | 1011110 | 101010 |
Color Harmonies of #D10784
Complementary color
Monochromatic Colors of #D10784
Black with #D10784
Text Example
Text Example
White with #D10784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10784; }
p { color: rgb(209,7,132); }
H1.HeaderClassName
{
color: #D10784;
}
.AnyTagClassName
{
color: #D10784;
}
</style>
background-color css
<style>
a { background-color: #D10784; }
a { background-color: rgb(209,7,132); }
div.DivClassName
{
background-color: #D10784;
}
.BgClassName
{
background-color: #D10784;
}
</style>
border-color css
<style>
span { border-color: #D10784; }
span { border-color: rgb(209,7,132); }
td.TdClassName
{
border-color: #D10784;
}
.TagClassName
{
border-color: #D10784;
}
</style>