COLOR #D844B6

HEX: #D844B6
RGB: (216,68,182)

Color info

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

RGB color model

#D844B6 color RGB value is (216,68,182).

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

RGB channels and saturation

R 216 of 255 = 85%
G 68 of 255 = 27%
B 182 of 255 = 71%

216
68
182

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

Portions of RGB colors in percentages

R + G + B =
216 + 68 + 182 = 466 (100%)
R 216 of 466 ~ 46.35%
G 68 of 466 ~ 14.59%
B 182 of 466 ~ 39.06%

%46.35
%14.59
%39.06

CMYK color model

#D844B6 color CMYK value is (0,69,16,15).

  • cyan value is 0.00%
  • magenta value is 68.52%
  • yellow value is 15.74%
  • key color value is 15.29%
CMYK:
(0,69,16,15)
C0M69Y16K15 
(0%,69%,16%,15%)
(0.00/0.69/0.16/0.15)	

CMYK percentages

%0
%68.52
%15.74
%15.29

Codes

Color #D844B6 in popluar color models

D844B6
RGB21668182
HSL314°65.49%55.69%
HSB/HSV314°68.52%84.71%
CMYK0.00%68.52%15.74%
15.29%

Color #D844B6 in popluar number systems.

HEXD844B6
Decimal21668182
Binary11011000100010010110110
Octal330104266

Shades and tints

Shades of #D844B6

#D844B6
(216,68,182)
#C53EA6
(197,62,166)
#B23896
(178,56,150)
#9F3286
(159,50,134)
#8C2C76
(140,44,118)
#792666
(121,38,102)
#662056
(102,32,86)
#531A46
(83,26,70)
#401436
(64,20,54)
#2D0E26
(45,14,38)
#1A0816
(26,8,22)
#000000
(0,0,0)

Tints of #D844B6

#D844B6
(216,68,182)
#DB55BC
(219,85,188)
#DE66C2
(222,102,194)
#E177C8
(225,119,200)
#E488CE
(228,136,206)
#E799D4
(231,153,212)
#EAAADA
(234,170,218)
#EDBBE0
(237,187,224)
#F0CCE6
(240,204,230)
#F3DDEC
(243,221,236)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D844B6 color. Also use rgb(216,68,182) instead hex code.

Text Font Color

.myTextColor { color: #D844B6; }

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

This text font color is #D844B6.


Background Color

.myBgColor { background-color: #D844B6; }

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

This div background color is #D844B6.


Border color

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

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

This div border color is #D844B6.


Opacity

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

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

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

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

This text has shadow with #D844B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D844B6 on black background.


Color preview on white background

This text has color #D844B6 on white background.



Black color preview on #D844B6 background

This text has black color on #D844B6 background.


White color preview on #D844B6 background

This text has white color on #D844B6 background.