COLOR #D096DE

HEX: #D096DE RGB: (208,150,222)

Color info

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

RGB color model

#D096DE color RGB value is (208,150,222).

RGB: (208,150,222) (82%, 59%, 87%)

RGB channels and saturation

R 208 of 255 = 82%
G 150 of 255 = 59%
B 222 of 255 = 87%

208
150
222

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

Portions of RGB colors in percentages

R + G + B = 208 + 150 + 222 = 580 (100%)
R 208 of 580 ~ 35.86%
G 150 of 580 ~ 25.86%
B 222 of 580 ~ 38.28'%

%35.86
%25.86
%38.28

CMYK color model

#D096DE color CMYK value is (6,32,0,13).

  • cyan value is 6.31%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (6,32,0,13)
C6M32Y0K13 (6%, 32%, 0%, 13%)
(0.06 / 0.32 / 0.00 / 0.13)

CMYK percentages

%6.31
%32.43
%0
%12.94

Codes

Color #D096DE in popluar color models

D0 96 DE
RGB 208 150 222
HSL 288° 52.17% 72.94%
HSB/HSV 288° 32.43% 87.06%
CMYK 6.31% 32.43% 0.00%
12.94%

Color #D096DE in popluar number systems.

HEX D0 96 DE
Decimal 208 150 222
Binary 11010000 10010110 11011110
Octal 320 226 336

Shades and tints

Shades of #D096DE

#D096DE
(208,150,222)
#BE89CA
(190,137,202)
#AC7CB6
(172,124,182)
#9A6FA2
(154,111,162)
#88628E
(136,98,142)
#76557A
(118,85,122)
#644866
(100,72,102)
#523B52
(82,59,82)
#402E3E
(64,46,62)
#2E212A
(46,33,42)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #D096DE

#D096DE
(208,150,222)
#D49FE1
(212,159,225)
#D8A8E4
(216,168,228)
#DCB1E7
(220,177,231)
#E0BAEA
(224,186,234)
#E4C3ED
(228,195,237)
#E8CCF0
(232,204,240)
#ECD5F3
(236,213,243)
#F0DEF6
(240,222,246)
#F4E7F9
(244,231,249)
#F8F0FC
(248,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D096DE color. Also use rgb(208,150,222) instead hex code.

Text Font Color

.myTextColor { color: #D096DE; }

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

This text font color is #D096DE.

Background Color

.myBgColor { background-color: #D096DE; }

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

This div background color is #D096DE.

Border color

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

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

This div border color is #D096DE.

Opacity

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

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

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

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

This text has shadow with #D096DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D096DE.

Preview

Color preview on black background

This text has color #D096DE on black background.


Color preview on white background

This text has color #D096DE on white background.


Black color preview on #D096DE background

This text has black color on #D096DE background.


White color preview on #D096DE background

This text has white color on #D096DE background.


Related colors

Complementary color

Complementary color for #hex is #2F6921.


I love getcolorcode.com

Triadic colors

1 #DED096 and #96DED0 with #D096DE are triadic colors.

2 #DE96D0 and #96D0DE with #D096DE are triadic colors.