Shades of Medium Violet Red #D70682
Tints of Medium Violet Red #D70682
RGB
CMYK
RGB Variations
Color information
#D70682 (or 0xD70682) is known color: Medium Violet Red. HEX triplet: D7, 06 and 82. RGB value is (215,6,130). Sum of RGB (Red+Green+Blue) = 215+6+130=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D70682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70682 is #28F97D. Grayscale: #525252. Windows color (decimal): -2685310 or 8521431. OLE color: 8521431.
HSL color Cylindrical-coordinate representation of color #D70682: hue angle of 324.4º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70682 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.16 |
| HSL | 324.4º | 0.95% | 0.43% | - |
| HSV(B) | 324.4º | 0.97% | 0.84% | - |
| XYZ | 32.12 | 16.19 | 22.55 | - |
| YUV | 82.63 | 154.74 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 130 | 0 | 0.97 | 0.40 | 0.16 | 324.4 | 0.95 | 0.43 |
| Hex | D7 | 6 | 82 | 0 | 61 | 28 | 10 | 144 | 5F | 2B |
| Octal | 327 | 6 | 202 | 0 | 141 | 50 | 20 | 504 | 137 | 53 |
| Binary | 11010111 | 110 | 10000010 | 0 | 1100001 | 101000 | 10000 | 101000100 | 1011111 | 101011 |
Color Harmonies of #D70682
Complementary color
Monochromatic Colors of #D70682
Black with #D70682
Text Example
Text Example
White with #D70682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70682; }
p { color: rgb(215,6,130); }
H1.HeaderClassName
{
color: #D70682;
}
.AnyTagClassName
{
color: #D70682;
}
</style>
background-color css
<style>
a { background-color: #D70682; }
a { background-color: rgb(215,6,130); }
div.DivClassName
{
background-color: #D70682;
}
.BgClassName
{
background-color: #D70682;
}
</style>
border-color css
<style>
span { border-color: #D70682; }
span { border-color: rgb(215,6,130); }
td.TdClassName
{
border-color: #D70682;
}
.TagClassName
{
border-color: #D70682;
}
</style>