Shades of Medium Violet Red #D11F7D
Tints of Medium Violet Red #D11F7D
RGB
CMYK
RGB Variations
Color information
#D11F7D (or 0xD11F7D) is known color: Medium Violet Red. HEX triplet: D1, 1F and 7D. RGB value is (209,31,125). Sum of RGB (Red+Green+Blue) = 209+31+125=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11F7D is #2EE082. Grayscale: #5E5E5E. Windows color (decimal): -3072131 or 8200145. OLE color: 8200145.
HSL color Cylindrical-coordinate representation of color #D11F7D: hue angle of 328.31º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11F7D is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 125 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.18 |
| HSL | 328.31º | 0.74% | 0.47% | - |
| HSV(B) | 328.31º | 0.85% | 0.82% | - |
| XYZ | 30.49 | 16.02 | 20.89 | - |
| YUV | 94.94 | 144.97 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 125 | 0 | 0.85 | 0.40 | 0.18 | 328.31 | 0.74 | 0.47 |
| Hex | D1 | 1F | 7D | 0 | 55 | 28 | 12 | 148 | 4A | 2F |
| Octal | 321 | 37 | 175 | 0 | 125 | 50 | 22 | 510 | 112 | 57 |
| Binary | 11010001 | 11111 | 1111101 | 0 | 1010101 | 101000 | 10010 | 101001000 | 1001010 | 101111 |
Color Harmonies of #D11F7D
Complementary color
Monochromatic Colors of #D11F7D
Black with #D11F7D
Text Example
Text Example
White with #D11F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11F7D; }
p { color: rgb(209,31,125); }
H1.HeaderClassName
{
color: #D11F7D;
}
.AnyTagClassName
{
color: #D11F7D;
}
</style>
background-color css
<style>
a { background-color: #D11F7D; }
a { background-color: rgb(209,31,125); }
div.DivClassName
{
background-color: #D11F7D;
}
.BgClassName
{
background-color: #D11F7D;
}
</style>
border-color css
<style>
span { border-color: #D11F7D; }
span { border-color: rgb(209,31,125); }
td.TdClassName
{
border-color: #D11F7D;
}
.TagClassName
{
border-color: #D11F7D;
}
</style>