COLOR #D196D2

HEX: #D196D2 RGB: (209,150,210)

Color info

#D196D2 contains mainly red and blue colors. Web safe color of #D196D2 is #CC99CC (or #C9C).

RGB color model

#D196D2 color RGB value is (209,150,210).

RGB: (209,150,210) (82%, 59%, 82%)

RGB channels and saturation

R 209 of 255 = 82%
G 150 of 255 = 59%
B 210 of 255 = 82%

209
150
210

R + G + B ~ 74%. #D196D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 150 + 210 = 569 (100%)
R 209 of 569 ~ 36.73%
G 150 of 569 ~ 26.36%
B 210 of 569 ~ 36.91'%

%36.73
%26.36
%36.91

CMYK color model

#D196D2 color CMYK value is (0,29,0,18).

  • cyan value is 0.48%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (0,29,0,18)
C0M29Y0K18 (0%, 29%, 0%, 18%)
(0.00 / 0.29 / 0.00 / 0.18)

CMYK percentages

%0.48
%28.57
%0
%17.65

Codes

Color #D196D2 in popluar color models

D1 96 D2
RGB 209 150 210
HSL 299° 40.00% 70.59%
HSB/HSV 299° 28.57% 82.35%
CMYK 0.48% 28.57% 0.00%
17.65%

Color #D196D2 in popluar number systems.

HEX D1 96 D2
Decimal 209 150 210
Binary 11010001 10010110 11010010
Octal 321 226 322

Shades and tints

Shades of #D196D2

#D196D2
(209,150,210)
#BE89BF
(190,137,191)
#AB7CAC
(171,124,172)
#986F99
(152,111,153)
#856286
(133,98,134)
#725573
(114,85,115)
#5F4860
(95,72,96)
#4C3B4D
(76,59,77)
#392E3A
(57,46,58)
#262127
(38,33,39)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #D196D2

#D196D2
(209,150,210)
#D59FD6
(213,159,214)
#D9A8DA
(217,168,218)
#DDB1DE
(221,177,222)
#E1BAE2
(225,186,226)
#E5C3E6
(229,195,230)
#E9CCEA
(233,204,234)
#EDD5EE
(237,213,238)
#F1DEF2
(241,222,242)
#F5E7F6
(245,231,246)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D196D2 color. Also use rgb(209,150,210) instead hex code.

Text Font Color

.myTextColor { color: #D196D2; }

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

This text font color is #D196D2.

Background Color

.myBgColor { background-color: #D196D2; }

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

This div background color is #D196D2.

Border color

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

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

This div border color is #D196D2.

Opacity

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

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

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

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

This text has shadow with #D196D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D196D2.

Preview

Color preview on black background

This text has color #D196D2 on black background.


Color preview on white background

This text has color #D196D2 on white background.


Black color preview on #D196D2 background

This text has black color on #D196D2 background.


White color preview on #D196D2 background

This text has white color on #D196D2 background.


Related colors

Complementary color

Complementary color for #hex is #2E692D.


I love getcolorcode.com

Triadic colors

1 #D2D196 and #96D2D1 with #D196D2 are triadic colors.

2 #D296D1 and #96D1D2 with #D196D2 are triadic colors.