Shades of Medium Violet Red #D10988
Tints of Medium Violet Red #D10988
RGB
CMYK
RGB Variations
Color information
#D10988 (or 0xD10988) is known color: Medium Violet Red. HEX triplet: D1, 09 and 88. RGB value is (209,9,136). Sum of RGB (Red+Green+Blue) = 209+9+136=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D10988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10988 is #2EF677. Grayscale: #525252. Windows color (decimal): -3077752 or 8915409. OLE color: 8915409.
HSL color Cylindrical-coordinate representation of color #D10988: hue angle of 321.9º 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 #D10988 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.18 |
| HSL | 321.9º | 0.92% | 0.43% | - |
| HSV(B) | 321.9º | 0.96% | 0.82% | - |
| XYZ | 30.84 | 15.53 | 24.66 | - |
| YUV | 83.28 | 157.76 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 136 | 0 | 0.96 | 0.35 | 0.18 | 321.9 | 0.92 | 0.43 |
| Hex | D1 | 9 | 88 | 0 | 60 | 23 | 12 | 142 | 5C | 2B |
| Octal | 321 | 11 | 210 | 0 | 140 | 43 | 22 | 502 | 134 | 53 |
| Binary | 11010001 | 1001 | 10001000 | 0 | 1100000 | 100011 | 10010 | 101000010 | 1011100 | 101011 |
Color Harmonies of #D10988
Complementary color
Monochromatic Colors of #D10988
Black with #D10988
Text Example
Text Example
White with #D10988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10988; }
p { color: rgb(209,9,136); }
H1.HeaderClassName
{
color: #D10988;
}
.AnyTagClassName
{
color: #D10988;
}
</style>
background-color css
<style>
a { background-color: #D10988; }
a { background-color: rgb(209,9,136); }
div.DivClassName
{
background-color: #D10988;
}
.BgClassName
{
background-color: #D10988;
}
</style>
border-color css
<style>
span { border-color: #D10988; }
span { border-color: rgb(209,9,136); }
td.TdClassName
{
border-color: #D10988;
}
.TagClassName
{
border-color: #D10988;
}
</style>