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