Html Css Color HEX #D11D86 Medium Violet Red

📋 copy color: '#D11D86'

red 209 ◦ green 29 ◦ blue 134

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

Shades of Medium Violet Red #D11D86

Tints of Medium Violet Red #D11D86

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.8%

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

R = 56.18%
G = 7.8%
B = 36.02%

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

#D11D86 (or 0xD11D86) is known color: Medium Violet Red. HEX triplet: D1, 1D and 86. RGB value is (209,29,134). Sum of RGB (Red+Green+Blue) = 209+29+134=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11D86 is #2EE279. Grayscale: #5E5E5E. Windows color (decimal): -3072634 or 8789457. OLE color: 8789457.

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

Color convert

RGB 209 29 134 -
CMYK 0 0.86 0.36 0.18
HSL 325º 0.76% 0.47% -
HSV(B) 325º 0.86% 0.82% -
XYZ 31.04 16.16 24.04 -
YUV 94.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 209 29 134 0 0.86 0.36 0.18 325 0.76 0.47
Hex D1 1D 86 0 56 24 12 145 4C 2F
Octal 321 35 206 0 126 44 22 505 114 57
Binary 11010001 11101 10000110 0 1010110 100100 10010 101000101 1001100 101111

Color Harmonies of #D11D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D86

Black with #D11D86

Text Example


Text Example

White with #D11D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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