Shades of Medium Violet Red #D70C83
Tints of Medium Violet Red #D70C83
RGB
CMYK
RGB Variations
Color information
#D70C83 (or 0xD70C83) is known color: Medium Violet Red. HEX triplet: D7, 0C and 83. RGB value is (215,12,131). Sum of RGB (Red+Green+Blue) = 215+12+131=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C83 is #28F37C. Grayscale: #555555. Windows color (decimal): -2683773 or 8588503. OLE color: 8588503.
HSL color Cylindrical-coordinate representation of color #D70C83: hue angle of 324.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C83 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 131 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.16 |
| HSL | 324.83º | 0.89% | 0.45% | - |
| HSV(B) | 324.83º | 0.94% | 0.84% | - |
| XYZ | 32.25 | 16.35 | 22.93 | - |
| YUV | 86.26 | 153.25 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 131 | 0 | 0.94 | 0.39 | 0.16 | 324.83 | 0.89 | 0.45 |
| Hex | D7 | C | 83 | 0 | 5E | 27 | 10 | 145 | 59 | 2D |
| Octal | 327 | 14 | 203 | 0 | 136 | 47 | 20 | 505 | 131 | 55 |
| Binary | 11010111 | 1100 | 10000011 | 0 | 1011110 | 100111 | 10000 | 101000101 | 1011001 | 101101 |
Color Harmonies of #D70C83
Complementary color
Monochromatic Colors of #D70C83
Black with #D70C83
Text Example
Text Example
White with #D70C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C83; }
p { color: rgb(215,12,131); }
H1.HeaderClassName
{
color: #D70C83;
}
.AnyTagClassName
{
color: #D70C83;
}
</style>
background-color css
<style>
a { background-color: #D70C83; }
a { background-color: rgb(215,12,131); }
div.DivClassName
{
background-color: #D70C83;
}
.BgClassName
{
background-color: #D70C83;
}
</style>
border-color css
<style>
span { border-color: #D70C83; }
span { border-color: rgb(215,12,131); }
td.TdClassName
{
border-color: #D70C83;
}
.TagClassName
{
border-color: #D70C83;
}
</style>