COLOR #D163EE

HEX: #D163EE RGB: (209,99,238)

Color info

#D163EE contains mainly red and blue colors. Web safe color of #D163EE is #CC66FF (or #C6F).

RGB color model

#D163EE color RGB value is (209,99,238).

RGB: (209,99,238) (82%, 39%, 93%)

RGB channels and saturation

R 209 of 255 = 82%
G 99 of 255 = 39%
B 238 of 255 = 93%

209
99
238

R + G + B ~ 71%. #D163EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 99 + 238 = 546 (100%)
R 209 of 546 ~ 38.28%
G 99 of 546 ~ 18.13%
B 238 of 546 ~ 43.59'%

%38.28
%18.13
%43.59

CMYK color model

#D163EE color CMYK value is (12,58,0,7).

  • cyan value is 12.18%
  • magenta value is 58.40%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (12,58,0,7) C12M58Y0K7 (12%,58%,0%,7%) (0.12/0.58/0.00/0.07) 

CMYK percentages

%12.18
%58.4
%0
%6.67

Codes

Color #D163EE in popluar color models

D1 63 EE
RGB 209 99 238
HSL 287° 80.35% 66.08%
HSB/HSV 287° 58.40% 93.33%
CMYK 12.18% 58.40% 0.00%
6.67%

Color #D163EE in popluar number systems.

HEX D1 63 EE
Decimal 209 99 238
Binary 11010001 1100011 11101110
Octal 321 143 356

Shades and tints

Shades of #D163EE

#D163EE
(209,99,238)
#BE5AD9
(190,90,217)
#AB51C4
(171,81,196)
#9848AF
(152,72,175)
#853F9A
(133,63,154)
#723685
(114,54,133)
#5F2D70
(95,45,112)
#4C245B
(76,36,91)
#391B46
(57,27,70)
#261231
(38,18,49)
#13091C
(19,9,28)
#000000
(0,0,0)

Tints of #D163EE

#D163EE
(209,99,238)
#D571EF
(213,113,239)
#D97FF0
(217,127,240)
#DD8DF1
(221,141,241)
#E19BF2
(225,155,242)
#E5A9F3
(229,169,243)
#E9B7F4
(233,183,244)
#EDC5F5
(237,197,245)
#F1D3F6
(241,211,246)
#F5E1F7
(245,225,247)
#F9EFF8
(249,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D163EE color. Also use rgb(209,99,238) instead hex code.

Text Font Color

.myTextColor { color: #D163EE; }

<p style="color:#D163EE">This sample text font color is #D163EE.</p>

This text font color is #D163EE.

Background Color

.myBgColor { background-color: #D163EE; }

<div style="background-color:#D163EE">Inner text</div>

This div background color is #D163EE.

Border color

.myBorderColor { border: 1px solid #D163EE; }

<div style="border:3px solid #D163EE">Div</div>

This div border color is #D163EE.

Opacity

.myOpacity80 { color: #D163EE; opacity: 0.8; }

<p style="color:#D163EE;opacity:0.8;">80%</p>

Text with #D163EE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D163EE;}

<p style="text-shadow: 3px 3px 1px #D163EE">Text here.</p>

This text has shadow with #D163EE color.


.textShadow {text-shadow: 3px 3px 1px #D163EE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D163EE, 5px 5px 20px red">Text here.</p>

This text has shadow with #D163EE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D163EE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D163EE, Direction=45, Strength=4)">Text</p>

This text has shadow with #D163EE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D163EE;
-webkit-box-shadow: 1px 1px 3px 2px #D163EE;
box-shadow: 1px 1px 3px 2px #D163EE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D163EE; -webkit-box-shadow: 1px 1px 3px 2px #D163EE; box-shadow:1px 1px 3px 2px #D163EE;">
Div content here
</div>

This div box has shadow with color #D163EE.

Preview

Color preview on black background

This text has color #D163EE on black background.


Color preview on white background

This text has color #D163EE on white background.


Black color preview on #D163EE background

This text has black color on #D163EE background.


White color preview on #D163EE background

This text has white color on #D163EE background.


Related colors

Complementary color

Complementary color for #hex is #2E9C11.


I love getcolorcode.com

Triadic colors

1 #EED163 and #63EED1 with #D163EE are triadic colors.

2 #EE63D1 and #63D1EE with #D163EE are triadic colors.