Shades of Medium Violet Red #D10190
Tints of Medium Violet Red #D10190
RGB
CMYK
RGB Variations
Color information
#D10190 (or 0xD10190) is known color: Medium Violet Red. HEX triplet: D1, 01 and 90. RGB value is (209,1,144). Sum of RGB (Red+Green+Blue) = 209+1+144=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D10190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10190 is #2EFE6F. Grayscale: #4F4F4F. Windows color (decimal): -3079792 or 9437649. OLE color: 9437649.
HSL color Cylindrical-coordinate representation of color #D10190: hue angle of 318.75º 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 #D10190 is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 144 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.18 |
| HSL | 318.75º | 0.99% | 0.41% | - |
| HSV(B) | 318.75º | 1% | 0.82% | - |
| XYZ | 31.34 | 15.59 | 27.74 | - |
| YUV | 79.49 | 164.41 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 144 | 0 | 1.00 | 0.31 | 0.18 | 318.75 | 0.99 | 0.41 |
| Hex | D1 | 1 | 90 | 0 | 64 | 1F | 12 | 13F | 63 | 29 |
| Octal | 321 | 1 | 220 | 0 | 144 | 37 | 22 | 477 | 143 | 51 |
| Binary | 11010001 | 1 | 10010000 | 0 | 1100100 | 11111 | 10010 | 100111111 | 1100011 | 101001 |
Color Harmonies of #D10190
Complementary color
Monochromatic Colors of #D10190
Black with #D10190
Text Example
Text Example
White with #D10190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10190; }
p { color: rgb(209,1,144); }
H1.HeaderClassName
{
color: #D10190;
}
.AnyTagClassName
{
color: #D10190;
}
</style>
background-color css
<style>
a { background-color: #D10190; }
a { background-color: rgb(209,1,144); }
div.DivClassName
{
background-color: #D10190;
}
.BgClassName
{
background-color: #D10190;
}
</style>
border-color css
<style>
span { border-color: #D10190; }
span { border-color: rgb(209,1,144); }
td.TdClassName
{
border-color: #D10190;
}
.TagClassName
{
border-color: #D10190;
}
</style>