#d11d80

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

Shades of Medium Violet Red #D11D80

Tints of Medium Violet Red #D11D80

Color information

#D11D80 (or 0xD11D80) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1D and 80. RGB value is (209,29,128). Sum of RGB (Red+Green+Blue) = 209+29+128=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11D80 is #2EE27F. Grayscale: #5D5D5D. Windows color (decimal): -3072640 or 8396241. OLE color: 8396241.

HSL color Cylindrical-coordinate representation of color #D11D80: hue angle of 327º degrees, saturation: 0.76, 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 #D11D80 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB20929128-
CMYK00.860.390.18
HSL327º75.63%46.67%-
HSV(B)327º86.12%81.96%-
XYZ30.6315.9921.89-
YUV94.11147.13209.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.10%
GREEN value IS 29 (11.72% from 255) = 7.92%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=57.10%
G=7.92%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092912800.860.390.1832775.6346.67
HexD11D8005627121474c2f
Octal321352000126472250711457
Binary11010001111011000000001010110100111100101010001111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d11d80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d11d80; }

 p { color: rgb(209,29,128); }

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

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

 a { background-color: rgb(209,29,128); }

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

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

 span { border-color: rgb(209,29,128); }

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