COLOR #D180B0

HEX: #D180B0
RGB: (209,128,176)

Color info

#D180B0 contains mainly red and blue colors. Web safe color of #D180B0 is #CC6699 (or #C69).

RGB color model

#D180B0 color RGB value is (209,128,176).

  • red value is 209;
  • green value is 128;
  • blue value is 176.
RGB:
(209,128,176)
(82%,50%,69%)

RGB channels and saturation

R 209 of 255 = 82%
G 128 of 255 = 50%
B 176 of 255 = 69%

209
128
176

R + G + B ~ 67%. #D180B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 128 + 176 = 513 (100%)
R 209 of 513 ~ 40.74%
G 128 of 513 ~ 24.95%
B 176 of 513 ~ 34.31%

%40.74
%24.95
%34.31

CMYK color model

#D180B0 color CMYK value is (0,39,16,18).

  • cyan value is 0.00%
  • magenta value is 38.76%
  • yellow value is 15.79%
  • key color value is 18.04%
CMYK:
(0,39,16,18)
C0M39Y16K18 
(0%,39%,16%,18%)
(0.00/0.39/0.16/0.18)	

CMYK percentages

%0
%38.76
%15.79
%18.04

Codes

Color #D180B0 in popluar color models

D180B0
RGB209128176
HSL324°46.82%66.08%
HSB/HSV324°38.76%81.96%
CMYK0.00%38.76%15.79%
18.04%

Color #D180B0 in popluar number systems.

HEXD180B0
Decimal209128176
Binary110100011000000010110000
Octal321200260

Shades and tints

Shades of #D180B0

#D180B0
(209,128,176)
#BE75A0
(190,117,160)
#AB6A90
(171,106,144)
#985F80
(152,95,128)
#855470
(133,84,112)
#724960
(114,73,96)
#5F3E50
(95,62,80)
#4C3340
(76,51,64)
#392830
(57,40,48)
#261D20
(38,29,32)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #D180B0

#D180B0
(209,128,176)
#D58BB7
(213,139,183)
#D996BE
(217,150,190)
#DDA1C5
(221,161,197)
#E1ACCC
(225,172,204)
#E5B7D3
(229,183,211)
#E9C2DA
(233,194,218)
#EDCDE1
(237,205,225)
#F1D8E8
(241,216,232)
#F5E3EF
(245,227,239)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D180B0 color. Also use rgb(209,128,176) instead hex code.

Text Font Color

.myTextColor { color: #D180B0; }

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

This text font color is #D180B0.


Background Color

.myBgColor { background-color: #D180B0; }

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

This div background color is #D180B0.


Border color

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

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

This div border color is #D180B0.


Opacity

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

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

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

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

This text has shadow with #D180B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D180B0 on black background.


Color preview on white background

This text has color #D180B0 on white background.



Black color preview on #D180B0 background

This text has black color on #D180B0 background.


White color preview on #D180B0 background

This text has white color on #D180B0 background.