COLOR #D666EB

HEX: #D666EB
RGB: (214,102,235)

Color info

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

RGB color model

#D666EB color RGB value is (214,102,235).

  • red value is 214;
  • green value is 102;
  • blue value is 235.
RGB:
(214,102,235)
(84%,40%,92%)

RGB channels and saturation

R 214 of 255 = 84%
G 102 of 255 = 40%
B 235 of 255 = 92%

214
102
235

R + G + B ~ 72%. #D666EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 102 + 235 = 551 (100%)
R 214 of 551 ~ 38.84%
G 102 of 551 ~ 18.51%
B 235 of 551 ~ 42.65%

%38.84
%18.51
%42.65

CMYK color model

#D666EB color CMYK value is (9,57,0,8).

  • cyan value is 8.94%
  • magenta value is 56.60%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,57,0,8)
C9M57Y0K8 
(9%,57%,0%,8%)
(0.09/0.57/0.00/0.08)	

CMYK percentages

%8.94
%56.6
%0
%7.84

Codes

Color #D666EB in popluar color models

D666EB
RGB214102235
HSL291°76.88%66.08%
HSB/HSV291°56.60%92.16%
CMYK8.94%56.60%0.00%
7.84%

Color #D666EB in popluar number systems.

HEXD666EB
Decimal214102235
Binary11010110110011011101011
Octal326146353

Shades and tints

Shades of #D666EB

#D666EB
(214,102,235)
#C35DD6
(195,93,214)
#B054C1
(176,84,193)
#9D4BAC
(157,75,172)
#8A4297
(138,66,151)
#773982
(119,57,130)
#64306D
(100,48,109)
#512758
(81,39,88)
#3E1E43
(62,30,67)
#2B152E
(43,21,46)
#180C19
(24,12,25)
#000000
(0,0,0)

Tints of #D666EB

#D666EB
(214,102,235)
#D973EC
(217,115,236)
#DC80ED
(220,128,237)
#DF8DEE
(223,141,238)
#E29AEF
(226,154,239)
#E5A7F0
(229,167,240)
#E8B4F1
(232,180,241)
#EBC1F2
(235,193,242)
#EECEF3
(238,206,243)
#F1DBF4
(241,219,244)
#F4E8F5
(244,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D666EB color. Also use rgb(214,102,235) instead hex code.

Text Font Color

.myTextColor { color: #D666EB; }

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

This text font color is #D666EB.


Background Color

.myBgColor { background-color: #D666EB; }

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

This div background color is #D666EB.


Border color

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

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

This div border color is #D666EB.


Opacity

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

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

Text with #D666EB 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 #D666EB;}

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

This text has shadow with #D666EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D666EB on black background.


Color preview on white background

This text has color #D666EB on white background.



Black color preview on #D666EB background

This text has black color on #D666EB background.


White color preview on #D666EB background

This text has white color on #D666EB background.