Shades of Medium Violet Red #D10092
Tints of Medium Violet Red #D10092
RGB
CMYK
RGB Variations
Color information
#D10092 (or 0xD10092) is known color: Medium Violet Red. HEX triplet: D1, 00 and 92. RGB value is (209,0,146). Sum of RGB (Red+Green+Blue) = 209+0+146=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D10092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10092 is #2EFF6D. Grayscale: #4E4E4E. Windows color (decimal): -3080046 or 9568465. OLE color: 9568465.
HSL color Cylindrical-coordinate representation of color #D10092: hue angle of 318.09º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10092 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.30 | 0.18 |
| HSL | 318.09º | 1% | 0.41% | - |
| HSV(B) | 318.09º | 1% | 0.82% | - |
| XYZ | 31.48 | 15.63 | 28.55 | - |
| YUV | 79.14 | 165.74 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 146 | 0 | 1 | 0.30 | 0.18 | 318.09 | 1 | 0.41 |
| Hex | D1 | 0 | 92 | 0 | 64 | 1E | 12 | 13E | 64 | 29 |
| Octal | 321 | 0 | 222 | 0 | 144 | 36 | 22 | 476 | 144 | 51 |
| Binary | 11010001 | 0 | 10010010 | 0 | 1100100 | 11110 | 10010 | 100111110 | 1100100 | 101001 |
Color Harmonies of #D10092
Complementary color
Monochromatic Colors of #D10092
Black with #D10092
Text Example
Text Example
White with #D10092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10092; }
p { color: rgb(209,0,146); }
H1.HeaderClassName
{
color: #D10092;
}
.AnyTagClassName
{
color: #D10092;
}
</style>
background-color css
<style>
a { background-color: #D10092; }
a { background-color: rgb(209,0,146); }
div.DivClassName
{
background-color: #D10092;
}
.BgClassName
{
background-color: #D10092;
}
</style>
border-color css
<style>
span { border-color: #D10092; }
span { border-color: rgb(209,0,146); }
td.TdClassName
{
border-color: #D10092;
}
.TagClassName
{
border-color: #D10092;
}
</style>