#D11F8B

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

Shades of Medium Violet Red #D11F8B

Tints of Medium Violet Red #D11F8B

Color information

#D11F8B (or 0xD11F8B) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1F and 8B. RGB value is (209,31,139). Sum of RGB (Red+Green+Blue) = 209+31+139=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11F8B is #2EE074. Grayscale: #606060. Windows color (decimal): -3072117 or 9117649. OLE color: 9117649.

HSL color Cylindrical-coordinate representation of color #D11F8B: hue angle of 323.6º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11F8B is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB20931139-
CMYK00.850.330.18
HSL323.6º74.17%47.06%-
HSV(B)323.6º85.17%81.96%-
XYZ31.4416.425.93-
YUV96.53151.97208.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.15%
GREEN value IS 31 (12.5% from 255) = 8.18%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=55.15%
G=8.18%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093113900.850.330.18323.674.1747.06
HexD11F8B05521121444a2f
Octal321372130125412250411257
Binary11010001111111000101101010101100001100101010001001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11F8B; }

 p { color: rgb(209,31,139); }

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

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

 a { background-color: rgb(209,31,139); }

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

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

 span { border-color: rgb(209,31,139); }

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