COLOR #D774D3

HEX: #D774D3
RGB: (215,116,211)

Color info

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

RGB color model

#D774D3 color RGB value is (215,116,211).

  • red value is 215;
  • green value is 116;
  • blue value is 211.
RGB:
(215,116,211)
(84%,45%,83%)

RGB channels and saturation

R 215 of 255 = 84%
G 116 of 255 = 45%
B 211 of 255 = 83%

215
116
211

R + G + B ~ 71%. #D774D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 116 + 211 = 542 (100%)
R 215 of 542 ~ 39.67%
G 116 of 542 ~ 21.4%
B 211 of 542 ~ 38.93%

%39.67
%21.4
%38.93

CMYK color model

#D774D3 color CMYK value is (0,46,2,16).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 1.86%
  • key color value is 15.69%
CMYK:
(0,46,2,16)
C0M46Y2K16 
(0%,46%,2%,16%)
(0.00/0.46/0.02/0.16)	

CMYK percentages

%0
%46.05
%1.86
%15.69

Codes

Color #D774D3 in popluar color models

D774D3
RGB215116211
HSL302°55.31%64.90%
HSB/HSV302°46.05%84.31%
CMYK0.00%46.05%1.86%
15.69%

Color #D774D3 in popluar number systems.

HEXD774D3
Decimal215116211
Binary11010111111010011010011
Octal327164323

Shades and tints

Shades of #D774D3

#D774D3
(215,116,211)
#C46AC0
(196,106,192)
#B160AD
(177,96,173)
#9E569A
(158,86,154)
#8B4C87
(139,76,135)
#784274
(120,66,116)
#653861
(101,56,97)
#522E4E
(82,46,78)
#3F243B
(63,36,59)
#2C1A28
(44,26,40)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #D774D3

#D774D3
(215,116,211)
#DA80D7
(218,128,215)
#DD8CDB
(221,140,219)
#E098DF
(224,152,223)
#E3A4E3
(227,164,227)
#E6B0E7
(230,176,231)
#E9BCEB
(233,188,235)
#ECC8EF
(236,200,239)
#EFD4F3
(239,212,243)
#F2E0F7
(242,224,247)
#F5ECFB
(245,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D774D3 color. Also use rgb(215,116,211) instead hex code.

Text Font Color

.myTextColor { color: #D774D3; }

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

This text font color is #D774D3.


Background Color

.myBgColor { background-color: #D774D3; }

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

This div background color is #D774D3.


Border color

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

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

This div border color is #D774D3.


Opacity

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

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

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

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

This text has shadow with #D774D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D774D3 on black background.


Color preview on white background

This text has color #D774D3 on white background.



Black color preview on #D774D3 background

This text has black color on #D774D3 background.


White color preview on #D774D3 background

This text has white color on #D774D3 background.