COLOR #D496D3

HEX: #D496D3 RGB: (212,150,211)

Color info

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

RGB color model

#D496D3 color RGB value is (212,150,211).

RGB: (212,150,211) (83%, 59%, 83%)

RGB channels and saturation

R 212 of 255 = 83%
G 150 of 255 = 59%
B 211 of 255 = 83%

212
150
211

R + G + B ~ 75%. #D496D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 150 + 211 = 573 (100%)
R 212 of 573 ~ 37%
G 150 of 573 ~ 26.18%
B 211 of 573 ~ 36.82'%

%37
%26.18
%36.82

CMYK color model

#D496D3 color CMYK value is (0,29,0,17).

  • cyan value is 0.00%
  • magenta value is 29.25%
  • yellow value is 0.47%
  • key color value is 16.86%

CMYK: (0,29,0,17)
C0M29Y0K17 (0%, 29%, 0%, 17%)
(0.00 / 0.29 / 0.00 / 0.17)

CMYK percentages

%0
%29.25
%0.47
%16.86

Codes

Color #D496D3 in popluar color models

D4 96 D3
RGB 212 150 211
HSL 301° 41.89% 70.98%
HSB/HSV 301° 29.25% 83.14%
CMYK 0.00% 29.25% 0.47%
16.86%

Color #D496D3 in popluar number systems.

HEX D4 96 D3
Decimal 212 150 211
Binary 11010100 10010110 11010011
Octal 324 226 323

Shades and tints

Shades of #D496D3

#D496D3
(212,150,211)
#C189C0
(193,137,192)
#AE7CAD
(174,124,173)
#9B6F9A
(155,111,154)
#886287
(136,98,135)
#755574
(117,85,116)
#624861
(98,72,97)
#4F3B4E
(79,59,78)
#3C2E3B
(60,46,59)
#292128
(41,33,40)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #D496D3

#D496D3
(212,150,211)
#D79FD7
(215,159,215)
#DAA8DB
(218,168,219)
#DDB1DF
(221,177,223)
#E0BAE3
(224,186,227)
#E3C3E7
(227,195,231)
#E6CCEB
(230,204,235)
#E9D5EF
(233,213,239)
#ECDEF3
(236,222,243)
#EFE7F7
(239,231,247)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D496D3 color. Also use rgb(212,150,211) instead hex code.

Text Font Color

.myTextColor { color: #D496D3; }

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

This text font color is #D496D3.

Background Color

.myBgColor { background-color: #D496D3; }

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

This div background color is #D496D3.

Border color

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

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

This div border color is #D496D3.

Opacity

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

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

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

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

This text has shadow with #D496D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D496D3.

Preview

Color preview on black background

This text has color #D496D3 on black background.


Color preview on white background

This text has color #D496D3 on white background.


Black color preview on #D496D3 background

This text has black color on #D496D3 background.


White color preview on #D496D3 background

This text has white color on #D496D3 background.


Related colors

Complementary color

Complementary color for #hex is #2B692C.


I love getcolorcode.com

Triadic colors

1 #D3D496 and #96D3D4 with #D496D3 are triadic colors.

2 #D396D4 and #96D4D3 with #D496D3 are triadic colors.