Shades of Medium Violet Red #D70392
Tints of Medium Violet Red #D70392
RGB
CMYK
RGB Variations
Color information
#D70392 (or 0xD70392) is known color: Medium Violet Red. HEX triplet: D7, 03 and 92. RGB value is (215,3,146). Sum of RGB (Red+Green+Blue) = 215+3+146=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D70392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70392 is #28FC6D. Grayscale: #525252. Windows color (decimal): -2686062 or 9569239. OLE color: 9569239.
HSL color Cylindrical-coordinate representation of color #D70392: hue angle of 319.53º 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 #D70392 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 146 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.16 |
| HSL | 319.53º | 0.97% | 0.43% | - |
| HSV(B) | 319.53º | 0.99% | 0.84% | - |
| XYZ | 33.25 | 16.59 | 28.64 | - |
| YUV | 82.69 | 163.74 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 146 | 0 | 0.99 | 0.32 | 0.16 | 319.53 | 0.97 | 0.43 |
| Hex | D7 | 3 | 92 | 0 | 63 | 20 | 10 | 140 | 61 | 2B |
| Octal | 327 | 3 | 222 | 0 | 143 | 40 | 20 | 500 | 141 | 53 |
| Binary | 11010111 | 11 | 10010010 | 0 | 1100011 | 100000 | 10000 | 101000000 | 1100001 | 101011 |
Color Harmonies of #D70392
Complementary color
Monochromatic Colors of #D70392
Black with #D70392
Text Example
Text Example
White with #D70392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70392; }
p { color: rgb(215,3,146); }
H1.HeaderClassName
{
color: #D70392;
}
.AnyTagClassName
{
color: #D70392;
}
</style>
background-color css
<style>
a { background-color: #D70392; }
a { background-color: rgb(215,3,146); }
div.DivClassName
{
background-color: #D70392;
}
.BgClassName
{
background-color: #D70392;
}
</style>
border-color css
<style>
span { border-color: #D70392; }
span { border-color: rgb(215,3,146); }
td.TdClassName
{
border-color: #D70392;
}
.TagClassName
{
border-color: #D70392;
}
</style>