COLOR #D775C6

HEX: #D775C6
RGB: (215,117,198)

Color info

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

RGB color model

#D775C6 color RGB value is (215,117,198).

  • red value is 215;
  • green value is 117;
  • blue value is 198.
RGB:
(215,117,198)
(84%,46%,78%)

RGB channels and saturation

R 215 of 255 = 84%
G 117 of 255 = 46%
B 198 of 255 = 78%

215
117
198

R + G + B ~ 69%. #D775C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 117 + 198 = 530 (100%)
R 215 of 530 ~ 40.57%
G 117 of 530 ~ 22.08%
B 198 of 530 ~ 37.36%

%40.57
%22.08
%37.36

CMYK color model

#D775C6 color CMYK value is (0,46,8,16).

  • cyan value is 0.00%
  • magenta value is 45.58%
  • yellow value is 7.91%
  • key color value is 15.69%
CMYK:
(0,46,8,16)
C0M46Y8K16 
(0%,46%,8%,16%)
(0.00/0.46/0.08/0.16)	

CMYK percentages

%0
%45.58
%7.91
%15.69

Codes

Color #D775C6 in popluar color models

D775C6
RGB215117198
HSL310°55.06%65.10%
HSB/HSV310°45.58%84.31%
CMYK0.00%45.58%7.91%
15.69%

Color #D775C6 in popluar number systems.

HEXD775C6
Decimal215117198
Binary11010111111010111000110
Octal327165306

Shades and tints

Shades of #D775C6

#D775C6
(215,117,198)
#C46BB4
(196,107,180)
#B161A2
(177,97,162)
#9E5790
(158,87,144)
#8B4D7E
(139,77,126)
#78436C
(120,67,108)
#65395A
(101,57,90)
#522F48
(82,47,72)
#3F2536
(63,37,54)
#2C1B24
(44,27,36)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #D775C6

#D775C6
(215,117,198)
#DA81CB
(218,129,203)
#DD8DD0
(221,141,208)
#E099D5
(224,153,213)
#E3A5DA
(227,165,218)
#E6B1DF
(230,177,223)
#E9BDE4
(233,189,228)
#ECC9E9
(236,201,233)
#EFD5EE
(239,213,238)
#F2E1F3
(242,225,243)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D775C6 color. Also use rgb(215,117,198) instead hex code.

Text Font Color

.myTextColor { color: #D775C6; }

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

This text font color is #D775C6.


Background Color

.myBgColor { background-color: #D775C6; }

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

This div background color is #D775C6.


Border color

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

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

This div border color is #D775C6.


Opacity

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

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

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

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

This text has shadow with #D775C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D775C6 on black background.


Color preview on white background

This text has color #D775C6 on white background.



Black color preview on #D775C6 background

This text has black color on #D775C6 background.


White color preview on #D775C6 background

This text has white color on #D775C6 background.