COLOR #D195CD

HEX: #D195CD RGB: (209,149,205)

Color info

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

RGB color model

#D195CD color RGB value is (209,149,205).

RGB: (209,149,205) (82%, 58%, 80%)

RGB channels and saturation

R 209 of 255 = 82%
G 149 of 255 = 58%
B 205 of 255 = 80%

209
149
205

R + G + B ~ 73%. #D195CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 149 + 205 = 563 (100%)
R 209 of 563 ~ 37.12%
G 149 of 563 ~ 26.47%
B 205 of 563 ~ 36.41'%

%37.12
%26.47
%36.41

CMYK color model

#D195CD color CMYK value is (0,29,2,18).

  • cyan value is 0.00%
  • magenta value is 28.71%
  • yellow value is 1.91%
  • key color value is 18.04%
CMYK: (0,29,2,18) C0M29Y2K18 (0%,29%,2%,18%) (0.00/0.29/0.02/0.18) 

CMYK percentages

%0
%28.71
%1.91
%18.04

Codes

Color #D195CD in popluar color models

D1 95 CD
RGB 209 149 205
HSL 304° 39.47% 70.20%
HSB/HSV 304° 28.71% 81.96%
CMYK 0.00% 28.71% 1.91%
18.04%

Color #D195CD in popluar number systems.

HEX D1 95 CD
Decimal 209 149 205
Binary 11010001 10010101 11001101
Octal 321 225 315

Shades and tints

Shades of #D195CD

#D195CD
(209,149,205)
#BE88BB
(190,136,187)
#AB7BA9
(171,123,169)
#986E97
(152,110,151)
#856185
(133,97,133)
#725473
(114,84,115)
#5F4761
(95,71,97)
#4C3A4F
(76,58,79)
#392D3D
(57,45,61)
#26202B
(38,32,43)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #D195CD

#D195CD
(209,149,205)
#D59ED1
(213,158,209)
#D9A7D5
(217,167,213)
#DDB0D9
(221,176,217)
#E1B9DD
(225,185,221)
#E5C2E1
(229,194,225)
#E9CBE5
(233,203,229)
#EDD4E9
(237,212,233)
#F1DDED
(241,221,237)
#F5E6F1
(245,230,241)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D195CD; }

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

This text font color is #D195CD.

Background Color

.myBgColor { background-color: #D195CD; }

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

This div background color is #D195CD.

Border color

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

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

This div border color is #D195CD.

Opacity

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

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

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

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

This text has shadow with #D195CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D195CD.

Preview

Color preview on black background

This text has color #D195CD on black background.


Color preview on white background

This text has color #D195CD on white background.


Black color preview on #D195CD background

This text has black color on #D195CD background.


White color preview on #D195CD background

This text has white color on #D195CD background.


Related colors

Complementary color

Complementary color for #hex is #2E6A32.


I love getcolorcode.com

Triadic colors

1 #CDD195 and #95CDD1 with #D195CD are triadic colors.

2 #CD95D1 and #95D1CD with #D195CD are triadic colors.