COLOR #D09CFA

HEX: #D09CFA RGB: (208,156,250)

Color info

#D09CFA contains mainly red and blue colors. Web safe color of #D09CFA is #CC99FF (or #C9F).

RGB color model

#D09CFA color RGB value is (208,156,250).

RGB: (208,156,250) (82%, 61%, 98%)

RGB channels and saturation

R 208 of 255 = 82%
G 156 of 255 = 61%
B 250 of 255 = 98%

208
156
250

R + G + B ~ 80%. #D09CFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 156 + 250 = 614 (100%)
R 208 of 614 ~ 33.88%
G 156 of 614 ~ 25.41%
B 250 of 614 ~ 40.72'%

%33.88
%25.41
%40.72

CMYK color model

#D09CFA color CMYK value is (17,38,0,2).

  • cyan value is 16.80%
  • magenta value is 37.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (17,38,0,2)
C17M38Y0K2 (17%, 38%, 0%, 2%)
(0.17 / 0.38 / 0.00 / 0.02)

CMYK percentages

%16.8
%37.6
%0
%1.96

Codes

Color #D09CFA in popluar color models

D0 9C FA
RGB 208 156 250
HSL 273° 90.38% 79.61%
HSB/HSV 273° 37.60% 98.04%
CMYK 16.80% 37.60% 0.00%
1.96%

Color #D09CFA in popluar number systems.

HEX D0 9C FA
Decimal 208 156 250
Binary 11010000 10011100 11111010
Octal 320 234 372

Shades and tints

Shades of #D09CFA

#D09CFA
(208,156,250)
#BE8EE4
(190,142,228)
#AC80CE
(172,128,206)
#9A72B8
(154,114,184)
#8864A2
(136,100,162)
#76568C
(118,86,140)
#644876
(100,72,118)
#523A60
(82,58,96)
#402C4A
(64,44,74)
#2E1E34
(46,30,52)
#1C101E
(28,16,30)
#000000
(0,0,0)

Tints of #D09CFA

#D09CFA
(208,156,250)
#D4A5FA
(212,165,250)
#D8AEFA
(216,174,250)
#DCB7FA
(220,183,250)
#E0C0FA
(224,192,250)
#E4C9FA
(228,201,250)
#E8D2FA
(232,210,250)
#ECDBFA
(236,219,250)
#F0E4FA
(240,228,250)
#F4EDFA
(244,237,250)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09CFA color. Also use rgb(208,156,250) instead hex code.

Text Font Color

.myTextColor { color: #D09CFA; }

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

This text font color is #D09CFA.

Background Color

.myBgColor { background-color: #D09CFA; }

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

This div background color is #D09CFA.

Border color

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

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

This div border color is #D09CFA.

Opacity

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

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

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

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

This text has shadow with #D09CFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09CFA.

Preview

Color preview on black background

This text has color #D09CFA on black background.


Color preview on white background

This text has color #D09CFA on white background.


Black color preview on #D09CFA background

This text has black color on #D09CFA background.


White color preview on #D09CFA background

This text has white color on #D09CFA background.


Related colors

Complementary color

Complementary color for #hex is #2F6305.


I love getcolorcode.com

Triadic colors

1 #FAD09C and #9CFAD0 with #D09CFA are triadic colors.

2 #FA9CD0 and #9CD0FA with #D09CFA are triadic colors.