Html Css Color HEX #D11086 Medium Violet Red

📋 copy color: '#D11086'

red 209 ◦ green 16 ◦ blue 134

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

Shades of Medium Violet Red #D11086

Tints of Medium Violet Red #D11086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.46%

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

R = 58.22%
G = 4.46%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D11086 (or 0xD11086) is known color: Medium Violet Red. HEX triplet: D1, 10 and 86. RGB value is (209,16,134). Sum of RGB (Red+Green+Blue) = 209+16+134=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D11086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11086 is #2EEF79. Grayscale: #565656. Windows color (decimal): -3075962 or 8786129. OLE color: 8786129.

HSL color Cylindrical-coordinate representation of color #D11086: hue angle of 323.32º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11086 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 134 -
CMYK 0 0.92 0.36 0.18
HSL 323.32º 0.86% 0.44% -
HSV(B) 323.32º 0.92% 0.82% -
XYZ 30.78 15.65 23.95 -
YUV 87.16 154.44 214.91 -
System Red Green Blue C M Y K H S L
Decimal 209 16 134 0 0.92 0.36 0.18 323.32 0.86 0.44
Hex D1 10 86 0 5C 24 12 143 56 2C
Octal 321 20 206 0 134 44 22 503 126 54
Binary 11010001 10000 10000110 0 1011100 100100 10010 101000011 1010110 101100

Color Harmonies of #D11086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11086

Black with #D11086

Text Example


Text Example

White with #D11086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11086; }

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

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

background-color css

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

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

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

border-color css

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

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

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