COLOR #DF9ADD

HEX: #DF9ADD RGB: (223,154,221)

Color info

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

RGB color model

#DF9ADD color RGB value is (223,154,221).

RGB: (223,154,221) (87%, 60%, 87%)

RGB channels and saturation

R 223 of 255 = 87%
G 154 of 255 = 60%
B 221 of 255 = 87%

223
154
221

R + G + B ~ 78%. #DF9ADD is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 154 + 221 = 598 (100%)
R 223 of 598 ~ 37.29%
G 154 of 598 ~ 25.75%
B 221 of 598 ~ 36.96'%

%37.29
%25.75
%36.96

CMYK color model

#DF9ADD color CMYK value is (0,31,1,13).

  • cyan value is 0.00%
  • magenta value is 30.94%
  • yellow value is 0.90%
  • key color value is 12.55%
CMYK: (0,31,1,13) C0M31Y1K13 (0%,31%,1%,13%) (0.00/0.31/0.01/0.13) 

CMYK percentages

%0
%30.94
%0.9
%12.55

Codes

Color #DF9ADD in popluar color models

DF 9A DD
RGB 223 154 221
HSL 302° 51.88% 73.92%
HSB/HSV 302° 30.94% 87.45%
CMYK 0.00% 30.94% 0.90%
12.55%

Color #DF9ADD in popluar number systems.

HEX DF 9A DD
Decimal 223 154 221
Binary 11011111 10011010 11011101
Octal 337 232 335

Shades and tints

Shades of #DF9ADD

#DF9ADD
(223,154,221)
#CB8CC9
(203,140,201)
#B77EB5
(183,126,181)
#A370A1
(163,112,161)
#8F628D
(143,98,141)
#7B5479
(123,84,121)
#674665
(103,70,101)
#533851
(83,56,81)
#3F2A3D
(63,42,61)
#2B1C29
(43,28,41)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #DF9ADD

#DF9ADD
(223,154,221)
#E1A3E0
(225,163,224)
#E3ACE3
(227,172,227)
#E5B5E6
(229,181,230)
#E7BEE9
(231,190,233)
#E9C7EC
(233,199,236)
#EBD0EF
(235,208,239)
#EDD9F2
(237,217,242)
#EFE2F5
(239,226,245)
#F1EBF8
(241,235,248)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9ADD; }

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

This text font color is #DF9ADD.

Background Color

.myBgColor { background-color: #DF9ADD; }

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

This div background color is #DF9ADD.

Border color

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

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

This div border color is #DF9ADD.

Opacity

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

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

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

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

This text has shadow with #DF9ADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF9ADD.

Preview

Color preview on black background

This text has color #DF9ADD on black background.


Color preview on white background

This text has color #DF9ADD on white background.


Black color preview on #DF9ADD background

This text has black color on #DF9ADD background.


White color preview on #DF9ADD background

This text has white color on #DF9ADD background.


Related colors

Complementary color

Complementary color for #hex is #206522.


I love getcolorcode.com

Triadic colors

1 #DDDF9A and #9ADDDF with #DF9ADD are triadic colors.

2 #DD9ADF and #9ADFDD with #DF9ADD are triadic colors.