COLOR #DF8ADD

HEX: #DF8ADD RGB: (223,138,221)

Color info

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

RGB color model

#DF8ADD color RGB value is (223,138,221).

RGB: (223,138,221) (87%, 54%, 87%)

RGB channels and saturation

R 223 of 255 = 87%
G 138 of 255 = 54%
B 221 of 255 = 87%

223
138
221

R + G + B ~ 76%. #DF8ADD is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 138 + 221 = 582 (100%)
R 223 of 582 ~ 38.32%
G 138 of 582 ~ 23.71%
B 221 of 582 ~ 37.97'%

%38.32
%23.71
%37.97

CMYK color model

#DF8ADD color CMYK value is (0,38,1,13).

  • cyan value is 0.00%
  • magenta value is 38.12%
  • yellow value is 0.90%
  • key color value is 12.55%
CMYK: (0,38,1,13) C0M38Y1K13 (0%,38%,1%,13%) (0.00/0.38/0.01/0.13) 

CMYK percentages

%0
%38.12
%0.9
%12.55

Codes

Color #DF8ADD in popluar color models

DF 8A DD
RGB 223 138 221
HSL 301° 57.05% 70.78%
HSB/HSV 301° 38.12% 87.45%
CMYK 0.00% 38.12% 0.90%
12.55%

Color #DF8ADD in popluar number systems.

HEX DF 8A DD
Decimal 223 138 221
Binary 11011111 10001010 11011101
Octal 337 212 335

Shades and tints

Shades of #DF8ADD

#DF8ADD
(223,138,221)
#CB7EC9
(203,126,201)
#B772B5
(183,114,181)
#A366A1
(163,102,161)
#8F5A8D
(143,90,141)
#7B4E79
(123,78,121)
#674265
(103,66,101)
#533651
(83,54,81)
#3F2A3D
(63,42,61)
#2B1E29
(43,30,41)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #DF8ADD

#DF8ADD
(223,138,221)
#E194E0
(225,148,224)
#E39EE3
(227,158,227)
#E5A8E6
(229,168,230)
#E7B2E9
(231,178,233)
#E9BCEC
(233,188,236)
#EBC6EF
(235,198,239)
#EDD0F2
(237,208,242)
#EFDAF5
(239,218,245)
#F1E4F8
(241,228,248)
#F3EEFB
(243,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF8ADD; }

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

This text font color is #DF8ADD.

Background Color

.myBgColor { background-color: #DF8ADD; }

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

This div background color is #DF8ADD.

Border color

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

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

This div border color is #DF8ADD.

Opacity

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

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

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

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

This text has shadow with #DF8ADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF8ADD.

Preview

Color preview on black background

This text has color #DF8ADD on black background.


Color preview on white background

This text has color #DF8ADD on white background.


Black color preview on #DF8ADD background

This text has black color on #DF8ADD background.


White color preview on #DF8ADD background

This text has white color on #DF8ADD background.


Related colors

Complementary color

Complementary color for #hex is #207522.


I love getcolorcode.com

Triadic colors

1 #DDDF8A and #8ADDDF with #DF8ADD are triadic colors.

2 #DD8ADF and #8ADFDD with #DF8ADD are triadic colors.