Shades of Medium Violet Red #D10192
Tints of Medium Violet Red #D10192
RGB
CMYK
RGB Variations
Color information
#D10192 (or 0xD10192) is known color: Medium Violet Red. HEX triplet: D1, 01 and 92. RGB value is (209,1,146). Sum of RGB (Red+Green+Blue) = 209+1+146=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D10192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10192 is #2EFE6D. Grayscale: #4F4F4F. Windows color (decimal): -3079790 or 9568721. OLE color: 9568721.
HSL color Cylindrical-coordinate representation of color #D10192: hue angle of 318.17º 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 #D10192 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.18 |
| HSL | 318.17º | 0.99% | 0.41% | - |
| HSV(B) | 318.17º | 1% | 0.82% | - |
| XYZ | 31.49 | 15.65 | 28.56 | - |
| YUV | 79.72 | 165.41 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 146 | 0 | 1.00 | 0.30 | 0.18 | 318.17 | 0.99 | 0.41 |
| Hex | D1 | 1 | 92 | 0 | 64 | 1E | 12 | 13E | 63 | 29 |
| Octal | 321 | 1 | 222 | 0 | 144 | 36 | 22 | 476 | 143 | 51 |
| Binary | 11010001 | 1 | 10010010 | 0 | 1100100 | 11110 | 10010 | 100111110 | 1100011 | 101001 |
Color Harmonies of #D10192
Complementary color
Monochromatic Colors of #D10192
Black with #D10192
Text Example
Text Example
White with #D10192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10192; }
p { color: rgb(209,1,146); }
H1.HeaderClassName
{
color: #D10192;
}
.AnyTagClassName
{
color: #D10192;
}
</style>
background-color css
<style>
a { background-color: #D10192; }
a { background-color: rgb(209,1,146); }
div.DivClassName
{
background-color: #D10192;
}
.BgClassName
{
background-color: #D10192;
}
</style>
border-color css
<style>
span { border-color: #D10192; }
span { border-color: rgb(209,1,146); }
td.TdClassName
{
border-color: #D10192;
}
.TagClassName
{
border-color: #D10192;
}
</style>