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