COLOR #DF95D7

HEX: #DF95D7
RGB: (223,149,215)

Color info

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

RGB color model

#DF95D7 color RGB value is (223,149,215).

  • red value is 223;
  • green value is 149;
  • blue value is 215.
RGB:
(223,149,215)
(87%,58%,84%)

RGB channels and saturation

R 223 of 255 = 87%
G 149 of 255 = 58%
B 215 of 255 = 84%

223
149
215

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

Portions of RGB colors in percentages

R + G + B =
223 + 149 + 215 = 587 (100%)
R 223 of 587 ~ 37.99%
G 149 of 587 ~ 25.38%
B 215 of 587 ~ 36.63%

%37.99
%25.38
%36.63

CMYK color model

#DF95D7 color CMYK value is (0,33,4,13).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 3.59%
  • key color value is 12.55%
CMYK:
(0,33,4,13)
C0M33Y4K13 
(0%,33%,4%,13%)
(0.00/0.33/0.04/0.13)	

CMYK percentages

%0
%33.18
%3.59
%12.55

Codes

Color #DF95D7 in popluar color models

DF95D7
RGB223149215
HSL306°53.62%72.94%
HSB/HSV306°33.18%87.45%
CMYK0.00%33.18%3.59%
12.55%

Color #DF95D7 in popluar number systems.

HEXDF95D7
Decimal223149215
Binary110111111001010111010111
Octal337225327

Shades and tints

Shades of #DF95D7

#DF95D7
(223,149,215)
#CB88C4
(203,136,196)
#B77BB1
(183,123,177)
#A36E9E
(163,110,158)
#8F618B
(143,97,139)
#7B5478
(123,84,120)
#674765
(103,71,101)
#533A52
(83,58,82)
#3F2D3F
(63,45,63)
#2B202C
(43,32,44)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #DF95D7

#DF95D7
(223,149,215)
#E19EDA
(225,158,218)
#E3A7DD
(227,167,221)
#E5B0E0
(229,176,224)
#E7B9E3
(231,185,227)
#E9C2E6
(233,194,230)
#EBCBE9
(235,203,233)
#EDD4EC
(237,212,236)
#EFDDEF
(239,221,239)
#F1E6F2
(241,230,242)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF95D7 color. Also use rgb(223,149,215) instead hex code.

Text Font Color

.myTextColor { color: #DF95D7; }

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

This text font color is #DF95D7.


Background Color

.myBgColor { background-color: #DF95D7; }

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

This div background color is #DF95D7.


Border color

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

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

This div border color is #DF95D7.


Opacity

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

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

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

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

This text has shadow with #DF95D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF95D7 on black background.


Color preview on white background

This text has color #DF95D7 on white background.



Black color preview on #DF95D7 background

This text has black color on #DF95D7 background.


White color preview on #DF95D7 background

This text has white color on #DF95D7 background.