COLOR #D845B4

HEX: #D845B4
RGB: (216,69,180)

Color info

#D845B4 contains mainly red and blue colors. Web safe color of #D845B4 is #CC33CC (or #C3C).

RGB color model

#D845B4 color RGB value is (216,69,180).

  • red value is 216;
  • green value is 69;
  • blue value is 180.
RGB:
(216,69,180)
(85%,27%,71%)

RGB channels and saturation

R 216 of 255 = 85%
G 69 of 255 = 27%
B 180 of 255 = 71%

216
69
180

R + G + B ~ 61%. #D845B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 69 + 180 = 465 (100%)
R 216 of 465 ~ 46.45%
G 69 of 465 ~ 14.84%
B 180 of 465 ~ 38.71%

%46.45
%14.84
%38.71

CMYK color model

#D845B4 color CMYK value is (0,68,17,15).

  • cyan value is 0.00%
  • magenta value is 68.06%
  • yellow value is 16.67%
  • key color value is 15.29%
CMYK:
(0,68,17,15)
C0M68Y17K15 
(0%,68%,17%,15%)
(0.00/0.68/0.17/0.15)	

CMYK percentages

%0
%68.06
%16.67
%15.29

Codes

Color #D845B4 in popluar color models

D845B4
RGB21669180
HSL315°65.33%55.88%
HSB/HSV315°68.06%84.71%
CMYK0.00%68.06%16.67%
15.29%

Color #D845B4 in popluar number systems.

HEXD845B4
Decimal21669180
Binary11011000100010110110100
Octal330105264

Shades and tints

Shades of #D845B4

#D845B4
(216,69,180)
#C53FA4
(197,63,164)
#B23994
(178,57,148)
#9F3384
(159,51,132)
#8C2D74
(140,45,116)
#792764
(121,39,100)
#662154
(102,33,84)
#531B44
(83,27,68)
#401534
(64,21,52)
#2D0F24
(45,15,36)
#1A0914
(26,9,20)
#000000
(0,0,0)

Tints of #D845B4

#D845B4
(216,69,180)
#DB55BA
(219,85,186)
#DE65C0
(222,101,192)
#E175C6
(225,117,198)
#E485CC
(228,133,204)
#E795D2
(231,149,210)
#EAA5D8
(234,165,216)
#EDB5DE
(237,181,222)
#F0C5E4
(240,197,228)
#F3D5EA
(243,213,234)
#F6E5F0
(246,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D845B4 color. Also use rgb(216,69,180) instead hex code.

Text Font Color

.myTextColor { color: #D845B4; }

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

This text font color is #D845B4.


Background Color

.myBgColor { background-color: #D845B4; }

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

This div background color is #D845B4.


Border color

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

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

This div border color is #D845B4.


Opacity

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

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

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

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

This text has shadow with #D845B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D845B4 on black background.


Color preview on white background

This text has color #D845B4 on white background.



Black color preview on #D845B4 background

This text has black color on #D845B4 background.


White color preview on #D845B4 background

This text has white color on #D845B4 background.