Shades of Medium Violet Red #D70983
Tints of Medium Violet Red #D70983
RGB
CMYK
RGB Variations
Color information
#D70983 (or 0xD70983) is known color: Medium Violet Red. HEX triplet: D7, 09 and 83. RGB value is (215,9,131). Sum of RGB (Red+Green+Blue) = 215+9+131=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D70983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70983 is #28F67C. Grayscale: #545454. Windows color (decimal): -2684541 or 8587735. OLE color: 8587735.
HSL color Cylindrical-coordinate representation of color #D70983: hue angle of 324.47º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70983 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 131 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.16 |
| HSL | 324.47º | 0.92% | 0.44% | - |
| HSV(B) | 324.47º | 0.96% | 0.84% | - |
| XYZ | 32.22 | 16.28 | 22.92 | - |
| YUV | 84.5 | 154.25 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 131 | 0 | 0.96 | 0.39 | 0.16 | 324.47 | 0.92 | 0.44 |
| Hex | D7 | 9 | 83 | 0 | 60 | 27 | 10 | 144 | 5C | 2C |
| Octal | 327 | 11 | 203 | 0 | 140 | 47 | 20 | 504 | 134 | 54 |
| Binary | 11010111 | 1001 | 10000011 | 0 | 1100000 | 100111 | 10000 | 101000100 | 1011100 | 101100 |
Color Harmonies of #D70983
Complementary color
Monochromatic Colors of #D70983
Black with #D70983
Text Example
Text Example
White with #D70983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70983; }
p { color: rgb(215,9,131); }
H1.HeaderClassName
{
color: #D70983;
}
.AnyTagClassName
{
color: #D70983;
}
</style>
background-color css
<style>
a { background-color: #D70983; }
a { background-color: rgb(215,9,131); }
div.DivClassName
{
background-color: #D70983;
}
.BgClassName
{
background-color: #D70983;
}
</style>
border-color css
<style>
span { border-color: #D70983; }
span { border-color: rgb(215,9,131); }
td.TdClassName
{
border-color: #D70983;
}
.TagClassName
{
border-color: #D70983;
}
</style>