COLOR #D590BD

HEX: #D590BD
RGB: (213,144,189)

Color info

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

RGB color model

#D590BD color RGB value is (213,144,189).

  • red value is 213;
  • green value is 144;
  • blue value is 189.
RGB:
(213,144,189)
(84%,56%,74%)

RGB channels and saturation

R 213 of 255 = 84%
G 144 of 255 = 56%
B 189 of 255 = 74%

213
144
189

R + G + B ~ 71%. #D590BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 144 + 189 = 546 (100%)
R 213 of 546 ~ 39.01%
G 144 of 546 ~ 26.37%
B 189 of 546 ~ 34.62%

%39.01
%26.37
%34.62

CMYK color model

#D590BD color CMYK value is (0,32,11,16).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 11.27%
  • key color value is 16.47%
CMYK:
(0,32,11,16)
C0M32Y11K16 
(0%,32%,11%,16%)
(0.00/0.32/0.11/0.16)	

CMYK percentages

%0
%32.39
%11.27
%16.47

Codes

Color #D590BD in popluar color models

D590BD
RGB213144189
HSL321°45.10%70.00%
HSB/HSV321°32.39%83.53%
CMYK0.00%32.39%11.27%
16.47%

Color #D590BD in popluar number systems.

HEXD590BD
Decimal213144189
Binary110101011001000010111101
Octal325220275

Shades and tints

Shades of #D590BD

#D590BD
(213,144,189)
#C283AC
(194,131,172)
#AF769B
(175,118,155)
#9C698A
(156,105,138)
#895C79
(137,92,121)
#764F68
(118,79,104)
#634257
(99,66,87)
#503546
(80,53,70)
#3D2835
(61,40,53)
#2A1B24
(42,27,36)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #D590BD

#D590BD
(213,144,189)
#D89AC3
(216,154,195)
#DBA4C9
(219,164,201)
#DEAECF
(222,174,207)
#E1B8D5
(225,184,213)
#E4C2DB
(228,194,219)
#E7CCE1
(231,204,225)
#EAD6E7
(234,214,231)
#EDE0ED
(237,224,237)
#F0EAF3
(240,234,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D590BD color. Also use rgb(213,144,189) instead hex code.

Text Font Color

.myTextColor { color: #D590BD; }

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

This text font color is #D590BD.


Background Color

.myBgColor { background-color: #D590BD; }

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

This div background color is #D590BD.


Border color

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

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

This div border color is #D590BD.


Opacity

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

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

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

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

This text has shadow with #D590BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D590BD on black background.


Color preview on white background

This text has color #D590BD on white background.



Black color preview on #D590BD background

This text has black color on #D590BD background.


White color preview on #D590BD background

This text has white color on #D590BD background.