Shades of Medium Violet Red #D10F92
Tints of Medium Violet Red #D10F92
RGB
CMYK
RGB Variations
Color information
#D10F92 (or 0xD10F92) is known color: Medium Violet Red. HEX triplet: D1, 0F and 92. RGB value is (209,15,146). Sum of RGB (Red+Green+Blue) = 209+15+146=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10F92 is #2EF06D. Grayscale: #575757. Windows color (decimal): -3076206 or 9572305. OLE color: 9572305.
HSL color Cylindrical-coordinate representation of color #D10F92: hue angle of 319.48º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10F92 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 146 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.18 |
| HSL | 319.48º | 0.87% | 0.44% | - |
| HSV(B) | 319.48º | 0.93% | 0.82% | - |
| XYZ | 31.65 | 15.97 | 28.61 | - |
| YUV | 87.94 | 160.77 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 146 | 0 | 0.93 | 0.30 | 0.18 | 319.48 | 0.87 | 0.44 |
| Hex | D1 | F | 92 | 0 | 5D | 1E | 12 | 13F | 57 | 2C |
| Octal | 321 | 17 | 222 | 0 | 135 | 36 | 22 | 477 | 127 | 54 |
| Binary | 11010001 | 1111 | 10010010 | 0 | 1011101 | 11110 | 10010 | 100111111 | 1010111 | 101100 |
Color Harmonies of #D10F92
Complementary color
Monochromatic Colors of #D10F92
Black with #D10F92
Text Example
Text Example
White with #D10F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F92; }
p { color: rgb(209,15,146); }
H1.HeaderClassName
{
color: #D10F92;
}
.AnyTagClassName
{
color: #D10F92;
}
</style>
background-color css
<style>
a { background-color: #D10F92; }
a { background-color: rgb(209,15,146); }
div.DivClassName
{
background-color: #D10F92;
}
.BgClassName
{
background-color: #D10F92;
}
</style>
border-color css
<style>
span { border-color: #D10F92; }
span { border-color: rgb(209,15,146); }
td.TdClassName
{
border-color: #D10F92;
}
.TagClassName
{
border-color: #D10F92;
}
</style>