COLOR #D995D8

HEX: #D995D8
RGB: (217,149,216)

Color info

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

RGB color model

#D995D8 color RGB value is (217,149,216).

  • red value is 217;
  • green value is 149;
  • blue value is 216.
RGB:
(217,149,216)
(85%,58%,85%)

RGB channels and saturation

R 217 of 255 = 85%
G 149 of 255 = 58%
B 216 of 255 = 85%

217
149
216

R + G + B ~ 76%. #D995D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 149 + 216 = 582 (100%)
R 217 of 582 ~ 37.29%
G 149 of 582 ~ 25.6%
B 216 of 582 ~ 37.11%

%37.29
%25.6
%37.11

CMYK color model

#D995D8 color CMYK value is (0,31,0,15).

  • cyan value is 0.00%
  • magenta value is 31.34%
  • yellow value is 0.46%
  • key color value is 14.90%
CMYK:
(0,31,0,15)
C0M31Y0K15 
(0%,31%,0%,15%)
(0.00/0.31/0.00/0.15)	

CMYK percentages

%0
%31.34
%0.46
%14.9

Codes

Color #D995D8 in popluar color models

D995D8
RGB217149216
HSL301°47.22%71.76%
HSB/HSV301°31.34%85.10%
CMYK0.00%31.34%0.46%
14.90%

Color #D995D8 in popluar number systems.

HEXD995D8
Decimal217149216
Binary110110011001010111011000
Octal331225330

Shades and tints

Shades of #D995D8

#D995D8
(217,149,216)
#C688C5
(198,136,197)
#B37BB2
(179,123,178)
#A06E9F
(160,110,159)
#8D618C
(141,97,140)
#7A5479
(122,84,121)
#674766
(103,71,102)
#543A53
(84,58,83)
#412D40
(65,45,64)
#2E202D
(46,32,45)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #D995D8

#D995D8
(217,149,216)
#DC9EDB
(220,158,219)
#DFA7DE
(223,167,222)
#E2B0E1
(226,176,225)
#E5B9E4
(229,185,228)
#E8C2E7
(232,194,231)
#EBCBEA
(235,203,234)
#EED4ED
(238,212,237)
#F1DDF0
(241,221,240)
#F4E6F3
(244,230,243)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D995D8 color. Also use rgb(217,149,216) instead hex code.

Text Font Color

.myTextColor { color: #D995D8; }

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

This text font color is #D995D8.


Background Color

.myBgColor { background-color: #D995D8; }

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

This div background color is #D995D8.


Border color

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

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

This div border color is #D995D8.


Opacity

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

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

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

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

This text has shadow with #D995D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D995D8 on black background.


Color preview on white background

This text has color #D995D8 on white background.



Black color preview on #D995D8 background

This text has black color on #D995D8 background.


White color preview on #D995D8 background

This text has white color on #D995D8 background.