Shades of Medium Violet Red #D10598
Tints of Medium Violet Red #D10598
RGB
CMYK
RGB Variations
Color information
#D10598 (or 0xD10598) is known color: Medium Violet Red. HEX triplet: D1, 05 and 98. RGB value is (209,5,152). Sum of RGB (Red+Green+Blue) = 209+5+152=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D10598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10598 is #2EFA67. Grayscale: #525252. Windows color (decimal): -3078760 or 9962961. OLE color: 9962961.
HSL color Cylindrical-coordinate representation of color #D10598: hue angle of 316.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10598 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 152 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.18 |
| HSL | 316.76º | 0.95% | 0.42% | - |
| HSV(B) | 316.76º | 0.98% | 0.82% | - |
| XYZ | 32.02 | 15.93 | 31.09 | - |
| YUV | 82.75 | 167.09 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 152 | 0 | 0.98 | 0.27 | 0.18 | 316.76 | 0.95 | 0.42 |
| Hex | D1 | 5 | 98 | 0 | 62 | 1B | 12 | 13D | 5F | 2A |
| Octal | 321 | 5 | 230 | 0 | 142 | 33 | 22 | 475 | 137 | 52 |
| Binary | 11010001 | 101 | 10011000 | 0 | 1100010 | 11011 | 10010 | 100111101 | 1011111 | 101010 |
Color Harmonies of #D10598
Complementary color
Monochromatic Colors of #D10598
Black with #D10598
Text Example
Text Example
White with #D10598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10598; }
p { color: rgb(209,5,152); }
H1.HeaderClassName
{
color: #D10598;
}
.AnyTagClassName
{
color: #D10598;
}
</style>
background-color css
<style>
a { background-color: #D10598; }
a { background-color: rgb(209,5,152); }
div.DivClassName
{
background-color: #D10598;
}
.BgClassName
{
background-color: #D10598;
}
</style>
border-color css
<style>
span { border-color: #D10598; }
span { border-color: rgb(209,5,152); }
td.TdClassName
{
border-color: #D10598;
}
.TagClassName
{
border-color: #D10598;
}
</style>