COLOR #DF95E3

HEX: #DF95E3 RGB: (223,149,227)

Color info

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

RGB color model

#DF95E3 color RGB value is (223,149,227).

RGB: (223,149,227) (87%, 58%, 89%)

RGB channels and saturation

R 223 of 255 = 87%
G 149 of 255 = 58%
B 227 of 255 = 89%

223
149
227

R + G + B ~ 78%. #DF95E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 149 + 227 = 599 (100%)
R 223 of 599 ~ 37.23%
G 149 of 599 ~ 24.87%
B 227 of 599 ~ 37.9'%

%37.23
%24.87
%37.9

CMYK color model

#DF95E3 color CMYK value is (2,34,0,11).

  • cyan value is 1.76%
  • magenta value is 34.36%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (2,34,0,11)
C2M34Y0K11 (2%, 34%, 0%, 11%)
(0.02 / 0.34 / 0.00 / 0.11)

CMYK percentages

%1.76
%34.36
%0
%10.98

Codes

Color #DF95E3 in popluar color models

DF 95 E3
RGB 223 149 227
HSL 297° 58.21% 73.73%
HSB/HSV 297° 34.36% 89.02%
CMYK 1.76% 34.36% 0.00%
10.98%

Color #DF95E3 in popluar number systems.

HEX DF 95 E3
Decimal 223 149 227
Binary 11011111 10010101 11100011
Octal 337 225 343

Shades and tints

Shades of #DF95E3

#DF95E3
(223,149,227)
#CB88CF
(203,136,207)
#B77BBB
(183,123,187)
#A36EA7
(163,110,167)
#8F6193
(143,97,147)
#7B547F
(123,84,127)
#67476B
(103,71,107)
#533A57
(83,58,87)
#3F2D43
(63,45,67)
#2B202F
(43,32,47)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #DF95E3

#DF95E3
(223,149,227)
#E19EE5
(225,158,229)
#E3A7E7
(227,167,231)
#E5B0E9
(229,176,233)
#E7B9EB
(231,185,235)
#E9C2ED
(233,194,237)
#EBCBEF
(235,203,239)
#EDD4F1
(237,212,241)
#EFDDF3
(239,221,243)
#F1E6F5
(241,230,245)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF95E3; }

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

This text font color is #DF95E3.

Background Color

.myBgColor { background-color: #DF95E3; }

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

This div background color is #DF95E3.

Border color

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

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

This div border color is #DF95E3.

Opacity

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

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

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

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

This text has shadow with #DF95E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF95E3.

Preview

Color preview on black background

This text has color #DF95E3 on black background.


Color preview on white background

This text has color #DF95E3 on white background.


Black color preview on #DF95E3 background

This text has black color on #DF95E3 background.


White color preview on #DF95E3 background

This text has white color on #DF95E3 background.


Related colors

Complementary color

Complementary color for #hex is #206A1C.


I love getcolorcode.com

Triadic colors

1 #E3DF95 and #95E3DF with #DF95E3 are triadic colors.

2 #E395DF and #95DFE3 with #DF95E3 are triadic colors.