#D11C82

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

Shades of Medium Violet Red #D11C82

Tints of Medium Violet Red #D11C82

Color information

#D11C82 (or 0xD11C82) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1C and 82. RGB value is (209,28,130). Sum of RGB (Red+Green+Blue) = 209+28+130=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11C82 is #2EE37D. Grayscale: #5D5D5D. Windows color (decimal): -3072894 or 8527057. OLE color: 8527057.

HSL color Cylindrical-coordinate representation of color #D11C82: hue angle of 326.19º 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 #D11C82 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB20928130-
CMYK00.870.380.18
HSL326.19º76.37%46.47%-
HSV(B)326.19º86.6%81.96%-
XYZ30.741622.59-
YUV93.75148.47210.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.95%
GREEN value IS 28 (11.33% from 255) = 7.63%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=56.95%
G=7.63%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092813000.870.380.18326.1976.3746.47
HexD11C8205726121464c2e
Octal321342020127462250611456
Binary11010001111001000001001010111100110100101010001101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11C82; }

 p { color: rgb(209,28,130); }

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

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

 a { background-color: rgb(209,28,130); }

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

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

 span { border-color: rgb(209,28,130); }

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