#D11A86

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

Shades of Medium Violet Red #D11A86

Tints of Medium Violet Red #D11A86

Color information

#D11A86 (or 0xD11A86) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1A and 86. RGB value is (209,26,134). Sum of RGB (Red+Green+Blue) = 209+26+134=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11A86 is #2EE579. Grayscale: #5C5C5C. Windows color (decimal): -3073402 or 8788689. OLE color: 8788689.

HSL color Cylindrical-coordinate representation of color #D11A86: hue angle of 324.59º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A86 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB20926134-
CMYK00.880.360.18
HSL324.59º77.87%46.08%-
HSV(B)324.59º87.56%81.96%-
XYZ30.9716.0224.01-
YUV93.03151.13210.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.64%
GREEN value IS 26 (10.55% from 255) = 7.05%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=56.64%
G=7.05%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092613400.880.360.18324.5977.8746.08
HexD11A8605824121454e2e
Octal321322060130442250511656
Binary11010001110101000011001011000100100100101010001011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11A86; }

 p { color: rgb(209,26,134); }

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

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

 a { background-color: rgb(209,26,134); }

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

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

 span { border-color: rgb(209,26,134); }

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