#D11E9B

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

Shades of Medium Violet Red #D11E9B

Tints of Medium Violet Red #D11E9B

Color information

#D11E9B (or 0xD11E9B) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1E and 9B. RGB value is (209,30,155). Sum of RGB (Red+Green+Blue) = 209+30+155=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11E9B is #2EE164. Grayscale: #616161. Windows color (decimal): -3072357 or 10165969. OLE color: 10165969.

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

Color convert

RGB20930155-
CMYK00.860.260.18
HSL318.1º74.9%46.86%-
HSV(B)318.1º85.65%81.96%-
XYZ32.6816.8532.54-
YUV97.77160.3207.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.05%
GREEN value IS 30 (12.11% from 255) = 7.61%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=53.05%
G=7.61%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093015500.860.260.18318.174.946.86
HexD11E9B0561A1213e4b2f
Octal321362330126322247611357
Binary1101000111110100110110101011011010100101001111101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11E9B; }

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

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

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

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

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

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

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

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