COLOR #D795CD

HEX: #D795CD
RGB: (215,149,205)

Color info

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

RGB color model

#D795CD color RGB value is (215,149,205).

  • red value is 215;
  • green value is 149;
  • blue value is 205.
RGB:
(215,149,205)
(84%,58%,80%)

RGB channels and saturation

R 215 of 255 = 84%
G 149 of 255 = 58%
B 205 of 255 = 80%

215
149
205

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

Portions of RGB colors in percentages

R + G + B =
215 + 149 + 205 = 569 (100%)
R 215 of 569 ~ 37.79%
G 149 of 569 ~ 26.19%
B 205 of 569 ~ 36.03%

%37.79
%26.19
%36.03

CMYK color model

#D795CD color CMYK value is (0,31,5,16).

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 4.65%
  • key color value is 15.69%
CMYK:
(0,31,5,16)
C0M31Y5K16 
(0%,31%,5%,16%)
(0.00/0.31/0.05/0.16)	

CMYK percentages

%0
%30.7
%4.65
%15.69

Codes

Color #D795CD in popluar color models

D795CD
RGB215149205
HSL309°45.21%71.37%
HSB/HSV309°30.70%84.31%
CMYK0.00%30.70%4.65%
15.69%

Color #D795CD in popluar number systems.

HEXD795CD
Decimal215149205
Binary110101111001010111001101
Octal327225315

Shades and tints

Shades of #D795CD

#D795CD
(215,149,205)
#C488BB
(196,136,187)
#B17BA9
(177,123,169)
#9E6E97
(158,110,151)
#8B6185
(139,97,133)
#785473
(120,84,115)
#654761
(101,71,97)
#523A4F
(82,58,79)
#3F2D3D
(63,45,61)
#2C202B
(44,32,43)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #D795CD

#D795CD
(215,149,205)
#DA9ED1
(218,158,209)
#DDA7D5
(221,167,213)
#E0B0D9
(224,176,217)
#E3B9DD
(227,185,221)
#E6C2E1
(230,194,225)
#E9CBE5
(233,203,229)
#ECD4E9
(236,212,233)
#EFDDED
(239,221,237)
#F2E6F1
(242,230,241)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D795CD; }

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

This text font color is #D795CD.


Background Color

.myBgColor { background-color: #D795CD; }

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

This div background color is #D795CD.


Border color

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

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

This div border color is #D795CD.


Opacity

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

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

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

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

This text has shadow with #D795CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D795CD on black background.


Color preview on white background

This text has color #D795CD on white background.



Black color preview on #D795CD background

This text has black color on #D795CD background.


White color preview on #D795CD background

This text has white color on #D795CD background.