COLOR #D195DA

HEX: #D195DA RGB: (209,149,218)

Color info

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

RGB color model

#D195DA color RGB value is (209,149,218).

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

RGB channels and saturation

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

209
149
218

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

Portions of RGB colors in percentages

R + G + B = 209 + 149 + 218 = 576 (100%)
R 209 of 576 ~ 36.28%
G 149 of 576 ~ 25.87%
B 218 of 576 ~ 37.85'%

%36.28
%25.87
%37.85

CMYK color model

#D195DA color CMYK value is (4,32,0,15).

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

CMYK: (4,32,0,15)
C4M32Y0K15 (4%, 32%, 0%, 15%)
(0.04 / 0.32 / 0.00 / 0.15)

CMYK percentages

%4.13
%31.65
%0
%14.51

Codes

Color #D195DA in popluar color models

D1 95 DA
RGB 209 149 218
HSL 292° 48.25% 71.96%
HSB/HSV 292° 31.65% 85.49%
CMYK 4.13% 31.65% 0.00%
14.51%

Color #D195DA in popluar number systems.

HEX D1 95 DA
Decimal 209 149 218
Binary 11010001 10010101 11011010
Octal 321 225 332

Shades and tints

Shades of #D195DA

#D195DA
(209,149,218)
#BE88C7
(190,136,199)
#AB7BB4
(171,123,180)
#986EA1
(152,110,161)
#85618E
(133,97,142)
#72547B
(114,84,123)
#5F4768
(95,71,104)
#4C3A55
(76,58,85)
#392D42
(57,45,66)
#26202F
(38,32,47)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #D195DA

#D195DA
(209,149,218)
#D59EDD
(213,158,221)
#D9A7E0
(217,167,224)
#DDB0E3
(221,176,227)
#E1B9E6
(225,185,230)
#E5C2E9
(229,194,233)
#E9CBEC
(233,203,236)
#EDD4EF
(237,212,239)
#F1DDF2
(241,221,242)
#F5E6F5
(245,230,245)
#F9EFF8
(249,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D195DA; }

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

This text font color is #D195DA.

Background Color

.myBgColor { background-color: #D195DA; }

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

This div background color is #D195DA.

Border color

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

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

This div border color is #D195DA.

Opacity

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

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

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

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

This text has shadow with #D195DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D195DA.

Preview

Color preview on black background

This text has color #D195DA on black background.


Color preview on white background

This text has color #D195DA on white background.


Black color preview on #D195DA background

This text has black color on #D195DA background.


White color preview on #D195DA background

This text has white color on #D195DA background.


Related colors

Complementary color

Complementary color for #hex is #2E6A25.


I love getcolorcode.com

Triadic colors

1 #DAD195 and #95DAD1 with #D195DA are triadic colors.

2 #DA95D1 and #95D1DA with #D195DA are triadic colors.