#D11A71

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

Shades of Medium Violet Red #D11A71

Tints of Medium Violet Red #D11A71

Color information

#D11A71 (or 0xD11A71) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1A and 71. RGB value is (209,26,113). Sum of RGB (Red+Green+Blue) = 209+26+113=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A71 is #2EE58E. Grayscale: #5A5A5A. Windows color (decimal): -3073423 or 7412433. OLE color: 7412433.

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

Color convert

RGB20926113-
CMYK00.880.460.18
HSL331.48º77.87%46.08%-
HSV(B)331.48º87.56%81.96%-
XYZ29.6415.4917.05-
YUV90.64140.63212.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.06%
GREEN value IS 26 (10.55% from 255) = 7.47%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=60.06%
G=7.47%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092611300.880.460.18331.4877.8746.08
HexD11A710582E1214b4e2e
Octal321321610130562251311656
Binary1101000111010111000101011000101110100101010010111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11A71; }

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

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

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

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

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

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

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

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