COLOR #D154D1

HEX: #D154D1
RGB: (209,84,209)

Color info

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

RGB color model

#D154D1 color RGB value is (209,84,209).

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

RGB channels and saturation

R 209 of 255 = 82%
G 84 of 255 = 33%
B 209 of 255 = 82%

209
84
209

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

Portions of RGB colors in percentages

R + G + B =
209 + 84 + 209 = 502 (100%)
R 209 of 502 ~ 41.63%
G 84 of 502 ~ 16.73%
B 209 of 502 ~ 41.63%

%41.63
%16.73
%41.63

CMYK color model

#D154D1 color CMYK value is (0,60,0,18).

  • cyan value is 0.00%
  • magenta value is 59.81%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(0,60,0,18)
C0M60Y0K18 
(0%,60%,0%,18%)
(0.00/0.60/0.00/0.18)	

CMYK percentages

%0
%59.81
%0
%18.04

Codes

Color #D154D1 in popluar color models

D154D1
RGB20984209
HSL300°57.60%57.45%
HSB/HSV300°59.81%81.96%
CMYK0.00%59.81%0.00%
18.04%

Color #D154D1 in popluar number systems.

HEXD154D1
Decimal20984209
Binary11010001101010011010001
Octal321124321

Shades and tints

Shades of #D154D1

#D154D1
(209,84,209)
#BE4DBE
(190,77,190)
#AB46AB
(171,70,171)
#983F98
(152,63,152)
#853885
(133,56,133)
#723172
(114,49,114)
#5F2A5F
(95,42,95)
#4C234C
(76,35,76)
#391C39
(57,28,57)
#261526
(38,21,38)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #D154D1

#D154D1
(209,84,209)
#D563D5
(213,99,213)
#D972D9
(217,114,217)
#DD81DD
(221,129,221)
#E190E1
(225,144,225)
#E59FE5
(229,159,229)
#E9AEE9
(233,174,233)
#EDBDED
(237,189,237)
#F1CCF1
(241,204,241)
#F5DBF5
(245,219,245)
#F9EAF9
(249,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D154D1; }

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

This text font color is #D154D1.


Background Color

.myBgColor { background-color: #D154D1; }

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

This div background color is #D154D1.


Border color

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

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

This div border color is #D154D1.


Opacity

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

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

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

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

This text has shadow with #D154D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D154D1 on black background.


Color preview on white background

This text has color #D154D1 on white background.



Black color preview on #D154D1 background

This text has black color on #D154D1 background.


White color preview on #D154D1 background

This text has white color on #D154D1 background.