COLOR #D96EA1

HEX: #D96EA1 RGB: (217,110,161)

Color info

#D96EA1 contains mainly red and blue colors. Web safe color of #D96EA1 is #CC6699 (or #C69).

RGB color model

#D96EA1 color RGB value is (217,110,161).

RGB: (217,110,161) (85%, 43%, 63%)

RGB channels and saturation

R 217 of 255 = 85%
G 110 of 255 = 43%
B 161 of 255 = 63%

217
110
161

R + G + B ~ 64%. #D96EA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 110 + 161 = 488 (100%)
R 217 of 488 ~ 44.47%
G 110 of 488 ~ 22.54%
B 161 of 488 ~ 32.99'%

%44.47
%22.54
%32.99

CMYK color model

#D96EA1 color CMYK value is (0,49,26,15).

  • cyan value is 0.00%
  • magenta value is 49.31%
  • yellow value is 25.81%
  • key color value is 14.90%
CMYK: (0,49,26,15) C0M49Y26K15 (0%,49%,26%,15%) (0.00/0.49/0.26/0.15) 

CMYK percentages

%0
%49.31
%25.81
%14.9

Codes

Color #D96EA1 in popluar color models

D9 6E A1
RGB 217 110 161
HSL 331° 58.47% 64.12%
HSB/HSV 331° 49.31% 85.10%
CMYK 0.00% 49.31% 25.81%
14.90%

Color #D96EA1 in popluar number systems.

HEX D9 6E A1
Decimal 217 110 161
Binary 11011001 1101110 10100001
Octal 331 156 241

Shades and tints

Shades of #D96EA1

#D96EA1
(217,110,161)
#C66493
(198,100,147)
#B35A85
(179,90,133)
#A05077
(160,80,119)
#8D4669
(141,70,105)
#7A3C5B
(122,60,91)
#67324D
(103,50,77)
#54283F
(84,40,63)
#411E31
(65,30,49)
#2E1423
(46,20,35)
#1B0A15
(27,10,21)
#000000
(0,0,0)

Tints of #D96EA1

#D96EA1
(217,110,161)
#DC7BA9
(220,123,169)
#DF88B1
(223,136,177)
#E295B9
(226,149,185)
#E5A2C1
(229,162,193)
#E8AFC9
(232,175,201)
#EBBCD1
(235,188,209)
#EEC9D9
(238,201,217)
#F1D6E1
(241,214,225)
#F4E3E9
(244,227,233)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D96EA1 color. Also use rgb(217,110,161) instead hex code.

Text Font Color

.myTextColor { color: #D96EA1; }

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

This text font color is #D96EA1.

Background Color

.myBgColor { background-color: #D96EA1; }

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

This div background color is #D96EA1.

Border color

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

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

This div border color is #D96EA1.

Opacity

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

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

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

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

This text has shadow with #D96EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D96EA1.

Preview

Color preview on black background

This text has color #D96EA1 on black background.


Color preview on white background

This text has color #D96EA1 on white background.


Black color preview on #D96EA1 background

This text has black color on #D96EA1 background.


White color preview on #D96EA1 background

This text has white color on #D96EA1 background.


Related colors

Complementary color

Complementary color for #hex is #26915E.


I love getcolorcode.com

Triadic colors

1 #A1D96E and #6EA1D9 with #D96EA1 are triadic colors.

2 #A16ED9 and #6ED9A1 with #D96EA1 are triadic colors.