#d1139e

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

Shades of Medium Violet Red #D1139E

Tints of Medium Violet Red #D1139E

Color information

#D1139E (or 0xD1139E) is unknown color: approx Medium Violet Red. HEX triplet: D1, 13 and 9E. RGB value is (209,19,158). Sum of RGB (Red+Green+Blue) = 209+19+158=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1139E is #2EEC61. Grayscale: #5B5B5B. Windows color (decimal): -3075170 or 10359761. OLE color: 10359761.

HSL color Cylindrical-coordinate representation of color #D1139E: hue angle of 316.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1139E is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB20919158-
CMYK00.910.240.18
HSL316.11º83.33%44.71%-
HSV(B)316.11º90.91%81.96%-
XYZ32.716.4933.81-
YUV91.66165.45211.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.15%
GREEN value IS 19 (7.81% from 255) = 4.92%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=54.15%
G=4.92%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091915800.910.240.18316.1183.3344.71
HexD1139E05B181213c532d
Octal321232360133302247412355
Binary1101000110011100111100101101111000100101001111001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1139e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1139e; }

 p { color: rgb(209,19,158); }

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

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

 a { background-color: rgb(209,19,158); }

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

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

 span { border-color: rgb(209,19,158); }

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