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