Shades of Medium Violet Red #D00784
Tints of Medium Violet Red #D00784
RGB
CMYK
RGB Variations
Color information
#D00784 (or 0xD00784) is known color: Medium Violet Red. HEX triplet: D0, 07 and 84. RGB value is (208,7,132). Sum of RGB (Red+Green+Blue) = 208+7+132=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D00784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00784 is #2FF87B. Grayscale: #515151. Windows color (decimal): -3143804 or 8652752. OLE color: 8652752.
HSL color Cylindrical-coordinate representation of color #D00784: hue angle of 322.69º degrees, saturation: 0.93, 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 #D00784 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 132 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.18 |
| HSL | 322.69º | 0.93% | 0.42% | - |
| HSV(B) | 322.69º | 0.97% | 0.82% | - |
| XYZ | 30.25 | 15.23 | 23.17 | - |
| YUV | 81.35 | 156.59 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 132 | 0 | 0.97 | 0.37 | 0.18 | 322.69 | 0.93 | 0.42 |
| Hex | D0 | 7 | 84 | 0 | 61 | 25 | 12 | 143 | 5D | 2A |
| Octal | 320 | 7 | 204 | 0 | 141 | 45 | 22 | 503 | 135 | 52 |
| Binary | 11010000 | 111 | 10000100 | 0 | 1100001 | 100101 | 10010 | 101000011 | 1011101 | 101010 |
Color Harmonies of #D00784
Complementary color
Monochromatic Colors of #D00784
Black with #D00784
Text Example
Text Example
White with #D00784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00784; }
p { color: rgb(208,7,132); }
H1.HeaderClassName
{
color: #D00784;
}
.AnyTagClassName
{
color: #D00784;
}
</style>
background-color css
<style>
a { background-color: #D00784; }
a { background-color: rgb(208,7,132); }
div.DivClassName
{
background-color: #D00784;
}
.BgClassName
{
background-color: #D00784;
}
</style>
border-color css
<style>
span { border-color: #D00784; }
span { border-color: rgb(208,7,132); }
td.TdClassName
{
border-color: #D00784;
}
.TagClassName
{
border-color: #D00784;
}
</style>