COLOR #D155DF

HEX: #D155DF
RGB: (209,85,223)

Color info

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

RGB color model

#D155DF color RGB value is (209,85,223).

  • red value is 209;
  • green value is 85;
  • blue value is 223.
RGB:
(209,85,223)
(82%,33%,87%)

RGB channels and saturation

R 209 of 255 = 82%
G 85 of 255 = 33%
B 223 of 255 = 87%

209
85
223

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

Portions of RGB colors in percentages

R + G + B =
209 + 85 + 223 = 517 (100%)
R 209 of 517 ~ 40.43%
G 85 of 517 ~ 16.44%
B 223 of 517 ~ 43.13%

%40.43
%16.44
%43.13

CMYK color model

#D155DF color CMYK value is (6,62,0,13).

  • cyan value is 6.28%
  • magenta value is 61.88%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(6,62,0,13)
C6M62Y0K13 
(6%,62%,0%,13%)
(0.06/0.62/0.00/0.13)	

CMYK percentages

%6.28
%61.88
%0
%12.55

Codes

Color #D155DF in popluar color models

D155DF
RGB20985223
HSL294°68.32%60.39%
HSB/HSV294°61.88%87.45%
CMYK6.28%61.88%0.00%
12.55%

Color #D155DF in popluar number systems.

HEXD155DF
Decimal20985223
Binary11010001101010111011111
Octal321125337

Shades and tints

Shades of #D155DF

#D155DF
(209,85,223)
#BE4ECB
(190,78,203)
#AB47B7
(171,71,183)
#9840A3
(152,64,163)
#85398F
(133,57,143)
#72327B
(114,50,123)
#5F2B67
(95,43,103)
#4C2453
(76,36,83)
#391D3F
(57,29,63)
#26162B
(38,22,43)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #D155DF

#D155DF
(209,85,223)
#D564E1
(213,100,225)
#D973E3
(217,115,227)
#DD82E5
(221,130,229)
#E191E7
(225,145,231)
#E5A0E9
(229,160,233)
#E9AFEB
(233,175,235)
#EDBEED
(237,190,237)
#F1CDEF
(241,205,239)
#F5DCF1
(245,220,241)
#F9EBF3
(249,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D155DF color. Also use rgb(209,85,223) instead hex code.

Text Font Color

.myTextColor { color: #D155DF; }

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

This text font color is #D155DF.


Background Color

.myBgColor { background-color: #D155DF; }

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

This div background color is #D155DF.


Border color

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

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

This div border color is #D155DF.


Opacity

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

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

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

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

This text has shadow with #D155DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D155DF on black background.


Color preview on white background

This text has color #D155DF on white background.



Black color preview on #D155DF background

This text has black color on #D155DF background.


White color preview on #D155DF background

This text has white color on #D155DF background.