COLOR #D180E7

HEX: #D180E7
RGB: (209,128,231)

Color info

#D180E7 contains mainly red and blue colors. Web safe color of #D180E7 is #CC66FF (or #C6F).

RGB color model

#D180E7 color RGB value is (209,128,231).

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

RGB channels and saturation

R 209 of 255 = 82%
G 128 of 255 = 50%
B 231 of 255 = 91%

209
128
231

R + G + B ~ 74%. #D180E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 128 + 231 = 568 (100%)
R 209 of 568 ~ 36.8%
G 128 of 568 ~ 22.54%
B 231 of 568 ~ 40.67%

%36.8
%22.54
%40.67

CMYK color model

#D180E7 color CMYK value is (10,45,0,9).

  • cyan value is 9.52%
  • magenta value is 44.59%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,45,0,9)
C10M45Y0K9 
(10%,45%,0%,9%)
(0.10/0.45/0.00/0.09)	

CMYK percentages

%9.52
%44.59
%0
%9.41

Codes

Color #D180E7 in popluar color models

D180E7
RGB209128231
HSL287°68.21%70.39%
HSB/HSV287°44.59%90.59%
CMYK9.52%44.59%0.00%
9.41%

Color #D180E7 in popluar number systems.

HEXD180E7
Decimal209128231
Binary110100011000000011100111
Octal321200347

Shades and tints

Shades of #D180E7

#D180E7
(209,128,231)
#BE75D2
(190,117,210)
#AB6ABD
(171,106,189)
#985FA8
(152,95,168)
#855493
(133,84,147)
#72497E
(114,73,126)
#5F3E69
(95,62,105)
#4C3354
(76,51,84)
#39283F
(57,40,63)
#261D2A
(38,29,42)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #D180E7

#D180E7
(209,128,231)
#D58BE9
(213,139,233)
#D996EB
(217,150,235)
#DDA1ED
(221,161,237)
#E1ACEF
(225,172,239)
#E5B7F1
(229,183,241)
#E9C2F3
(233,194,243)
#EDCDF5
(237,205,245)
#F1D8F7
(241,216,247)
#F5E3F9
(245,227,249)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D180E7; }

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

This text font color is #D180E7.


Background Color

.myBgColor { background-color: #D180E7; }

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

This div background color is #D180E7.


Border color

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

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

This div border color is #D180E7.


Opacity

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

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

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

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

This text has shadow with #D180E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D180E7 on black background.


Color preview on white background

This text has color #D180E7 on white background.



Black color preview on #D180E7 background

This text has black color on #D180E7 background.


White color preview on #D180E7 background

This text has white color on #D180E7 background.