Shades of Medium Violet Red #D70396
Tints of Medium Violet Red #D70396
RGB
CMYK
RGB Variations
Color information
#D70396 (or 0xD70396) is known color: Medium Violet Red. HEX triplet: D7, 03 and 96. RGB value is (215,3,150). Sum of RGB (Red+Green+Blue) = 215+3+150=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D70396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70396 is #28FC69. Grayscale: #525252. Windows color (decimal): -2686058 or 9831383. OLE color: 9831383.
HSL color Cylindrical-coordinate representation of color #D70396: hue angle of 318.4º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70396 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 150 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.16 |
| HSL | 318.4º | 0.97% | 0.43% | - |
| HSV(B) | 318.4º | 0.99% | 0.84% | - |
| XYZ | 33.56 | 16.71 | 30.31 | - |
| YUV | 83.15 | 165.74 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 150 | 0 | 0.99 | 0.30 | 0.16 | 318.4 | 0.97 | 0.43 |
| Hex | D7 | 3 | 96 | 0 | 63 | 1E | 10 | 13E | 61 | 2B |
| Octal | 327 | 3 | 226 | 0 | 143 | 36 | 20 | 476 | 141 | 53 |
| Binary | 11010111 | 11 | 10010110 | 0 | 1100011 | 11110 | 10000 | 100111110 | 1100001 | 101011 |
Color Harmonies of #D70396
Complementary color
Monochromatic Colors of #D70396
Black with #D70396
Text Example
Text Example
White with #D70396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70396; }
p { color: rgb(215,3,150); }
H1.HeaderClassName
{
color: #D70396;
}
.AnyTagClassName
{
color: #D70396;
}
</style>
background-color css
<style>
a { background-color: #D70396; }
a { background-color: rgb(215,3,150); }
div.DivClassName
{
background-color: #D70396;
}
.BgClassName
{
background-color: #D70396;
}
</style>
border-color css
<style>
span { border-color: #D70396; }
span { border-color: rgb(215,3,150); }
td.TdClassName
{
border-color: #D70396;
}
.TagClassName
{
border-color: #D70396;
}
</style>