Html Css Color HEX #D11E8A Medium Violet Red

📋 copy color: '#D11E8A'

red 209 ◦ green 30 ◦ blue 138

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

Shades of Medium Violet Red #D11E8A

Tints of Medium Violet Red #D11E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 55.44%
G = 7.96%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D11E8A (or 0xD11E8A) is known color: Medium Violet Red. HEX triplet: D1, 1E and 8A. RGB value is (209,30,138). Sum of RGB (Red+Green+Blue) = 209+30+138=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11E8A is #2EE175. Grayscale: #5F5F5F. Windows color (decimal): -3072374 or 9051857. OLE color: 9051857.

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

Color convert

RGB 209 30 138 -
CMYK 0 0.86 0.34 0.18
HSL 323.8º 0.75% 0.47% -
HSV(B) 323.8º 0.86% 0.82% -
XYZ 31.35 16.32 25.54 -
YUV 95.83 151.8 208.72 -
System Red Green Blue C M Y K H S L
Decimal 209 30 138 0 0.86 0.34 0.18 323.8 0.75 0.47
Hex D1 1E 8A 0 56 22 12 144 4B 2F
Octal 321 36 212 0 126 42 22 504 113 57
Binary 11010001 11110 10001010 0 1010110 100010 10010 101000100 1001011 101111

Color Harmonies of #D11E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11E8A

Black with #D11E8A

Text Example


Text Example

White with #D11E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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