Shades of Medium Violet Red #D11C9A
Tints of Medium Violet Red #D11C9A
RGB
CMYK
RGB Variations
Color information
#D11C9A (or 0xD11C9A) is known color: Medium Violet Red. HEX triplet: D1, 1C and 9A. RGB value is (209,28,154). Sum of RGB (Red+Green+Blue) = 209+28+154=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11C9A is #2EE365. Grayscale: #606060. Windows color (decimal): -3072870 or 10099921. OLE color: 10099921.
HSL color Cylindrical-coordinate representation of color #D11C9A: hue angle of 318.23º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C9A is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 154 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.18 |
| HSL | 318.23º | 0.76% | 0.46% | - |
| HSV(B) | 318.23º | 0.87% | 0.82% | - |
| XYZ | 32.54 | 16.72 | 32.08 | - |
| YUV | 96.48 | 160.47 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 154 | 0 | 0.87 | 0.26 | 0.18 | 318.23 | 0.76 | 0.46 |
| Hex | D1 | 1C | 9A | 0 | 57 | 1A | 12 | 13E | 4C | 2E |
| Octal | 321 | 34 | 232 | 0 | 127 | 32 | 22 | 476 | 114 | 56 |
| Binary | 11010001 | 11100 | 10011010 | 0 | 1010111 | 11010 | 10010 | 100111110 | 1001100 | 101110 |
Color Harmonies of #D11C9A
Complementary color
Monochromatic Colors of #D11C9A
Black with #D11C9A
Text Example
Text Example
White with #D11C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C9A; }
p { color: rgb(209,28,154); }
H1.HeaderClassName
{
color: #D11C9A;
}
.AnyTagClassName
{
color: #D11C9A;
}
</style>
background-color css
<style>
a { background-color: #D11C9A; }
a { background-color: rgb(209,28,154); }
div.DivClassName
{
background-color: #D11C9A;
}
.BgClassName
{
background-color: #D11C9A;
}
</style>
border-color css
<style>
span { border-color: #D11C9A; }
span { border-color: rgb(209,28,154); }
td.TdClassName
{
border-color: #D11C9A;
}
.TagClassName
{
border-color: #D11C9A;
}
</style>