COLOR #D195C0

HEX: #D195C0 RGB: (209,149,192)

Color info

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

RGB color model

#D195C0 color RGB value is (209,149,192).

RGB: (209,149,192) (82%, 58%, 75%)

RGB channels and saturation

R 209 of 255 = 82%
G 149 of 255 = 58%
B 192 of 255 = 75%

209
149
192

R + G + B ~ 72%. #D195C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 149 + 192 = 550 (100%)
R 209 of 550 ~ 38%
G 149 of 550 ~ 27.09%
B 192 of 550 ~ 34.91'%

%38
%27.09
%34.91

CMYK color model

#D195C0 color CMYK value is (0,29,8,18).

  • cyan value is 0.00%
  • magenta value is 28.71%
  • yellow value is 8.13%
  • key color value is 18.04%
CMYK: (0,29,8,18) C0M29Y8K18 (0%,29%,8%,18%) (0.00/0.29/0.08/0.18) 

CMYK percentages

%0
%28.71
%8.13
%18.04

Codes

Color #D195C0 in popluar color models

D1 95 C0
RGB 209 149 192
HSL 317° 39.47% 70.20%
HSB/HSV 317° 28.71% 81.96%
CMYK 0.00% 28.71% 8.13%
18.04%

Color #D195C0 in popluar number systems.

HEX D1 95 C0
Decimal 209 149 192
Binary 11010001 10010101 11000000
Octal 321 225 300

Shades and tints

Shades of #D195C0

#D195C0
(209,149,192)
#BE88AF
(190,136,175)
#AB7B9E
(171,123,158)
#986E8D
(152,110,141)
#85617C
(133,97,124)
#72546B
(114,84,107)
#5F475A
(95,71,90)
#4C3A49
(76,58,73)
#392D38
(57,45,56)
#262027
(38,32,39)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #D195C0

#D195C0
(209,149,192)
#D59EC5
(213,158,197)
#D9A7CA
(217,167,202)
#DDB0CF
(221,176,207)
#E1B9D4
(225,185,212)
#E5C2D9
(229,194,217)
#E9CBDE
(233,203,222)
#EDD4E3
(237,212,227)
#F1DDE8
(241,221,232)
#F5E6ED
(245,230,237)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D195C0; }

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

This text font color is #D195C0.

Background Color

.myBgColor { background-color: #D195C0; }

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

This div background color is #D195C0.

Border color

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

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

This div border color is #D195C0.

Opacity

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

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

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

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

This text has shadow with #D195C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D195C0.

Preview

Color preview on black background

This text has color #D195C0 on black background.


Color preview on white background

This text has color #D195C0 on white background.


Black color preview on #D195C0 background

This text has black color on #D195C0 background.


White color preview on #D195C0 background

This text has white color on #D195C0 background.


Related colors

Complementary color

Complementary color for #hex is #2E6A3F.


I love getcolorcode.com

Triadic colors

1 #C0D195 and #95C0D1 with #D195C0 are triadic colors.

2 #C095D1 and #95D1C0 with #D195C0 are triadic colors.