COLOR #D155E7

HEX: #D155E7
RGB: (209,85,231)

Color info

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

RGB color model

#D155E7 color RGB value is (209,85,231).

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

RGB channels and saturation

R 209 of 255 = 82%
G 85 of 255 = 33%
B 231 of 255 = 91%

209
85
231

R + G + B ~ 69%. #D155E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 85 + 231 = 525 (100%)
R 209 of 525 ~ 39.81%
G 85 of 525 ~ 16.19%
B 231 of 525 ~ 44%

%39.81
%16.19
%44

CMYK color model

#D155E7 color CMYK value is (10,63,0,9).

  • cyan value is 9.52%
  • magenta value is 63.20%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,63,0,9)
C10M63Y0K9 
(10%,63%,0%,9%)
(0.10/0.63/0.00/0.09)	

CMYK percentages

%9.52
%63.2
%0
%9.41

Codes

Color #D155E7 in popluar color models

D155E7
RGB20985231
HSL291°75.26%61.96%
HSB/HSV291°63.20%90.59%
CMYK9.52%63.20%0.00%
9.41%

Color #D155E7 in popluar number systems.

HEXD155E7
Decimal20985231
Binary11010001101010111100111
Octal321125347

Shades and tints

Shades of #D155E7

#D155E7
(209,85,231)
#BE4ED2
(190,78,210)
#AB47BD
(171,71,189)
#9840A8
(152,64,168)
#853993
(133,57,147)
#72327E
(114,50,126)
#5F2B69
(95,43,105)
#4C2454
(76,36,84)
#391D3F
(57,29,63)
#26162A
(38,22,42)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #D155E7

#D155E7
(209,85,231)
#D564E9
(213,100,233)
#D973EB
(217,115,235)
#DD82ED
(221,130,237)
#E191EF
(225,145,239)
#E5A0F1
(229,160,241)
#E9AFF3
(233,175,243)
#EDBEF5
(237,190,245)
#F1CDF7
(241,205,247)
#F5DCF9
(245,220,249)
#F9EBFB
(249,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D155E7; }

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

This text font color is #D155E7.


Background Color

.myBgColor { background-color: #D155E7; }

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

This div background color is #D155E7.


Border color

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

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

This div border color is #D155E7.


Opacity

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

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

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

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

This text has shadow with #D155E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D155E7 on black background.


Color preview on white background

This text has color #D155E7 on white background.



Black color preview on #D155E7 background

This text has black color on #D155E7 background.


White color preview on #D155E7 background

This text has white color on #D155E7 background.