Html Css Color HEX #D11E86 Medium Violet Red

📋 copy color: '#D11E86'

red 209 ◦ green 30 ◦ blue 134

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

Shades of Medium Violet Red #D11E86

Tints of Medium Violet Red #D11E86

RGB

 RED value IS 209 (82.03% from 255) = 56.03%

 GREEN value IS 30 (12.11% from 255) = 8.04%

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 56.03%
G = 8.04%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D11E86 (or 0xD11E86) is known color: Medium Violet Red. HEX triplet: D1, 1E and 86. RGB value is (209,30,134). Sum of RGB (Red+Green+Blue) = 209+30+134=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11E86 is #2EE179. Grayscale: #5F5F5F. Windows color (decimal): -3072378 or 8789713. OLE color: 8789713.

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

Color convert

RGB 209 30 134 -
CMYK 0 0.86 0.36 0.18
HSL 325.14º 0.75% 0.47% -
HSV(B) 325.14º 0.86% 0.82% -
XYZ 31.06 16.21 24.05 -
YUV 95.38 149.8 209.04 -
System Red Green Blue C M Y K H S L
Decimal 209 30 134 0 0.86 0.36 0.18 325.14 0.75 0.47
Hex D1 1E 86 0 56 24 12 145 4B 2F
Octal 321 36 206 0 126 44 22 505 113 57
Binary 11010001 11110 10000110 0 1010110 100100 10010 101000101 1001011 101111

Color Harmonies of #D11E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11E86

Black with #D11E86

Text Example


Text Example

White with #D11E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11E86; }

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

 H1.HeaderClassName
 {
   color: #D11E86;
 }
 .AnyTagClassName
 {
   color: #D11E86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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