Shades of Medium Violet Red #D10998
Tints of Medium Violet Red #D10998
RGB
CMYK
RGB Variations
Color information
#D10998 (or 0xD10998) is known color: Medium Violet Red. HEX triplet: D1, 09 and 98. RGB value is (209,9,152). Sum of RGB (Red+Green+Blue) = 209+9+152=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D10998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10998 is #2EF667. Grayscale: #545454. Windows color (decimal): -3077736 or 9963985. OLE color: 9963985.
HSL color Cylindrical-coordinate representation of color #D10998: hue angle of 317.1º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10998 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 152 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.18 |
| HSL | 317.1º | 0.92% | 0.43% | - |
| HSV(B) | 317.1º | 0.96% | 0.82% | - |
| XYZ | 32.06 | 16.02 | 31.11 | - |
| YUV | 85.1 | 165.76 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 152 | 0 | 0.96 | 0.27 | 0.18 | 317.1 | 0.92 | 0.43 |
| Hex | D1 | 9 | 98 | 0 | 60 | 1B | 12 | 13D | 5C | 2B |
| Octal | 321 | 11 | 230 | 0 | 140 | 33 | 22 | 475 | 134 | 53 |
| Binary | 11010001 | 1001 | 10011000 | 0 | 1100000 | 11011 | 10010 | 100111101 | 1011100 | 101011 |
Color Harmonies of #D10998
Complementary color
Monochromatic Colors of #D10998
Black with #D10998
Text Example
Text Example
White with #D10998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10998; }
p { color: rgb(209,9,152); }
H1.HeaderClassName
{
color: #D10998;
}
.AnyTagClassName
{
color: #D10998;
}
</style>
background-color css
<style>
a { background-color: #D10998; }
a { background-color: rgb(209,9,152); }
div.DivClassName
{
background-color: #D10998;
}
.BgClassName
{
background-color: #D10998;
}
</style>
border-color css
<style>
span { border-color: #D10998; }
span { border-color: rgb(209,9,152); }
td.TdClassName
{
border-color: #D10998;
}
.TagClassName
{
border-color: #D10998;
}
</style>