#D11EAE

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

Shades of Medium Violet Red #D11EAE

Tints of Medium Violet Red #D11EAE

Color information

#D11EAE (or 0xD11EAE) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1E and AE. RGB value is (209,30,174). Sum of RGB (Red+Green+Blue) = 209+30+174=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D11EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11EAE is #2EE151. Grayscale: #636363. Windows color (decimal): -3072338 or 11411153. OLE color: 11411153.

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

Color convert

RGB20930174-
CMYK00.860.170.18
HSL311.73º74.9%46.86%-
HSV(B)311.73º85.65%81.96%-
XYZ34.417.5441.62-
YUV99.94169.8205.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.61%
GREEN value IS 30 (12.11% from 255) = 7.26%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=50.61%
G=7.26%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093017400.860.170.18311.7374.946.86
HexD11EAE05611121384b2f
Octal321362560126212247011357
Binary1101000111110101011100101011010001100101001110001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11EAE; }

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

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

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

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

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

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

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

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