Shades of Medium Violet Red #D70C96
Tints of Medium Violet Red #D70C96
RGB
CMYK
RGB Variations
Color information
#D70C96 (or 0xD70C96) is known color: Medium Violet Red. HEX triplet: D7, 0C and 96. RGB value is (215,12,150). Sum of RGB (Red+Green+Blue) = 215+12+150=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C96 is #28F369. Grayscale: #585858. Windows color (decimal): -2683754 or 9833687. OLE color: 9833687.
HSL color Cylindrical-coordinate representation of color #D70C96: hue angle of 319.21º 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 #D70C96 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 150 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.16 |
| HSL | 319.21º | 0.89% | 0.45% | - |
| HSV(B) | 319.21º | 0.94% | 0.84% | - |
| XYZ | 33.66 | 16.91 | 30.34 | - |
| YUV | 88.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 150 | 0 | 0.94 | 0.30 | 0.16 | 319.21 | 0.89 | 0.45 |
| Hex | D7 | C | 96 | 0 | 5E | 1E | 10 | 13F | 59 | 2D |
| Octal | 327 | 14 | 226 | 0 | 136 | 36 | 20 | 477 | 131 | 55 |
| Binary | 11010111 | 1100 | 10010110 | 0 | 1011110 | 11110 | 10000 | 100111111 | 1011001 | 101101 |
Color Harmonies of #D70C96
Complementary color
Monochromatic Colors of #D70C96
Black with #D70C96
Text Example
Text Example
White with #D70C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C96; }
p { color: rgb(215,12,150); }
H1.HeaderClassName
{
color: #D70C96;
}
.AnyTagClassName
{
color: #D70C96;
}
</style>
background-color css
<style>
a { background-color: #D70C96; }
a { background-color: rgb(215,12,150); }
div.DivClassName
{
background-color: #D70C96;
}
.BgClassName
{
background-color: #D70C96;
}
</style>
border-color css
<style>
span { border-color: #D70C96; }
span { border-color: rgb(215,12,150); }
td.TdClassName
{
border-color: #D70C96;
}
.TagClassName
{
border-color: #D70C96;
}
</style>