#D11E84

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

Shades of Medium Violet Red #D11E84

Tints of Medium Violet Red #D11E84

Color information

#D11E84 (or 0xD11E84) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1E and 84. RGB value is (209,30,132). Sum of RGB (Red+Green+Blue) = 209+30+132=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11E84 is #2EE17B. Grayscale: #5E5E5E. Windows color (decimal): -3072380 or 8658641. OLE color: 8658641.

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

Color convert

RGB20930132-
CMYK00.860.370.18
HSL325.81º74.9%46.86%-
HSV(B)325.81º85.65%81.96%-
XYZ30.9216.1523.32-
YUV95.15148.8209.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.33%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=56.33%
G=8.09%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093013200.860.370.18325.8174.946.86
HexD11E8405625121464b2f
Octal321362040126452250611357
Binary11010001111101000010001010110100101100101010001101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11E84; }

 p { color: rgb(209,30,132); }

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

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

 a { background-color: rgb(209,30,132); }

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

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

 span { border-color: rgb(209,30,132); }

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