COLOR #D966D7

HEX: #D966D7 RGB: (217,102,215)

Color info

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

RGB color model

#D966D7 color RGB value is (217,102,215).

RGB: (217,102,215) (85%, 40%, 84%)

RGB channels and saturation

R 217 of 255 = 85%
G 102 of 255 = 40%
B 215 of 255 = 84%

217
102
215

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

Portions of RGB colors in percentages

R + G + B = 217 + 102 + 215 = 534 (100%)
R 217 of 534 ~ 40.64%
G 102 of 534 ~ 19.1%
B 215 of 534 ~ 40.26'%

%40.64
%19.1
%40.26

CMYK color model

#D966D7 color CMYK value is (0,53,1,15).

  • cyan value is 0.00%
  • magenta value is 53.00%
  • yellow value is 0.92%
  • key color value is 14.90%

CMYK: (0,53,1,15)
C0M53Y1K15 (0%, 53%, 1%, 15%)
(0.00 / 0.53 / 0.01 / 0.15)

CMYK percentages

%0
%53
%0.92
%14.9

Codes

Color #D966D7 in popluar color models

D9 66 D7
RGB 217 102 215
HSL 301° 60.21% 62.55%
HSB/HSV 301° 53.00% 85.10%
CMYK 0.00% 53.00% 0.92%
14.90%

Color #D966D7 in popluar number systems.

HEX D9 66 D7
Decimal 217 102 215
Binary 11011001 1100110 11010111
Octal 331 146 327

Shades and tints

Shades of #D966D7

#D966D7
(217,102,215)
#C65DC4
(198,93,196)
#B354B1
(179,84,177)
#A04B9E
(160,75,158)
#8D428B
(141,66,139)
#7A3978
(122,57,120)
#673065
(103,48,101)
#542752
(84,39,82)
#411E3F
(65,30,63)
#2E152C
(46,21,44)
#1B0C19
(27,12,25)
#000000
(0,0,0)

Tints of #D966D7

#D966D7
(217,102,215)
#DC73DA
(220,115,218)
#DF80DD
(223,128,221)
#E28DE0
(226,141,224)
#E59AE3
(229,154,227)
#E8A7E6
(232,167,230)
#EBB4E9
(235,180,233)
#EEC1EC
(238,193,236)
#F1CEEF
(241,206,239)
#F4DBF2
(244,219,242)
#F7E8F5
(247,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D966D7 color. Also use rgb(217,102,215) instead hex code.

Text Font Color

.myTextColor { color: #D966D7; }

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

This text font color is #D966D7.

Background Color

.myBgColor { background-color: #D966D7; }

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

This div background color is #D966D7.

Border color

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

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

This div border color is #D966D7.

Opacity

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

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

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

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

This text has shadow with #D966D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D966D7.

Preview

Color preview on black background

This text has color #D966D7 on black background.


Color preview on white background

This text has color #D966D7 on white background.


Black color preview on #D966D7 background

This text has black color on #D966D7 background.


White color preview on #D966D7 background

This text has white color on #D966D7 background.


Related colors

Complementary color

Complementary color for #hex is #269928.


I love getcolorcode.com

Triadic colors

1 #D7D966 and #66D7D9 with #D966D7 are triadic colors.

2 #D766D9 and #66D9D7 with #D966D7 are triadic colors.