COLOR #D195D3

HEX: #D195D3
RGB: (209,149,211)

Color info

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

RGB color model

#D195D3 color RGB value is (209,149,211).

  • red value is 209;
  • green value is 149;
  • blue value is 211.
RGB:
(209,149,211)
(82%,58%,83%)

RGB channels and saturation

R 209 of 255 = 82%
G 149 of 255 = 58%
B 211 of 255 = 83%

209
149
211

R + G + B ~ 74%. #D195D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 149 + 211 = 569 (100%)
R 209 of 569 ~ 36.73%
G 149 of 569 ~ 26.19%
B 211 of 569 ~ 37.08%

%36.73
%26.19
%37.08

CMYK color model

#D195D3 color CMYK value is (1,29,0,17).

  • cyan value is 0.95%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(1,29,0,17)
C1M29Y0K17 
(1%,29%,0%,17%)
(0.01/0.29/0.00/0.17)	

CMYK percentages

%0.95
%29.38
%0
%17.25

Codes

Color #D195D3 in popluar color models

D195D3
RGB209149211
HSL298°41.33%70.59%
HSB/HSV298°29.38%82.75%
CMYK0.95%29.38%0.00%
17.25%

Color #D195D3 in popluar number systems.

HEXD195D3
Decimal209149211
Binary110100011001010111010011
Octal321225323

Shades and tints

Shades of #D195D3

#D195D3
(209,149,211)
#BE88C0
(190,136,192)
#AB7BAD
(171,123,173)
#986E9A
(152,110,154)
#856187
(133,97,135)
#725474
(114,84,116)
#5F4761
(95,71,97)
#4C3A4E
(76,58,78)
#392D3B
(57,45,59)
#262028
(38,32,40)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #D195D3

#D195D3
(209,149,211)
#D59ED7
(213,158,215)
#D9A7DB
(217,167,219)
#DDB0DF
(221,176,223)
#E1B9E3
(225,185,227)
#E5C2E7
(229,194,231)
#E9CBEB
(233,203,235)
#EDD4EF
(237,212,239)
#F1DDF3
(241,221,243)
#F5E6F7
(245,230,247)
#F9EFFB
(249,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D195D3; }

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

This text font color is #D195D3.


Background Color

.myBgColor { background-color: #D195D3; }

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

This div background color is #D195D3.


Border color

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

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

This div border color is #D195D3.


Opacity

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

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

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

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

This text has shadow with #D195D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D195D3 on black background.


Color preview on white background

This text has color #D195D3 on white background.



Black color preview on #D195D3 background

This text has black color on #D195D3 background.


White color preview on #D195D3 background

This text has white color on #D195D3 background.