COLOR #D095C2

HEX: #D095C2
RGB: (208,149,194)

Color info

#D095C2 contains red, green and blue colors in about the same proportion. Web safe color of #D095C2 is #CC99CC (or #C9C).

RGB color model

#D095C2 color RGB value is (208,149,194).

  • red value is 208;
  • green value is 149;
  • blue value is 194.
RGB:
(208,149,194)
(82%,58%,76%)

RGB channels and saturation

R 208 of 255 = 82%
G 149 of 255 = 58%
B 194 of 255 = 76%

208
149
194

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

Portions of RGB colors in percentages

R + G + B =
208 + 149 + 194 = 551 (100%)
R 208 of 551 ~ 37.75%
G 149 of 551 ~ 27.04%
B 194 of 551 ~ 35.21%

%37.75
%27.04
%35.21

CMYK color model

#D095C2 color CMYK value is (0,28,7,18).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 6.73%
  • key color value is 18.43%
CMYK:
(0,28,7,18)
C0M28Y7K18 
(0%,28%,7%,18%)
(0.00/0.28/0.07/0.18)	

CMYK percentages

%0
%28.37
%6.73
%18.43

Codes

Color #D095C2 in popluar color models

D095C2
RGB208149194
HSL314°38.56%70.00%
HSB/HSV314°28.37%81.57%
CMYK0.00%28.37%6.73%
18.43%

Color #D095C2 in popluar number systems.

HEXD095C2
Decimal208149194
Binary110100001001010111000010
Octal320225302

Shades and tints

Shades of #D095C2

#D095C2
(208,149,194)
#BE88B1
(190,136,177)
#AC7BA0
(172,123,160)
#9A6E8F
(154,110,143)
#88617E
(136,97,126)
#76546D
(118,84,109)
#64475C
(100,71,92)
#523A4B
(82,58,75)
#402D3A
(64,45,58)
#2E2029
(46,32,41)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #D095C2

#D095C2
(208,149,194)
#D49EC7
(212,158,199)
#D8A7CC
(216,167,204)
#DCB0D1
(220,176,209)
#E0B9D6
(224,185,214)
#E4C2DB
(228,194,219)
#E8CBE0
(232,203,224)
#ECD4E5
(236,212,229)
#F0DDEA
(240,221,234)
#F4E6EF
(244,230,239)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D095C2; }

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

This text font color is #D095C2.


Background Color

.myBgColor { background-color: #D095C2; }

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

This div background color is #D095C2.


Border color

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

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

This div border color is #D095C2.


Opacity

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

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

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

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

This text has shadow with #D095C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D095C2 on black background.


Color preview on white background

This text has color #D095C2 on white background.



Black color preview on #D095C2 background

This text has black color on #D095C2 background.


White color preview on #D095C2 background

This text has white color on #D095C2 background.