Html Css Color HEX #D11E91 Medium Violet Red

📋 copy color: '#D11E91'

red 209 ◦ green 30 ◦ blue 145

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

Shades of Medium Violet Red #D11E91

Tints of Medium Violet Red #D11E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.76%

R = 54.43%
G = 7.81%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D11E91 (or 0xD11E91) is known color: Medium Violet Red. HEX triplet: D1, 1E and 91. RGB value is (209,30,145). Sum of RGB (Red+Green+Blue) = 209+30+145=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11E91 is #2EE16E. Grayscale: #606060. Windows color (decimal): -3072367 or 9510609. OLE color: 9510609.

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

Color convert

RGB 209 30 145 -
CMYK 0 0.86 0.31 0.18
HSL 321.45º 0.75% 0.47% -
HSV(B) 321.45º 0.86% 0.82% -
XYZ 31.87 16.53 28.3 -
YUV 96.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 209 30 145 0 0.86 0.31 0.18 321.45 0.75 0.47
Hex D1 1E 91 0 56 1F 12 141 4B 2F
Octal 321 36 221 0 126 37 22 501 113 57
Binary 11010001 11110 10010001 0 1010110 11111 10010 101000001 1001011 101111

Color Harmonies of #D11E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11E91

Black with #D11E91

Text Example


Text Example

White with #D11E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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