COLOR #DF8BD5

HEX: #DF8BD5
RGB: (223,139,213)

Color info

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

RGB color model

#DF8BD5 color RGB value is (223,139,213).

  • red value is 223;
  • green value is 139;
  • blue value is 213.
RGB:
(223,139,213)
(87%,55%,84%)

RGB channels and saturation

R 223 of 255 = 87%
G 139 of 255 = 55%
B 213 of 255 = 84%

223
139
213

R + G + B ~ 75%. #DF8BD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 139 + 213 = 575 (100%)
R 223 of 575 ~ 38.78%
G 139 of 575 ~ 24.17%
B 213 of 575 ~ 37.04%

%38.78
%24.17
%37.04

CMYK color model

#DF8BD5 color CMYK value is (0,38,4,13).

  • cyan value is 0.00%
  • magenta value is 37.67%
  • yellow value is 4.48%
  • key color value is 12.55%
CMYK:
(0,38,4,13)
C0M38Y4K13 
(0%,38%,4%,13%)
(0.00/0.38/0.04/0.13)	

CMYK percentages

%0
%37.67
%4.48
%12.55

Codes

Color #DF8BD5 in popluar color models

DF8BD5
RGB223139213
HSL307°56.76%70.98%
HSB/HSV307°37.67%87.45%
CMYK0.00%37.67%4.48%
12.55%

Color #DF8BD5 in popluar number systems.

HEXDF8BD5
Decimal223139213
Binary110111111000101111010101
Octal337213325

Shades and tints

Shades of #DF8BD5

#DF8BD5
(223,139,213)
#CB7FC2
(203,127,194)
#B773AF
(183,115,175)
#A3679C
(163,103,156)
#8F5B89
(143,91,137)
#7B4F76
(123,79,118)
#674363
(103,67,99)
#533750
(83,55,80)
#3F2B3D
(63,43,61)
#2B1F2A
(43,31,42)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #DF8BD5

#DF8BD5
(223,139,213)
#E195D8
(225,149,216)
#E39FDB
(227,159,219)
#E5A9DE
(229,169,222)
#E7B3E1
(231,179,225)
#E9BDE4
(233,189,228)
#EBC7E7
(235,199,231)
#EDD1EA
(237,209,234)
#EFDBED
(239,219,237)
#F1E5F0
(241,229,240)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8BD5 color. Also use rgb(223,139,213) instead hex code.

Text Font Color

.myTextColor { color: #DF8BD5; }

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

This text font color is #DF8BD5.


Background Color

.myBgColor { background-color: #DF8BD5; }

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

This div background color is #DF8BD5.


Border color

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

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

This div border color is #DF8BD5.


Opacity

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

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

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

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

This text has shadow with #DF8BD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8BD5 on black background.


Color preview on white background

This text has color #DF8BD5 on white background.



Black color preview on #DF8BD5 background

This text has black color on #DF8BD5 background.


White color preview on #DF8BD5 background

This text has white color on #DF8BD5 background.