COLOR #DF8AD3

HEX: #DF8AD3
RGB: (223,138,211)

Color info

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

RGB color model

#DF8AD3 color RGB value is (223,138,211).

  • red value is 223;
  • green value is 138;
  • blue value is 211.
RGB:
(223,138,211)
(87%,54%,83%)

RGB channels and saturation

R 223 of 255 = 87%
G 138 of 255 = 54%
B 211 of 255 = 83%

223
138
211

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

Portions of RGB colors in percentages

R + G + B =
223 + 138 + 211 = 572 (100%)
R 223 of 572 ~ 38.99%
G 138 of 572 ~ 24.13%
B 211 of 572 ~ 36.89%

%38.99
%24.13
%36.89

CMYK color model

#DF8AD3 color CMYK value is (0,38,5,13).

  • cyan value is 0.00%
  • magenta value is 38.12%
  • yellow value is 5.38%
  • key color value is 12.55%
CMYK:
(0,38,5,13)
C0M38Y5K13 
(0%,38%,5%,13%)
(0.00/0.38/0.05/0.13)	

CMYK percentages

%0
%38.12
%5.38
%12.55

Codes

Color #DF8AD3 in popluar color models

DF8AD3
RGB223138211
HSL308°57.05%70.78%
HSB/HSV308°38.12%87.45%
CMYK0.00%38.12%5.38%
12.55%

Color #DF8AD3 in popluar number systems.

HEXDF8AD3
Decimal223138211
Binary110111111000101011010011
Octal337212323

Shades and tints

Shades of #DF8AD3

#DF8AD3
(223,138,211)
#CB7EC0
(203,126,192)
#B772AD
(183,114,173)
#A3669A
(163,102,154)
#8F5A87
(143,90,135)
#7B4E74
(123,78,116)
#674261
(103,66,97)
#53364E
(83,54,78)
#3F2A3B
(63,42,59)
#2B1E28
(43,30,40)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #DF8AD3

#DF8AD3
(223,138,211)
#E194D7
(225,148,215)
#E39EDB
(227,158,219)
#E5A8DF
(229,168,223)
#E7B2E3
(231,178,227)
#E9BCE7
(233,188,231)
#EBC6EB
(235,198,235)
#EDD0EF
(237,208,239)
#EFDAF3
(239,218,243)
#F1E4F7
(241,228,247)
#F3EEFB
(243,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8AD3 color. Also use rgb(223,138,211) instead hex code.

Text Font Color

.myTextColor { color: #DF8AD3; }

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

This text font color is #DF8AD3.


Background Color

.myBgColor { background-color: #DF8AD3; }

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

This div background color is #DF8AD3.


Border color

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

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

This div border color is #DF8AD3.


Opacity

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

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

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

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

This text has shadow with #DF8AD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8AD3 on black background.


Color preview on white background

This text has color #DF8AD3 on white background.



Black color preview on #DF8AD3 background

This text has black color on #DF8AD3 background.


White color preview on #DF8AD3 background

This text has white color on #DF8AD3 background.