COLOR #D778D8

HEX: #D778D8
RGB: (215,120,216)

Color info

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

RGB color model

#D778D8 color RGB value is (215,120,216).

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

RGB channels and saturation

R 215 of 255 = 84%
G 120 of 255 = 47%
B 216 of 255 = 85%

215
120
216

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

Portions of RGB colors in percentages

R + G + B =
215 + 120 + 216 = 551 (100%)
R 215 of 551 ~ 39.02%
G 120 of 551 ~ 21.78%
B 216 of 551 ~ 39.2%

%39.02
%21.78
%39.2

CMYK color model

#D778D8 color CMYK value is (0,44,0,15).

  • cyan value is 0.46%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(0,44,0,15)
C0M44Y0K15 
(0%,44%,0%,15%)
(0.00/0.44/0.00/0.15)	

CMYK percentages

%0.46
%44.44
%0
%15.29

Codes

Color #D778D8 in popluar color models

D778D8
RGB215120216
HSL299°55.17%65.88%
HSB/HSV299°44.44%84.71%
CMYK0.46%44.44%0.00%
15.29%

Color #D778D8 in popluar number systems.

HEXD778D8
Decimal215120216
Binary11010111111100011011000
Octal327170330

Shades and tints

Shades of #D778D8

#D778D8
(215,120,216)
#C46EC5
(196,110,197)
#B164B2
(177,100,178)
#9E5A9F
(158,90,159)
#8B508C
(139,80,140)
#784679
(120,70,121)
#653C66
(101,60,102)
#523253
(82,50,83)
#3F2840
(63,40,64)
#2C1E2D
(44,30,45)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #D778D8

#D778D8
(215,120,216)
#DA84DB
(218,132,219)
#DD90DE
(221,144,222)
#E09CE1
(224,156,225)
#E3A8E4
(227,168,228)
#E6B4E7
(230,180,231)
#E9C0EA
(233,192,234)
#ECCCED
(236,204,237)
#EFD8F0
(239,216,240)
#F2E4F3
(242,228,243)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D778D8; }

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

This text font color is #D778D8.


Background Color

.myBgColor { background-color: #D778D8; }

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

This div background color is #D778D8.


Border color

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

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

This div border color is #D778D8.


Opacity

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

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

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

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

This text has shadow with #D778D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D778D8 on black background.


Color preview on white background

This text has color #D778D8 on white background.



Black color preview on #D778D8 background

This text has black color on #D778D8 background.


White color preview on #D778D8 background

This text has white color on #D778D8 background.