Shades of Medium Violet Red #D10088
Tints of Medium Violet Red #D10088
RGB
CMYK
RGB Variations
Color information
#D10088 (or 0xD10088) is known color: Medium Violet Red. HEX triplet: D1, 00 and 88. RGB value is (209,0,136). Sum of RGB (Red+Green+Blue) = 209+0+136=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D10088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10088 is #2EFF77. Grayscale: #4D4D4D. Windows color (decimal): -3080056 or 8913105. OLE color: 8913105.
HSL color Cylindrical-coordinate representation of color #D10088: hue angle of 320.96º 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 #D10088 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.35 | 0.18 |
| HSL | 320.96º | 1% | 0.41% | - |
| HSV(B) | 320.96º | 1% | 0.82% | - |
| XYZ | 30.74 | 15.33 | 24.63 | - |
| YUV | 78 | 160.74 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 136 | 0 | 1 | 0.35 | 0.18 | 320.96 | 1 | 0.41 |
| Hex | D1 | 0 | 88 | 0 | 64 | 23 | 12 | 141 | 64 | 29 |
| Octal | 321 | 0 | 210 | 0 | 144 | 43 | 22 | 501 | 144 | 51 |
| Binary | 11010001 | 0 | 10001000 | 0 | 1100100 | 100011 | 10010 | 101000001 | 1100100 | 101001 |
Color Harmonies of #D10088
Complementary color
Monochromatic Colors of #D10088
Black with #D10088
Text Example
Text Example
White with #D10088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10088; }
p { color: rgb(209,0,136); }
H1.HeaderClassName
{
color: #D10088;
}
.AnyTagClassName
{
color: #D10088;
}
</style>
background-color css
<style>
a { background-color: #D10088; }
a { background-color: rgb(209,0,136); }
div.DivClassName
{
background-color: #D10088;
}
.BgClassName
{
background-color: #D10088;
}
</style>
border-color css
<style>
span { border-color: #D10088; }
span { border-color: rgb(209,0,136); }
td.TdClassName
{
border-color: #D10088;
}
.TagClassName
{
border-color: #D10088;
}
</style>