Shades of Medium Violet Red #D10098
Tints of Medium Violet Red #D10098
RGB
CMYK
RGB Variations
Color information
#D10098 (or 0xD10098) is known color: Medium Violet Red. HEX triplet: D1, 00 and 98. RGB value is (209,0,152). Sum of RGB (Red+Green+Blue) = 209+0+152=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D10098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10098 is #2EFF67. Grayscale: #4F4F4F. Windows color (decimal): -3080040 or 9961681. OLE color: 9961681.
HSL color Cylindrical-coordinate representation of color #D10098: hue angle of 316.36º 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 #D10098 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.27 | 0.18 |
| HSL | 316.36º | 1% | 0.41% | - |
| HSV(B) | 316.36º | 1% | 0.82% | - |
| XYZ | 31.96 | 15.82 | 31.08 | - |
| YUV | 79.82 | 168.74 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 152 | 0 | 1 | 0.27 | 0.18 | 316.36 | 1 | 0.41 |
| Hex | D1 | 0 | 98 | 0 | 64 | 1B | 12 | 13C | 64 | 29 |
| Octal | 321 | 0 | 230 | 0 | 144 | 33 | 22 | 474 | 144 | 51 |
| Binary | 11010001 | 0 | 10011000 | 0 | 1100100 | 11011 | 10010 | 100111100 | 1100100 | 101001 |
Color Harmonies of #D10098
Complementary color
Monochromatic Colors of #D10098
Black with #D10098
Text Example
Text Example
White with #D10098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10098; }
p { color: rgb(209,0,152); }
H1.HeaderClassName
{
color: #D10098;
}
.AnyTagClassName
{
color: #D10098;
}
</style>
background-color css
<style>
a { background-color: #D10098; }
a { background-color: rgb(209,0,152); }
div.DivClassName
{
background-color: #D10098;
}
.BgClassName
{
background-color: #D10098;
}
</style>
border-color css
<style>
span { border-color: #D10098; }
span { border-color: rgb(209,0,152); }
td.TdClassName
{
border-color: #D10098;
}
.TagClassName
{
border-color: #D10098;
}
</style>