Shades of Medium Violet Red #D10195
Tints of Medium Violet Red #D10195
RGB
CMYK
RGB Variations
Color information
#D10195 (or 0xD10195) is known color: Medium Violet Red. HEX triplet: D1, 01 and 95. RGB value is (209,1,149). Sum of RGB (Red+Green+Blue) = 209+1+149=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D10195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10195 is #2EFE6A. Grayscale: #4F4F4F. Windows color (decimal): -3079787 or 9765329. OLE color: 9765329.
HSL color Cylindrical-coordinate representation of color #D10195: hue angle of 317.31º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10195 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.18 |
| HSL | 317.31º | 0.99% | 0.41% | - |
| HSV(B) | 317.31º | 1% | 0.82% | - |
| XYZ | 31.73 | 15.75 | 29.8 | - |
| YUV | 80.06 | 166.91 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 149 | 0 | 1.00 | 0.29 | 0.18 | 317.31 | 0.99 | 0.41 |
| Hex | D1 | 1 | 95 | 0 | 64 | 1D | 12 | 13D | 63 | 29 |
| Octal | 321 | 1 | 225 | 0 | 144 | 35 | 22 | 475 | 143 | 51 |
| Binary | 11010001 | 1 | 10010101 | 0 | 1100100 | 11101 | 10010 | 100111101 | 1100011 | 101001 |
Color Harmonies of #D10195
Complementary color
Monochromatic Colors of #D10195
Black with #D10195
Text Example
Text Example
White with #D10195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10195; }
p { color: rgb(209,1,149); }
H1.HeaderClassName
{
color: #D10195;
}
.AnyTagClassName
{
color: #D10195;
}
</style>
background-color css
<style>
a { background-color: #D10195; }
a { background-color: rgb(209,1,149); }
div.DivClassName
{
background-color: #D10195;
}
.BgClassName
{
background-color: #D10195;
}
</style>
border-color css
<style>
span { border-color: #D10195; }
span { border-color: rgb(209,1,149); }
td.TdClassName
{
border-color: #D10195;
}
.TagClassName
{
border-color: #D10195;
}
</style>