Shades of Medium Violet Red #D11294
Tints of Medium Violet Red #D11294
RGB
CMYK
RGB Variations
Color information
#D11294 (or 0xD11294) is known color: Medium Violet Red. HEX triplet: D1, 12 and 94. RGB value is (209,18,148). Sum of RGB (Red+Green+Blue) = 209+18+148=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D11294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11294 is #2EED6B. Grayscale: #595959. Windows color (decimal): -3075436 or 9704145. OLE color: 9704145.
HSL color Cylindrical-coordinate representation of color #D11294: hue angle of 319.16º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11294 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 148 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.18 |
| HSL | 319.16º | 0.84% | 0.45% | - |
| HSV(B) | 319.16º | 0.91% | 0.82% | - |
| XYZ | 31.86 | 16.13 | 29.45 | - |
| YUV | 89.93 | 160.78 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 148 | 0 | 0.91 | 0.29 | 0.18 | 319.16 | 0.84 | 0.45 |
| Hex | D1 | 12 | 94 | 0 | 5B | 1D | 12 | 13F | 54 | 2D |
| Octal | 321 | 22 | 224 | 0 | 133 | 35 | 22 | 477 | 124 | 55 |
| Binary | 11010001 | 10010 | 10010100 | 0 | 1011011 | 11101 | 10010 | 100111111 | 1010100 | 101101 |
Color Harmonies of #D11294
Complementary color
Monochromatic Colors of #D11294
Black with #D11294
Text Example
Text Example
White with #D11294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11294; }
p { color: rgb(209,18,148); }
H1.HeaderClassName
{
color: #D11294;
}
.AnyTagClassName
{
color: #D11294;
}
</style>
background-color css
<style>
a { background-color: #D11294; }
a { background-color: rgb(209,18,148); }
div.DivClassName
{
background-color: #D11294;
}
.BgClassName
{
background-color: #D11294;
}
</style>
border-color css
<style>
span { border-color: #D11294; }
span { border-color: rgb(209,18,148); }
td.TdClassName
{
border-color: #D11294;
}
.TagClassName
{
border-color: #D11294;
}
</style>