COLOR #D154A8

HEX: #D154A8
RGB: (209,84,168)

Color info

#D154A8 contains mainly red and blue colors. Web safe color of #D154A8 is #CC6699 (or #C69).

RGB color model

#D154A8 color RGB value is (209,84,168).

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

RGB channels and saturation

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

209
84
168

R + G + B ~ 60%. #D154A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 84 + 168 = 461 (100%)
R 209 of 461 ~ 45.34%
G 84 of 461 ~ 18.22%
B 168 of 461 ~ 36.44%

%45.34
%18.22
%36.44

CMYK color model

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

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

CMYK percentages

%0
%59.81
%19.62
%18.04

Codes

Color #D154A8 in popluar color models

D154A8
RGB20984168
HSL320°57.60%57.45%
HSB/HSV320°59.81%81.96%
CMYK0.00%59.81%19.62%
18.04%

Color #D154A8 in popluar number systems.

HEXD154A8
Decimal20984168
Binary11010001101010010101000
Octal321124250

Shades and tints

Shades of #D154A8

#D154A8
(209,84,168)
#BE4D99
(190,77,153)
#AB468A
(171,70,138)
#983F7B
(152,63,123)
#85386C
(133,56,108)
#72315D
(114,49,93)
#5F2A4E
(95,42,78)
#4C233F
(76,35,63)
#391C30
(57,28,48)
#261521
(38,21,33)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #D154A8

#D154A8
(209,84,168)
#D563AF
(213,99,175)
#D972B6
(217,114,182)
#DD81BD
(221,129,189)
#E190C4
(225,144,196)
#E59FCB
(229,159,203)
#E9AED2
(233,174,210)
#EDBDD9
(237,189,217)
#F1CCE0
(241,204,224)
#F5DBE7
(245,219,231)
#F9EAEE
(249,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D154A8; }

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

This text font color is #D154A8.


Background Color

.myBgColor { background-color: #D154A8; }

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

This div background color is #D154A8.


Border color

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

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

This div border color is #D154A8.


Opacity

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

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

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

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

This text has shadow with #D154A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D154A8 on black background.


Color preview on white background

This text has color #D154A8 on white background.



Black color preview on #D154A8 background

This text has black color on #D154A8 background.


White color preview on #D154A8 background

This text has white color on #D154A8 background.