Shades of Medium Violet Red #D70C9B
Tints of Medium Violet Red #D70C9B
RGB
CMYK
RGB Variations
Color information
#D70C9B (or 0xD70C9B) is known color: Medium Violet Red. HEX triplet: D7, 0C and 9B. RGB value is (215,12,155). Sum of RGB (Red+Green+Blue) = 215+12+155=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C9B is #28F364. Grayscale: #585858. Windows color (decimal): -2683749 or 10161367. OLE color: 10161367.
HSL color Cylindrical-coordinate representation of color #D70C9B: hue angle of 317.73º 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 #D70C9B is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 155 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.16 |
| HSL | 317.73º | 0.89% | 0.45% | - |
| HSV(B) | 317.73º | 0.94% | 0.84% | - |
| XYZ | 34.07 | 17.08 | 32.51 | - |
| YUV | 89 | 165.25 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 155 | 0 | 0.94 | 0.28 | 0.16 | 317.73 | 0.89 | 0.45 |
| Hex | D7 | C | 9B | 0 | 5E | 1C | 10 | 13E | 59 | 2D |
| Octal | 327 | 14 | 233 | 0 | 136 | 34 | 20 | 476 | 131 | 55 |
| Binary | 11010111 | 1100 | 10011011 | 0 | 1011110 | 11100 | 10000 | 100111110 | 1011001 | 101101 |
Color Harmonies of #D70C9B
Complementary color
Monochromatic Colors of #D70C9B
Black with #D70C9B
Text Example
Text Example
White with #D70C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C9B; }
p { color: rgb(215,12,155); }
H1.HeaderClassName
{
color: #D70C9B;
}
.AnyTagClassName
{
color: #D70C9B;
}
</style>
background-color css
<style>
a { background-color: #D70C9B; }
a { background-color: rgb(215,12,155); }
div.DivClassName
{
background-color: #D70C9B;
}
.BgClassName
{
background-color: #D70C9B;
}
</style>
border-color css
<style>
span { border-color: #D70C9B; }
span { border-color: rgb(215,12,155); }
td.TdClassName
{
border-color: #D70C9B;
}
.TagClassName
{
border-color: #D70C9B;
}
</style>