COLOR #D095DA

HEX: #D095DA RGB: (208,149,218)

Color info

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

RGB color model

#D095DA color RGB value is (208,149,218).

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

RGB channels and saturation

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

208
149
218

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

Portions of RGB colors in percentages

R + G + B = 208 + 149 + 218 = 575 (100%)
R 208 of 575 ~ 36.17%
G 149 of 575 ~ 25.91%
B 218 of 575 ~ 37.91'%

%36.17
%25.91
%37.91

CMYK color model

#D095DA color CMYK value is (5,32,0,15).

  • cyan value is 4.59%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (5,32,0,15)
C5M32Y0K15 (5%, 32%, 0%, 15%)
(0.05 / 0.32 / 0.00 / 0.15)

CMYK percentages

%4.59
%31.65
%0
%14.51

Codes

Color #D095DA in popluar color models

D0 95 DA
RGB 208 149 218
HSL 291° 48.25% 71.96%
HSB/HSV 291° 31.65% 85.49%
CMYK 4.59% 31.65% 0.00%
14.51%

Color #D095DA in popluar number systems.

HEX D0 95 DA
Decimal 208 149 218
Binary 11010000 10010101 11011010
Octal 320 225 332

Shades and tints

Shades of #D095DA

#D095DA
(208,149,218)
#BE88C7
(190,136,199)
#AC7BB4
(172,123,180)
#9A6EA1
(154,110,161)
#88618E
(136,97,142)
#76547B
(118,84,123)
#644768
(100,71,104)
#523A55
(82,58,85)
#402D42
(64,45,66)
#2E202F
(46,32,47)
#1C131C
(28,19,28)
#000000
(0,0,0)

Tints of #D095DA

#D095DA
(208,149,218)
#D49EDD
(212,158,221)
#D8A7E0
(216,167,224)
#DCB0E3
(220,176,227)
#E0B9E6
(224,185,230)
#E4C2E9
(228,194,233)
#E8CBEC
(232,203,236)
#ECD4EF
(236,212,239)
#F0DDF2
(240,221,242)
#F4E6F5
(244,230,245)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D095DA; }

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

This text font color is #D095DA.

Background Color

.myBgColor { background-color: #D095DA; }

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

This div background color is #D095DA.

Border color

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

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

This div border color is #D095DA.

Opacity

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

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

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

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

This text has shadow with #D095DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D095DA.

Preview

Color preview on black background

This text has color #D095DA on black background.


Color preview on white background

This text has color #D095DA on white background.


Black color preview on #D095DA background

This text has black color on #D095DA background.


White color preview on #D095DA background

This text has white color on #D095DA background.


Related colors

Complementary color

Complementary color for #hex is #2F6A25.


I love getcolorcode.com

Triadic colors

1 #DAD095 and #95DAD0 with #D095DA are triadic colors.

2 #DA95D0 and #95D0DA with #D095DA are triadic colors.