COLOR #D496D5

HEX: #D496D5
RGB: (212,150,213)

Color info

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

RGB color model

#D496D5 color RGB value is (212,150,213).

  • red value is 212;
  • green value is 150;
  • blue value is 213.
RGB:
(212,150,213)
(83%,59%,84%)

RGB channels and saturation

R 212 of 255 = 83%
G 150 of 255 = 59%
B 213 of 255 = 84%

212
150
213

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

Portions of RGB colors in percentages

R + G + B =
212 + 150 + 213 = 575 (100%)
R 212 of 575 ~ 36.87%
G 150 of 575 ~ 26.09%
B 213 of 575 ~ 37.04%

%36.87
%26.09
%37.04

CMYK color model

#D496D5 color CMYK value is (0,30,0,16).

  • cyan value is 0.47%
  • magenta value is 29.58%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(0,30,0,16)
C0M30Y0K16 
(0%,30%,0%,16%)
(0.00/0.30/0.00/0.16)	

CMYK percentages

%0.47
%29.58
%0
%16.47

Codes

Color #D496D5 in popluar color models

D496D5
RGB212150213
HSL299°42.86%71.18%
HSB/HSV299°29.58%83.53%
CMYK0.47%29.58%0.00%
16.47%

Color #D496D5 in popluar number systems.

HEXD496D5
Decimal212150213
Binary110101001001011011010101
Octal324226325

Shades and tints

Shades of #D496D5

#D496D5
(212,150,213)
#C189C2
(193,137,194)
#AE7CAF
(174,124,175)
#9B6F9C
(155,111,156)
#886289
(136,98,137)
#755576
(117,85,118)
#624863
(98,72,99)
#4F3B50
(79,59,80)
#3C2E3D
(60,46,61)
#29212A
(41,33,42)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #D496D5

#D496D5
(212,150,213)
#D79FD8
(215,159,216)
#DAA8DB
(218,168,219)
#DDB1DE
(221,177,222)
#E0BAE1
(224,186,225)
#E3C3E4
(227,195,228)
#E6CCE7
(230,204,231)
#E9D5EA
(233,213,234)
#ECDEED
(236,222,237)
#EFE7F0
(239,231,240)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D496D5; }

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

This text font color is #D496D5.


Background Color

.myBgColor { background-color: #D496D5; }

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

This div background color is #D496D5.


Border color

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

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

This div border color is #D496D5.


Opacity

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

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

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

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

This text has shadow with #D496D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D496D5 on black background.


Color preview on white background

This text has color #D496D5 on white background.



Black color preview on #D496D5 background

This text has black color on #D496D5 background.


White color preview on #D496D5 background

This text has white color on #D496D5 background.