COLOR #D390B7

HEX: #D390B7
RGB: (211,144,183)

Color info

#D390B7 contains mainly red and blue colors. Web safe color of #D390B7 is #CC99CC (or #C9C).

RGB color model

#D390B7 color RGB value is (211,144,183).

  • red value is 211;
  • green value is 144;
  • blue value is 183.
RGB:
(211,144,183)
(83%,56%,72%)

RGB channels and saturation

R 211 of 255 = 83%
G 144 of 255 = 56%
B 183 of 255 = 72%

211
144
183

R + G + B ~ 70%. #D390B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 144 + 183 = 538 (100%)
R 211 of 538 ~ 39.22%
G 144 of 538 ~ 26.77%
B 183 of 538 ~ 34.01%

%39.22
%26.77
%34.01

CMYK color model

#D390B7 color CMYK value is (0,32,13,17).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 13.27%
  • key color value is 17.25%
CMYK:
(0,32,13,17)
C0M32Y13K17 
(0%,32%,13%,17%)
(0.00/0.32/0.13/0.17)	

CMYK percentages

%0
%31.75
%13.27
%17.25

Codes

Color #D390B7 in popluar color models

D390B7
RGB211144183
HSL325°43.23%69.61%
HSB/HSV325°31.75%82.75%
CMYK0.00%31.75%13.27%
17.25%

Color #D390B7 in popluar number systems.

HEXD390B7
Decimal211144183
Binary110100111001000010110111
Octal323220267

Shades and tints

Shades of #D390B7

#D390B7
(211,144,183)
#C083A7
(192,131,167)
#AD7697
(173,118,151)
#9A6987
(154,105,135)
#875C77
(135,92,119)
#744F67
(116,79,103)
#614257
(97,66,87)
#4E3547
(78,53,71)
#3B2837
(59,40,55)
#281B27
(40,27,39)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #D390B7

#D390B7
(211,144,183)
#D79ABD
(215,154,189)
#DBA4C3
(219,164,195)
#DFAEC9
(223,174,201)
#E3B8CF
(227,184,207)
#E7C2D5
(231,194,213)
#EBCCDB
(235,204,219)
#EFD6E1
(239,214,225)
#F3E0E7
(243,224,231)
#F7EAED
(247,234,237)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D390B7 color. Also use rgb(211,144,183) instead hex code.

Text Font Color

.myTextColor { color: #D390B7; }

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

This text font color is #D390B7.


Background Color

.myBgColor { background-color: #D390B7; }

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

This div background color is #D390B7.


Border color

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

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

This div border color is #D390B7.


Opacity

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

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

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

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

This text has shadow with #D390B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D390B7 on black background.


Color preview on white background

This text has color #D390B7 on white background.



Black color preview on #D390B7 background

This text has black color on #D390B7 background.


White color preview on #D390B7 background

This text has white color on #D390B7 background.