#D11A80

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

Shades of Medium Violet Red #D11A80

Tints of Medium Violet Red #D11A80

Color information

#D11A80 (or 0xD11A80) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1A and 80. RGB value is (209,26,128). Sum of RGB (Red+Green+Blue) = 209+26+128=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11A80 is #2EE57F. Grayscale: #5C5C5C. Windows color (decimal): -3073408 or 8395473. OLE color: 8395473.

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

Color convert

RGB20926128-
CMYK00.880.390.18
HSL326.56º77.87%46.08%-
HSV(B)326.56º87.56%81.96%-
XYZ30.5615.8521.87-
YUV92.34148.13211.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.58%
GREEN value IS 26 (10.55% from 255) = 7.16%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=57.58%
G=7.16%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092612800.880.390.18326.5677.8746.08
HexD11A8005827121474e2e
Octal321322000130472250711656
Binary11010001110101000000001011000100111100101010001111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11A80; }

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

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

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

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

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

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

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

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