COLOR #D178DE

HEX: #D178DE
RGB: (209,120,222)

Color info

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

RGB color model

#D178DE color RGB value is (209,120,222).

  • red value is 209;
  • green value is 120;
  • blue value is 222.
RGB:
(209,120,222)
(82%,47%,87%)

RGB channels and saturation

R 209 of 255 = 82%
G 120 of 255 = 47%
B 222 of 255 = 87%

209
120
222

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

Portions of RGB colors in percentages

R + G + B =
209 + 120 + 222 = 551 (100%)
R 209 of 551 ~ 37.93%
G 120 of 551 ~ 21.78%
B 222 of 551 ~ 40.29%

%37.93
%21.78
%40.29

CMYK color model

#D178DE color CMYK value is (6,46,0,13).

  • cyan value is 5.86%
  • magenta value is 45.95%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(6,46,0,13)
C6M46Y0K13 
(6%,46%,0%,13%)
(0.06/0.46/0.00/0.13)	

CMYK percentages

%5.86
%45.95
%0
%12.94

Codes

Color #D178DE in popluar color models

D178DE
RGB209120222
HSL292°60.71%67.06%
HSB/HSV292°45.95%87.06%
CMYK5.86%45.95%0.00%
12.94%

Color #D178DE in popluar number systems.

HEXD178DE
Decimal209120222
Binary11010001111100011011110
Octal321170336

Shades and tints

Shades of #D178DE

#D178DE
(209,120,222)
#BE6ECA
(190,110,202)
#AB64B6
(171,100,182)
#985AA2
(152,90,162)
#85508E
(133,80,142)
#72467A
(114,70,122)
#5F3C66
(95,60,102)
#4C3252
(76,50,82)
#39283E
(57,40,62)
#261E2A
(38,30,42)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #D178DE

#D178DE
(209,120,222)
#D584E1
(213,132,225)
#D990E4
(217,144,228)
#DD9CE7
(221,156,231)
#E1A8EA
(225,168,234)
#E5B4ED
(229,180,237)
#E9C0F0
(233,192,240)
#EDCCF3
(237,204,243)
#F1D8F6
(241,216,246)
#F5E4F9
(245,228,249)
#F9F0FC
(249,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D178DE color. Also use rgb(209,120,222) instead hex code.

Text Font Color

.myTextColor { color: #D178DE; }

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

This text font color is #D178DE.


Background Color

.myBgColor { background-color: #D178DE; }

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

This div background color is #D178DE.


Border color

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

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

This div border color is #D178DE.


Opacity

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

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

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

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

This text has shadow with #D178DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D178DE on black background.


Color preview on white background

This text has color #D178DE on white background.



Black color preview on #D178DE background

This text has black color on #D178DE background.


White color preview on #D178DE background

This text has white color on #D178DE background.