COLOR #DC95BB

HEX: #DC95BB RGB: (220,149,187)

Color info

#DC95BB contains mainly red and blue colors. Web safe color of #DC95BB is #CC99CC (or #C9C).

RGB color model

#DC95BB color RGB value is (220,149,187).

RGB: (220,149,187) (86%, 58%, 73%)

RGB channels and saturation

R 220 of 255 = 86%
G 149 of 255 = 58%
B 187 of 255 = 73%

220
149
187

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

Portions of RGB colors in percentages

R + G + B = 220 + 149 + 187 = 556 (100%)
R 220 of 556 ~ 39.57%
G 149 of 556 ~ 26.8%
B 187 of 556 ~ 33.63'%

%39.57
%26.8
%33.63

CMYK color model

#DC95BB color CMYK value is (0,32,15,14).

  • cyan value is 0.00%
  • magenta value is 32.27%
  • yellow value is 15.00%
  • key color value is 13.73%

CMYK: (0,32,15,14)
C0M32Y15K14 (0%, 32%, 15%, 14%)
(0.00 / 0.32 / 0.15 / 0.14)

CMYK percentages

%0
%32.27
%15
%13.73

Codes

Color #DC95BB in popluar color models

DC 95 BB
RGB 220 149 187
HSL 328° 50.35% 72.35%
HSB/HSV 328° 32.27% 86.27%
CMYK 0.00% 32.27% 15.00%
13.73%

Color #DC95BB in popluar number systems.

HEX DC 95 BB
Decimal 220 149 187
Binary 11011100 10010101 10111011
Octal 334 225 273

Shades and tints

Shades of #DC95BB

#DC95BB
(220,149,187)
#C888AA
(200,136,170)
#B47B99
(180,123,153)
#A06E88
(160,110,136)
#8C6177
(140,97,119)
#785466
(120,84,102)
#644755
(100,71,85)
#503A44
(80,58,68)
#3C2D33
(60,45,51)
#282022
(40,32,34)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #DC95BB

#DC95BB
(220,149,187)
#DF9EC1
(223,158,193)
#E2A7C7
(226,167,199)
#E5B0CD
(229,176,205)
#E8B9D3
(232,185,211)
#EBC2D9
(235,194,217)
#EECBDF
(238,203,223)
#F1D4E5
(241,212,229)
#F4DDEB
(244,221,235)
#F7E6F1
(247,230,241)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC95BB color. Also use rgb(220,149,187) instead hex code.

Text Font Color

.myTextColor { color: #DC95BB; }

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

This text font color is #DC95BB.

Background Color

.myBgColor { background-color: #DC95BB; }

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

This div background color is #DC95BB.

Border color

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

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

This div border color is #DC95BB.

Opacity

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

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

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

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

This text has shadow with #DC95BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC95BB.

Preview

Color preview on black background

This text has color #DC95BB on black background.


Color preview on white background

This text has color #DC95BB on white background.


Black color preview on #DC95BB background

This text has black color on #DC95BB background.


White color preview on #DC95BB background

This text has white color on #DC95BB background.


Related colors

Complementary color

Complementary color for #hex is #236A44.


I love getcolorcode.com

Triadic colors

1 #BBDC95 and #95BBDC with #DC95BB are triadic colors.

2 #BB95DC and #95DCBB with #DC95BB are triadic colors.