Shades of Medium Violet Red #D10D92
Tints of Medium Violet Red #D10D92
RGB
CMYK
RGB Variations
Color information
#D10D92 (or 0xD10D92) is known color: Medium Violet Red. HEX triplet: D1, 0D and 92. RGB value is (209,13,146). Sum of RGB (Red+Green+Blue) = 209+13+146=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10D92 is #2EF26D. Grayscale: #565656. Windows color (decimal): -3076718 or 9571793. OLE color: 9571793.
HSL color Cylindrical-coordinate representation of color #D10D92: hue angle of 319.29º 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 #D10D92 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 146 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.18 |
| HSL | 319.29º | 0.88% | 0.44% | - |
| HSV(B) | 319.29º | 0.94% | 0.82% | - |
| XYZ | 31.63 | 15.92 | 28.6 | - |
| YUV | 86.77 | 161.43 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 146 | 0 | 0.94 | 0.30 | 0.18 | 319.29 | 0.88 | 0.44 |
| Hex | D1 | D | 92 | 0 | 5E | 1E | 12 | 13F | 58 | 2C |
| Octal | 321 | 15 | 222 | 0 | 136 | 36 | 22 | 477 | 130 | 54 |
| Binary | 11010001 | 1101 | 10010010 | 0 | 1011110 | 11110 | 10010 | 100111111 | 1011000 | 101100 |
Color Harmonies of #D10D92
Complementary color
Monochromatic Colors of #D10D92
Black with #D10D92
Text Example
Text Example
White with #D10D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D92; }
p { color: rgb(209,13,146); }
H1.HeaderClassName
{
color: #D10D92;
}
.AnyTagClassName
{
color: #D10D92;
}
</style>
background-color css
<style>
a { background-color: #D10D92; }
a { background-color: rgb(209,13,146); }
div.DivClassName
{
background-color: #D10D92;
}
.BgClassName
{
background-color: #D10D92;
}
</style>
border-color css
<style>
span { border-color: #D10D92; }
span { border-color: rgb(209,13,146); }
td.TdClassName
{
border-color: #D10D92;
}
.TagClassName
{
border-color: #D10D92;
}
</style>