COLOR #D095D9

HEX: #D095D9 RGB: (208,149,217)

Color info

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

RGB color model

#D095D9 color RGB value is (208,149,217).

RGB: (208,149,217) (82%, 58%, 85%)

RGB channels and saturation

R 208 of 255 = 82%
G 149 of 255 = 58%
B 217 of 255 = 85%

208
149
217

R + G + B ~ 75%. #D095D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 149 + 217 = 574 (100%)
R 208 of 574 ~ 36.24%
G 149 of 574 ~ 25.96%
B 217 of 574 ~ 37.8'%

%36.24
%25.96
%37.8

CMYK color model

#D095D9 color CMYK value is (4,31,0,15).

  • cyan value is 4.15%
  • magenta value is 31.34%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (4,31,0,15) C4M31Y0K15 (4%,31%,0%,15%) (0.04/0.31/0.00/0.15) 

CMYK percentages

%4.15
%31.34
%0
%14.9

Codes

Color #D095D9 in popluar color models

D0 95 D9
RGB 208 149 217
HSL 292° 47.22% 71.76%
HSB/HSV 292° 31.34% 85.10%
CMYK 4.15% 31.34% 0.00%
14.90%

Color #D095D9 in popluar number systems.

HEX D0 95 D9
Decimal 208 149 217
Binary 11010000 10010101 11011001
Octal 320 225 331

Shades and tints

Shades of #D095D9

#D095D9
(208,149,217)
#BE88C6
(190,136,198)
#AC7BB3
(172,123,179)
#9A6EA0
(154,110,160)
#88618D
(136,97,141)
#76547A
(118,84,122)
#644767
(100,71,103)
#523A54
(82,58,84)
#402D41
(64,45,65)
#2E202E
(46,32,46)
#1C131B
(28,19,27)
#000000
(0,0,0)

Tints of #D095D9

#D095D9
(208,149,217)
#D49EDC
(212,158,220)
#D8A7DF
(216,167,223)
#DCB0E2
(220,176,226)
#E0B9E5
(224,185,229)
#E4C2E8
(228,194,232)
#E8CBEB
(232,203,235)
#ECD4EE
(236,212,238)
#F0DDF1
(240,221,241)
#F4E6F4
(244,230,244)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D095D9 color. Also use rgb(208,149,217) instead hex code.

Text Font Color

.myTextColor { color: #D095D9; }

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

This text font color is #D095D9.

Background Color

.myBgColor { background-color: #D095D9; }

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

This div background color is #D095D9.

Border color

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

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

This div border color is #D095D9.

Opacity

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

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

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

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

This text has shadow with #D095D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D095D9.

Preview

Color preview on black background

This text has color #D095D9 on black background.


Color preview on white background

This text has color #D095D9 on white background.


Black color preview on #D095D9 background

This text has black color on #D095D9 background.


White color preview on #D095D9 background

This text has white color on #D095D9 background.


Related colors

Complementary color

Complementary color for #hex is #2F6A26.


I love getcolorcode.com

Triadic colors

1 #D9D095 and #95D9D0 with #D095D9 are triadic colors.

2 #D995D0 and #95D0D9 with #D095D9 are triadic colors.