Shades of Medium Violet Red #D10D8C
Tints of Medium Violet Red #D10D8C
RGB
CMYK
RGB Variations
Color information
#D10D8C (or 0xD10D8C) is known color: Medium Violet Red. HEX triplet: D1, 0D and 8C. RGB value is (209,13,140). Sum of RGB (Red+Green+Blue) = 209+13+140=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10D8C is #2EF273. Grayscale: #555555. Windows color (decimal): -3076724 or 9178577. OLE color: 9178577.
HSL color Cylindrical-coordinate representation of color #D10D8C: hue angle of 321.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D8C is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 140 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.18 |
| HSL | 321.12º | 0.88% | 0.44% | - |
| HSV(B) | 321.12º | 0.94% | 0.82% | - |
| XYZ | 31.17 | 15.74 | 26.21 | - |
| YUV | 86.08 | 158.43 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 140 | 0 | 0.94 | 0.33 | 0.18 | 321.12 | 0.88 | 0.44 |
| Hex | D1 | D | 8C | 0 | 5E | 21 | 12 | 141 | 58 | 2C |
| Octal | 321 | 15 | 214 | 0 | 136 | 41 | 22 | 501 | 130 | 54 |
| Binary | 11010001 | 1101 | 10001100 | 0 | 1011110 | 100001 | 10010 | 101000001 | 1011000 | 101100 |
Color Harmonies of #D10D8C
Complementary color
Monochromatic Colors of #D10D8C
Black with #D10D8C
Text Example
Text Example
White with #D10D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D8C; }
p { color: rgb(209,13,140); }
H1.HeaderClassName
{
color: #D10D8C;
}
.AnyTagClassName
{
color: #D10D8C;
}
</style>
background-color css
<style>
a { background-color: #D10D8C; }
a { background-color: rgb(209,13,140); }
div.DivClassName
{
background-color: #D10D8C;
}
.BgClassName
{
background-color: #D10D8C;
}
</style>
border-color css
<style>
span { border-color: #D10D8C; }
span { border-color: rgb(209,13,140); }
td.TdClassName
{
border-color: #D10D8C;
}
.TagClassName
{
border-color: #D10D8C;
}
</style>