COLOR #D15FC9

HEX: #D15FC9
RGB: (209,95,201)

Color info

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

RGB color model

#D15FC9 color RGB value is (209,95,201).

  • red value is 209;
  • green value is 95;
  • blue value is 201.
RGB:
(209,95,201)
(82%,37%,79%)

RGB channels and saturation

R 209 of 255 = 82%
G 95 of 255 = 37%
B 201 of 255 = 79%

209
95
201

R + G + B ~ 66%. #D15FC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 95 + 201 = 505 (100%)
R 209 of 505 ~ 41.39%
G 95 of 505 ~ 18.81%
B 201 of 505 ~ 39.8%

%41.39
%18.81
%39.8

CMYK color model

#D15FC9 color CMYK value is (0,55,4,18).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 3.83%
  • key color value is 18.04%
CMYK:
(0,55,4,18)
C0M55Y4K18 
(0%,55%,4%,18%)
(0.00/0.55/0.04/0.18)	

CMYK percentages

%0
%54.55
%3.83
%18.04

Codes

Color #D15FC9 in popluar color models

D15FC9
RGB20995201
HSL304°55.34%59.61%
HSB/HSV304°54.55%81.96%
CMYK0.00%54.55%3.83%
18.04%

Color #D15FC9 in popluar number systems.

HEXD15FC9
Decimal20995201
Binary11010001101111111001001
Octal321137311

Shades and tints

Shades of #D15FC9

#D15FC9
(209,95,201)
#BE57B7
(190,87,183)
#AB4FA5
(171,79,165)
#984793
(152,71,147)
#853F81
(133,63,129)
#72376F
(114,55,111)
#5F2F5D
(95,47,93)
#4C274B
(76,39,75)
#391F39
(57,31,57)
#261727
(38,23,39)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #D15FC9

#D15FC9
(209,95,201)
#D56DCD
(213,109,205)
#D97BD1
(217,123,209)
#DD89D5
(221,137,213)
#E197D9
(225,151,217)
#E5A5DD
(229,165,221)
#E9B3E1
(233,179,225)
#EDC1E5
(237,193,229)
#F1CFE9
(241,207,233)
#F5DDED
(245,221,237)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D15FC9 color. Also use rgb(209,95,201) instead hex code.

Text Font Color

.myTextColor { color: #D15FC9; }

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

This text font color is #D15FC9.


Background Color

.myBgColor { background-color: #D15FC9; }

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

This div background color is #D15FC9.


Border color

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

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

This div border color is #D15FC9.


Opacity

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

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

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

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

This text has shadow with #D15FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D15FC9 on black background.


Color preview on white background

This text has color #D15FC9 on white background.



Black color preview on #D15FC9 background

This text has black color on #D15FC9 background.


White color preview on #D15FC9 background

This text has white color on #D15FC9 background.