COLOR #DF85BE

HEX: #DF85BE
RGB: (223,133,190)

Color info

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

RGB color model

#DF85BE color RGB value is (223,133,190).

  • red value is 223;
  • green value is 133;
  • blue value is 190.
RGB:
(223,133,190)
(87%,52%,75%)

RGB channels and saturation

R 223 of 255 = 87%
G 133 of 255 = 52%
B 190 of 255 = 75%

223
133
190

R + G + B ~ 71%. #DF85BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 133 + 190 = 546 (100%)
R 223 of 546 ~ 40.84%
G 133 of 546 ~ 24.36%
B 190 of 546 ~ 34.8%

%40.84
%24.36
%34.8

CMYK color model

#DF85BE color CMYK value is (0,40,15,13).

  • cyan value is 0.00%
  • magenta value is 40.36%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(0,40,15,13)
C0M40Y15K13 
(0%,40%,15%,13%)
(0.00/0.40/0.15/0.13)	

CMYK percentages

%0
%40.36
%14.8
%12.55

Codes

Color #DF85BE in popluar color models

DF85BE
RGB223133190
HSL322°58.44%69.80%
HSB/HSV322°40.36%87.45%
CMYK0.00%40.36%14.80%
12.55%

Color #DF85BE in popluar number systems.

HEXDF85BE
Decimal223133190
Binary110111111000010110111110
Octal337205276

Shades and tints

Shades of #DF85BE

#DF85BE
(223,133,190)
#CB79AD
(203,121,173)
#B76D9C
(183,109,156)
#A3618B
(163,97,139)
#8F557A
(143,85,122)
#7B4969
(123,73,105)
#673D58
(103,61,88)
#533147
(83,49,71)
#3F2536
(63,37,54)
#2B1925
(43,25,37)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #DF85BE

#DF85BE
(223,133,190)
#E190C3
(225,144,195)
#E39BC8
(227,155,200)
#E5A6CD
(229,166,205)
#E7B1D2
(231,177,210)
#E9BCD7
(233,188,215)
#EBC7DC
(235,199,220)
#EDD2E1
(237,210,225)
#EFDDE6
(239,221,230)
#F1E8EB
(241,232,235)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF85BE color. Also use rgb(223,133,190) instead hex code.

Text Font Color

.myTextColor { color: #DF85BE; }

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

This text font color is #DF85BE.


Background Color

.myBgColor { background-color: #DF85BE; }

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

This div background color is #DF85BE.


Border color

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

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

This div border color is #DF85BE.


Opacity

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

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

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

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

This text has shadow with #DF85BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF85BE on black background.


Color preview on white background

This text has color #DF85BE on white background.



Black color preview on #DF85BE background

This text has black color on #DF85BE background.


White color preview on #DF85BE background

This text has white color on #DF85BE background.