COLOR #D15DDC

HEX: #D15DDC
RGB: (209,93,220)

Color info

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

RGB color model

#D15DDC color RGB value is (209,93,220).

  • red value is 209;
  • green value is 93;
  • blue value is 220.
RGB:
(209,93,220)
(82%,36%,86%)

RGB channels and saturation

R 209 of 255 = 82%
G 93 of 255 = 36%
B 220 of 255 = 86%

209
93
220

R + G + B ~ 68%. #D15DDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 93 + 220 = 522 (100%)
R 209 of 522 ~ 40.04%
G 93 of 522 ~ 17.82%
B 220 of 522 ~ 42.15%

%40.04
%17.82
%42.15

CMYK color model

#D15DDC color CMYK value is (5,58,0,14).

  • cyan value is 5.00%
  • magenta value is 57.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(5,58,0,14)
C5M58Y0K14 
(5%,58%,0%,14%)
(0.05/0.58/0.00/0.14)	

CMYK percentages

%5
%57.73
%0
%13.73

Codes

Color #D15DDC in popluar color models

D15DDC
RGB20993220
HSL295°64.47%61.37%
HSB/HSV295°57.73%86.27%
CMYK5.00%57.73%0.00%
13.73%

Color #D15DDC in popluar number systems.

HEXD15DDC
Decimal20993220
Binary11010001101110111011100
Octal321135334

Shades and tints

Shades of #D15DDC

#D15DDC
(209,93,220)
#BE55C8
(190,85,200)
#AB4DB4
(171,77,180)
#9845A0
(152,69,160)
#853D8C
(133,61,140)
#723578
(114,53,120)
#5F2D64
(95,45,100)
#4C2550
(76,37,80)
#391D3C
(57,29,60)
#261528
(38,21,40)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #D15DDC

#D15DDC
(209,93,220)
#D56BDF
(213,107,223)
#D979E2
(217,121,226)
#DD87E5
(221,135,229)
#E195E8
(225,149,232)
#E5A3EB
(229,163,235)
#E9B1EE
(233,177,238)
#EDBFF1
(237,191,241)
#F1CDF4
(241,205,244)
#F5DBF7
(245,219,247)
#F9E9FA
(249,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D15DDC color. Also use rgb(209,93,220) instead hex code.

Text Font Color

.myTextColor { color: #D15DDC; }

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

This text font color is #D15DDC.


Background Color

.myBgColor { background-color: #D15DDC; }

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

This div background color is #D15DDC.


Border color

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

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

This div border color is #D15DDC.


Opacity

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

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

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

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

This text has shadow with #D15DDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D15DDC on black background.


Color preview on white background

This text has color #D15DDC on white background.



Black color preview on #D15DDC background

This text has black color on #D15DDC background.


White color preview on #D15DDC background

This text has white color on #D15DDC background.