Shades of Medium Violet Red #D10C9A
Tints of Medium Violet Red #D10C9A
RGB
CMYK
RGB Variations
Color information
#D10C9A (or 0xD10C9A) is known color: Medium Violet Red. HEX triplet: D1, 0C and 9A. RGB value is (209,12,154). Sum of RGB (Red+Green+Blue) = 209+12+154=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10C9A is #2EF365. Grayscale: #565656. Windows color (decimal): -3076966 or 10095825. OLE color: 10095825.
HSL color Cylindrical-coordinate representation of color #D10C9A: hue angle of 316.75º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C9A is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 154 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.18 |
| HSL | 316.75º | 0.89% | 0.43% | - |
| HSV(B) | 316.75º | 0.94% | 0.82% | - |
| XYZ | 32.26 | 16.15 | 31.99 | - |
| YUV | 87.09 | 165.77 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 154 | 0 | 0.94 | 0.26 | 0.18 | 316.75 | 0.89 | 0.43 |
| Hex | D1 | C | 9A | 0 | 5E | 1A | 12 | 13D | 59 | 2B |
| Octal | 321 | 14 | 232 | 0 | 136 | 32 | 22 | 475 | 131 | 53 |
| Binary | 11010001 | 1100 | 10011010 | 0 | 1011110 | 11010 | 10010 | 100111101 | 1011001 | 101011 |
Color Harmonies of #D10C9A
Complementary color
Monochromatic Colors of #D10C9A
Black with #D10C9A
Text Example
Text Example
White with #D10C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C9A; }
p { color: rgb(209,12,154); }
H1.HeaderClassName
{
color: #D10C9A;
}
.AnyTagClassName
{
color: #D10C9A;
}
</style>
background-color css
<style>
a { background-color: #D10C9A; }
a { background-color: rgb(209,12,154); }
div.DivClassName
{
background-color: #D10C9A;
}
.BgClassName
{
background-color: #D10C9A;
}
</style>
border-color css
<style>
span { border-color: #D10C9A; }
span { border-color: rgb(209,12,154); }
td.TdClassName
{
border-color: #D10C9A;
}
.TagClassName
{
border-color: #D10C9A;
}
</style>