COLOR #D76895

HEX: #D76895
RGB: (215,104,149)

Color info

#D76895 contains mainly red color. Web safe color of #D76895 is #CC6699 (or #C69).

RGB color model

#D76895 color RGB value is (215,104,149).

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

RGB channels and saturation

R 215 of 255 = 84%
G 104 of 255 = 41%
B 149 of 255 = 58%

215
104
149

R + G + B ~ 61%. #D76895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 104 + 149 = 468 (100%)
R 215 of 468 ~ 45.94%
G 104 of 468 ~ 22.22%
B 149 of 468 ~ 31.84%

%45.94
%22.22
%31.84

CMYK color model

#D76895 color CMYK value is (0,52,31,16).

  • cyan value is 0.00%
  • magenta value is 51.63%
  • yellow value is 30.70%
  • key color value is 15.69%
CMYK:
(0,52,31,16)
C0M52Y31K16 
(0%,52%,31%,16%)
(0.00/0.52/0.31/0.16)	

CMYK percentages

%0
%51.63
%30.7
%15.69

Codes

Color #D76895 in popluar color models

D76895
RGB215104149
HSL336°58.12%62.55%
HSB/HSV336°51.63%84.31%
CMYK0.00%51.63%30.70%
15.69%

Color #D76895 in popluar number systems.

HEXD76895
Decimal215104149
Binary11010111110100010010101
Octal327150225

Shades and tints

Shades of #D76895

#D76895
(215,104,149)
#C45F88
(196,95,136)
#B1567B
(177,86,123)
#9E4D6E
(158,77,110)
#8B4461
(139,68,97)
#783B54
(120,59,84)
#653247
(101,50,71)
#52293A
(82,41,58)
#3F202D
(63,32,45)
#2C1720
(44,23,32)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #D76895

#D76895
(215,104,149)
#DA759E
(218,117,158)
#DD82A7
(221,130,167)
#E08FB0
(224,143,176)
#E39CB9
(227,156,185)
#E6A9C2
(230,169,194)
#E9B6CB
(233,182,203)
#ECC3D4
(236,195,212)
#EFD0DD
(239,208,221)
#F2DDE6
(242,221,230)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D76895; }

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

This text font color is #D76895.


Background Color

.myBgColor { background-color: #D76895; }

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

This div background color is #D76895.


Border color

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

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

This div border color is #D76895.


Opacity

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

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

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

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

This text has shadow with #D76895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76895 on black background.


Color preview on white background

This text has color #D76895 on white background.



Black color preview on #D76895 background

This text has black color on #D76895 background.


White color preview on #D76895 background

This text has white color on #D76895 background.