#D11E7C

Color #D11E7C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D11E7C

Tints of Medium Violet Red #D11E7C

Color information

#D11E7C (or 0xD11E7C) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1E and 7C. RGB value is (209,30,124). Sum of RGB (Red+Green+Blue) = 209+30+124=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11E7C is #2EE183. Grayscale: #5E5E5E. Windows color (decimal): -3072388 or 8134353. OLE color: 8134353.

HSL color Cylindrical-coordinate representation of color #D11E7C: hue angle of 328.49º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11E7C is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB20930124-
CMYK00.860.410.18
HSL328.49º74.9%46.86%-
HSV(B)328.49º85.65%81.96%-
XYZ30.415.9420.54-
YUV94.24144.8209.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 57.58%
GREEN value IS 30 (12.11% from 255) = 8.26%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=57.58%
G=8.26%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093012400.860.410.18328.4974.946.86
HexD11E7C05629121484b2f
Octal321361740126512251011357
Binary1101000111110111110001010110101001100101010010001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11E7C; }

 p { color: rgb(209,30,124); }

 H1.HeaderClassName
 {
   color: #D11E7C;
 }
 .AnyTagClassName
 {
   color: #D11E7C;
 }
</style>
background-color css

<style>
 a { background-color: #D11E7C; }

 a { background-color: rgb(209,30,124); }

 div.DivClassName
 {
   background-color: #D11E7C;
 }
 .BgClassName
 {
   background-color: #D11E7C;
 }
</style>
border-color css

<style>
 span { border-color: #D11E7C; }

 span { border-color: rgb(209,30,124); }

 td.TdClassName
 {
   border-color: #D11E7C;
 }
 .TagClassName
 {
   border-color: #D11E7C;
 }
</style>