Html Css Color HEX #D11EAC Medium Violet Red

📋 copy color: '#D11EAC'

red 209 ◦ green 30 ◦ blue 172

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

Shades of Medium Violet Red #D11EAC

Tints of Medium Violet Red #D11EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 50.85%
G = 7.3%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D11EAC (or 0xD11EAC) is known color: Medium Violet Red. HEX triplet: D1, 1E and AC. RGB value is (209,30,172). Sum of RGB (Red+Green+Blue) = 209+30+172=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D11EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11EAC is #2EE153. Grayscale: #636363. Windows color (decimal): -3072340 or 11280081. OLE color: 11280081.

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

Color convert

RGB 209 30 172 -
CMYK 0 0.86 0.18 0.18
HSL 312.4º 0.75% 0.47% -
HSV(B) 312.4º 0.86% 0.82% -
XYZ 34.21 17.46 40.6 -
YUV 99.71 168.8 205.95 -
System Red Green Blue C M Y K H S L
Decimal 209 30 172 0 0.86 0.18 0.18 312.4 0.75 0.47
Hex D1 1E AC 0 56 12 12 138 4B 2F
Octal 321 36 254 0 126 22 22 470 113 57
Binary 11010001 11110 10101100 0 1010110 10010 10010 100111000 1001011 101111

Color Harmonies of #D11EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11EAC

Black with #D11EAC

Text Example


Text Example

White with #D11EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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