#D11A78

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

Shades of Medium Violet Red #D11A78

Tints of Medium Violet Red #D11A78

Color information

#D11A78 (or 0xD11A78) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1A and 78. RGB value is (209,26,120). Sum of RGB (Red+Green+Blue) = 209+26+120=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A78 is #2EE587. Grayscale: #5B5B5B. Windows color (decimal): -3073416 or 7871185. OLE color: 7871185.

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

Color convert

RGB20926120-
CMYK00.880.430.18
HSL329.18º77.87%46.08%-
HSV(B)329.18º87.56%81.96%-
XYZ30.0515.6519.21-
YUV91.43144.13211.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.87%
GREEN value IS 26 (10.55% from 255) = 7.32%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=58.87%
G=7.32%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092612000.880.430.18329.1877.8746.08
HexD11A780582B121494e2e
Octal321321700130532251111656
Binary1101000111010111100001011000101011100101010010011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11A78; }

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

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

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

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

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

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

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

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