COLOR #D180CD

HEX: #D180CD
RGB: (209,128,205)

Color info

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

RGB color model

#D180CD color RGB value is (209,128,205).

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

RGB channels and saturation

R 209 of 255 = 82%
G 128 of 255 = 50%
B 205 of 255 = 80%

209
128
205

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

Portions of RGB colors in percentages

R + G + B =
209 + 128 + 205 = 542 (100%)
R 209 of 542 ~ 38.56%
G 128 of 542 ~ 23.62%
B 205 of 542 ~ 37.82%

%38.56
%23.62
%37.82

CMYK color model

#D180CD color CMYK value is (0,39,2,18).

  • cyan value is 0.00%
  • magenta value is 38.76%
  • yellow value is 1.91%
  • key color value is 18.04%
CMYK:
(0,39,2,18)
C0M39Y2K18 
(0%,39%,2%,18%)
(0.00/0.39/0.02/0.18)	

CMYK percentages

%0
%38.76
%1.91
%18.04

Codes

Color #D180CD in popluar color models

D180CD
RGB209128205
HSL303°46.82%66.08%
HSB/HSV303°38.76%81.96%
CMYK0.00%38.76%1.91%
18.04%

Color #D180CD in popluar number systems.

HEXD180CD
Decimal209128205
Binary110100011000000011001101
Octal321200315

Shades and tints

Shades of #D180CD

#D180CD
(209,128,205)
#BE75BB
(190,117,187)
#AB6AA9
(171,106,169)
#985F97
(152,95,151)
#855485
(133,84,133)
#724973
(114,73,115)
#5F3E61
(95,62,97)
#4C334F
(76,51,79)
#39283D
(57,40,61)
#261D2B
(38,29,43)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #D180CD

#D180CD
(209,128,205)
#D58BD1
(213,139,209)
#D996D5
(217,150,213)
#DDA1D9
(221,161,217)
#E1ACDD
(225,172,221)
#E5B7E1
(229,183,225)
#E9C2E5
(233,194,229)
#EDCDE9
(237,205,233)
#F1D8ED
(241,216,237)
#F5E3F1
(245,227,241)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D180CD; }

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

This text font color is #D180CD.


Background Color

.myBgColor { background-color: #D180CD; }

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

This div background color is #D180CD.


Border color

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

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

This div border color is #D180CD.


Opacity

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

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

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

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

This text has shadow with #D180CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D180CD on black background.


Color preview on white background

This text has color #D180CD on white background.



Black color preview on #D180CD background

This text has black color on #D180CD background.


White color preview on #D180CD background

This text has white color on #D180CD background.