COLOR #DA9FDE

HEX: #DA9FDE RGB: (218,159,222)

Color info

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

RGB color model

#DA9FDE color RGB value is (218,159,222).

RGB: (218,159,222) (85%, 62%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 159 of 255 = 62%
B 222 of 255 = 87%

218
159
222

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

Portions of RGB colors in percentages

R + G + B = 218 + 159 + 222 = 599 (100%)
R 218 of 599 ~ 36.39%
G 159 of 599 ~ 26.54%
B 222 of 599 ~ 37.06'%

%36.39
%26.54
%37.06

CMYK color model

#DA9FDE color CMYK value is (2,28,0,13).

  • cyan value is 1.80%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (2,28,0,13)
C2M28Y0K13 (2%, 28%, 0%, 13%)
(0.02 / 0.28 / 0.00 / 0.13)

CMYK percentages

%1.8
%28.38
%0
%12.94

Codes

Color #DA9FDE in popluar color models

DA 9F DE
RGB 218 159 222
HSL 296° 48.84% 74.71%
HSB/HSV 296° 28.38% 87.06%
CMYK 1.80% 28.38% 0.00%
12.94%

Color #DA9FDE in popluar number systems.

HEX DA 9F DE
Decimal 218 159 222
Binary 11011010 10011111 11011110
Octal 332 237 336

Shades and tints

Shades of #DA9FDE

#DA9FDE
(218,159,222)
#C791CA
(199,145,202)
#B483B6
(180,131,182)
#A175A2
(161,117,162)
#8E678E
(142,103,142)
#7B597A
(123,89,122)
#684B66
(104,75,102)
#553D52
(85,61,82)
#422F3E
(66,47,62)
#2F212A
(47,33,42)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #DA9FDE

#DA9FDE
(218,159,222)
#DDA7E1
(221,167,225)
#E0AFE4
(224,175,228)
#E3B7E7
(227,183,231)
#E6BFEA
(230,191,234)
#E9C7ED
(233,199,237)
#ECCFF0
(236,207,240)
#EFD7F3
(239,215,243)
#F2DFF6
(242,223,246)
#F5E7F9
(245,231,249)
#F8EFFC
(248,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9FDE color. Also use rgb(218,159,222) instead hex code.

Text Font Color

.myTextColor { color: #DA9FDE; }

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

This text font color is #DA9FDE.

Background Color

.myBgColor { background-color: #DA9FDE; }

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

This div background color is #DA9FDE.

Border color

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

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

This div border color is #DA9FDE.

Opacity

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

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

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

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

This text has shadow with #DA9FDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA9FDE.

Preview

Color preview on black background

This text has color #DA9FDE on black background.


Color preview on white background

This text has color #DA9FDE on white background.


Black color preview on #DA9FDE background

This text has black color on #DA9FDE background.


White color preview on #DA9FDE background

This text has white color on #DA9FDE background.


Related colors

Complementary color

Complementary color for #hex is #256021.


I love getcolorcode.com

Triadic colors

1 #DEDA9F and #9FDEDA with #DA9FDE are triadic colors.

2 #DE9FDA and #9FDADE with #DA9FDE are triadic colors.