COLOR #D778B9

HEX: #D778B9
RGB: (215,120,185)

Color info

#D778B9 contains mainly red and blue colors. Web safe color of #D778B9 is #CC66CC (or #C6C).

RGB color model

#D778B9 color RGB value is (215,120,185).

  • red value is 215;
  • green value is 120;
  • blue value is 185.
RGB:
(215,120,185)
(84%,47%,73%)

RGB channels and saturation

R 215 of 255 = 84%
G 120 of 255 = 47%
B 185 of 255 = 73%

215
120
185

R + G + B ~ 68%. #D778B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 120 + 185 = 520 (100%)
R 215 of 520 ~ 41.35%
G 120 of 520 ~ 23.08%
B 185 of 520 ~ 35.58%

%41.35
%23.08
%35.58

CMYK color model

#D778B9 color CMYK value is (0,44,14,16).

  • cyan value is 0.00%
  • magenta value is 44.19%
  • yellow value is 13.95%
  • key color value is 15.69%
CMYK:
(0,44,14,16)
C0M44Y14K16 
(0%,44%,14%,16%)
(0.00/0.44/0.14/0.16)	

CMYK percentages

%0
%44.19
%13.95
%15.69

Codes

Color #D778B9 in popluar color models

D778B9
RGB215120185
HSL319°54.29%65.69%
HSB/HSV319°44.19%84.31%
CMYK0.00%44.19%13.95%
15.69%

Color #D778B9 in popluar number systems.

HEXD778B9
Decimal215120185
Binary11010111111100010111001
Octal327170271

Shades and tints

Shades of #D778B9

#D778B9
(215,120,185)
#C46EA9
(196,110,169)
#B16499
(177,100,153)
#9E5A89
(158,90,137)
#8B5079
(139,80,121)
#784669
(120,70,105)
#653C59
(101,60,89)
#523249
(82,50,73)
#3F2839
(63,40,57)
#2C1E29
(44,30,41)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #D778B9

#D778B9
(215,120,185)
#DA84BF
(218,132,191)
#DD90C5
(221,144,197)
#E09CCB
(224,156,203)
#E3A8D1
(227,168,209)
#E6B4D7
(230,180,215)
#E9C0DD
(233,192,221)
#ECCCE3
(236,204,227)
#EFD8E9
(239,216,233)
#F2E4EF
(242,228,239)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D778B9 color. Also use rgb(215,120,185) instead hex code.

Text Font Color

.myTextColor { color: #D778B9; }

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

This text font color is #D778B9.


Background Color

.myBgColor { background-color: #D778B9; }

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

This div background color is #D778B9.


Border color

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

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

This div border color is #D778B9.


Opacity

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

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

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

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

This text has shadow with #D778B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D778B9 on black background.


Color preview on white background

This text has color #D778B9 on white background.



Black color preview on #D778B9 background

This text has black color on #D778B9 background.


White color preview on #D778B9 background

This text has white color on #D778B9 background.