Html Css Color HEX #D1139E Medium Violet Red

📋 copy color: '#D1139E'

red 209 ◦ green 19 ◦ blue 158

#D1139E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D1139E

Tints of Medium Violet Red #D1139E

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 value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1139E (or 0xD1139E) is known color: 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

RGB 209 19 158 -
CMYK 0 0.91 0.24 0.18
HSL 316.11º 0.83% 0.45% -
HSV(B) 316.11º 0.91% 0.82% -
XYZ 32.7 16.49 33.81 -
YUV 91.66 165.45 211.7 -
System Red Green Blue C M Y K H S L
Decimal 209 19 158 0 0.91 0.24 0.18 316.11 0.83 0.45
Hex D1 13 9E 0 5B 18 12 13C 53 2D
Octal 321 23 236 0 133 30 22 474 123 55
Binary 11010001 10011 10011110 0 1011011 11000 10010 100111100 1010011 101101

Color Harmonies of #D1139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1139E

Black with #D1139E

Text Example


Text Example

White with #D1139E

Text Example


Text Example

HTML Codes & Css Web 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>