COLOR #DF95DC

HEX: #DF95DC RGB: (223,149,220)

Color info

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

RGB color model

#DF95DC color RGB value is (223,149,220).

RGB: (223,149,220) (87%, 58%, 86%)

RGB channels and saturation

R 223 of 255 = 87%
G 149 of 255 = 58%
B 220 of 255 = 86%

223
149
220

R + G + B ~ 77%. #DF95DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 149 + 220 = 592 (100%)
R 223 of 592 ~ 37.67%
G 149 of 592 ~ 25.17%
B 220 of 592 ~ 37.16'%

%37.67
%25.17
%37.16

CMYK color model

#DF95DC color CMYK value is (0,33,1,13).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 1.35%
  • key color value is 12.55%

CMYK: (0,33,1,13)
C0M33Y1K13 (0%, 33%, 1%, 13%)
(0.00 / 0.33 / 0.01 / 0.13)

CMYK percentages

%0
%33.18
%1.35
%12.55

Codes

Color #DF95DC in popluar color models

DF 95 DC
RGB 223 149 220
HSL 302° 53.62% 72.94%
HSB/HSV 302° 33.18% 87.45%
CMYK 0.00% 33.18% 1.35%
12.55%

Color #DF95DC in popluar number systems.

HEX DF 95 DC
Decimal 223 149 220
Binary 11011111 10010101 11011100
Octal 337 225 334

Shades and tints

Shades of #DF95DC

#DF95DC
(223,149,220)
#CB88C8
(203,136,200)
#B77BB4
(183,123,180)
#A36EA0
(163,110,160)
#8F618C
(143,97,140)
#7B5478
(123,84,120)
#674764
(103,71,100)
#533A50
(83,58,80)
#3F2D3C
(63,45,60)
#2B2028
(43,32,40)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #DF95DC

#DF95DC
(223,149,220)
#E19EDF
(225,158,223)
#E3A7E2
(227,167,226)
#E5B0E5
(229,176,229)
#E7B9E8
(231,185,232)
#E9C2EB
(233,194,235)
#EBCBEE
(235,203,238)
#EDD4F1
(237,212,241)
#EFDDF4
(239,221,244)
#F1E6F7
(241,230,247)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF95DC; }

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

This text font color is #DF95DC.

Background Color

.myBgColor { background-color: #DF95DC; }

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

This div background color is #DF95DC.

Border color

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

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

This div border color is #DF95DC.

Opacity

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

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

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

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

This text has shadow with #DF95DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF95DC.

Preview

Color preview on black background

This text has color #DF95DC on black background.


Color preview on white background

This text has color #DF95DC on white background.


Black color preview on #DF95DC background

This text has black color on #DF95DC background.


White color preview on #DF95DC background

This text has white color on #DF95DC background.


Related colors

Complementary color

Complementary color for #hex is #206A23.


I love getcolorcode.com

Triadic colors

1 #DCDF95 and #95DCDF with #DF95DC are triadic colors.

2 #DC95DF and #95DFDC with #DF95DC are triadic colors.