COLOR #D66AD8

HEX: #D66AD8
RGB: (214,106,216)

Color info

#D66AD8 contains mainly red and blue colors. Web safe color of #D66AD8 is #CC66CC (or #C6C).

RGB color model

#D66AD8 color RGB value is (214,106,216).

  • red value is 214;
  • green value is 106;
  • blue value is 216.
RGB:
(214,106,216)
(84%,42%,85%)

RGB channels and saturation

R 214 of 255 = 84%
G 106 of 255 = 42%
B 216 of 255 = 85%

214
106
216

R + G + B ~ 70%. #D66AD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 106 + 216 = 536 (100%)
R 214 of 536 ~ 39.93%
G 106 of 536 ~ 19.78%
B 216 of 536 ~ 40.3%

%39.93
%19.78
%40.3

CMYK color model

#D66AD8 color CMYK value is (1,51,0,15).

  • cyan value is 0.93%
  • magenta value is 50.93%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(1,51,0,15)
C1M51Y0K15 
(1%,51%,0%,15%)
(0.01/0.51/0.00/0.15)	

CMYK percentages

%0.93
%50.93
%0
%15.29

Codes

Color #D66AD8 in popluar color models

D66AD8
RGB214106216
HSL299°58.51%63.14%
HSB/HSV299°50.93%84.71%
CMYK0.93%50.93%0.00%
15.29%

Color #D66AD8 in popluar number systems.

HEXD66AD8
Decimal214106216
Binary11010110110101011011000
Octal326152330

Shades and tints

Shades of #D66AD8

#D66AD8
(214,106,216)
#C361C5
(195,97,197)
#B058B2
(176,88,178)
#9D4F9F
(157,79,159)
#8A468C
(138,70,140)
#773D79
(119,61,121)
#643466
(100,52,102)
#512B53
(81,43,83)
#3E2240
(62,34,64)
#2B192D
(43,25,45)
#18101A
(24,16,26)
#000000
(0,0,0)

Tints of #D66AD8

#D66AD8
(214,106,216)
#D977DB
(217,119,219)
#DC84DE
(220,132,222)
#DF91E1
(223,145,225)
#E29EE4
(226,158,228)
#E5ABE7
(229,171,231)
#E8B8EA
(232,184,234)
#EBC5ED
(235,197,237)
#EED2F0
(238,210,240)
#F1DFF3
(241,223,243)
#F4ECF6
(244,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66AD8 color. Also use rgb(214,106,216) instead hex code.

Text Font Color

.myTextColor { color: #D66AD8; }

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

This text font color is #D66AD8.


Background Color

.myBgColor { background-color: #D66AD8; }

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

This div background color is #D66AD8.


Border color

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

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

This div border color is #D66AD8.


Opacity

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

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

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

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

This text has shadow with #D66AD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D66AD8 on black background.


Color preview on white background

This text has color #D66AD8 on white background.



Black color preview on #D66AD8 background

This text has black color on #D66AD8 background.


White color preview on #D66AD8 background

This text has white color on #D66AD8 background.