Shades of Medium Violet Red #D70092
Tints of Medium Violet Red #D70092
RGB
CMYK
RGB Variations
Color information
#D70092 (or 0xD70092) is known color: Medium Violet Red. HEX triplet: D7, 00 and 92. RGB value is (215,0,146). Sum of RGB (Red+Green+Blue) = 215+0+146=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D70092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70092 is #28FF6D. Grayscale: #505050. Windows color (decimal): -2686830 or 9568471. OLE color: 9568471.
HSL color Cylindrical-coordinate representation of color #D70092: hue angle of 319.26º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70092 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.32 | 0.16 |
| HSL | 319.26º | 1% | 0.42% | - |
| HSV(B) | 319.26º | 1% | 0.84% | - |
| XYZ | 33.21 | 16.52 | 28.63 | - |
| YUV | 80.93 | 164.73 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 146 | 0 | 1 | 0.32 | 0.16 | 319.26 | 1 | 0.42 |
| Hex | D7 | 0 | 92 | 0 | 64 | 20 | 10 | 13F | 64 | 2A |
| Octal | 327 | 0 | 222 | 0 | 144 | 40 | 20 | 477 | 144 | 52 |
| Binary | 11010111 | 0 | 10010010 | 0 | 1100100 | 100000 | 10000 | 100111111 | 1100100 | 101010 |
Color Harmonies of #D70092
Complementary color
Monochromatic Colors of #D70092
Black with #D70092
Text Example
Text Example
White with #D70092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70092; }
p { color: rgb(215,0,146); }
H1.HeaderClassName
{
color: #D70092;
}
.AnyTagClassName
{
color: #D70092;
}
</style>
background-color css
<style>
a { background-color: #D70092; }
a { background-color: rgb(215,0,146); }
div.DivClassName
{
background-color: #D70092;
}
.BgClassName
{
background-color: #D70092;
}
</style>
border-color css
<style>
span { border-color: #D70092; }
span { border-color: rgb(215,0,146); }
td.TdClassName
{
border-color: #D70092;
}
.TagClassName
{
border-color: #D70092;
}
</style>