COLOR #D592BD

HEX: #D592BD
RGB: (213,146,189)

Color info

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

RGB color model

#D592BD color RGB value is (213,146,189).

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

RGB channels and saturation

R 213 of 255 = 84%
G 146 of 255 = 57%
B 189 of 255 = 74%

213
146
189

R + G + B ~ 72%. #D592BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 146 + 189 = 548 (100%)
R 213 of 548 ~ 38.87%
G 146 of 548 ~ 26.64%
B 189 of 548 ~ 34.49%

%38.87
%26.64
%34.49

CMYK color model

#D592BD color CMYK value is (0,31,11,16).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 11.27%
  • key color value is 16.47%
CMYK:
(0,31,11,16)
C0M31Y11K16 
(0%,31%,11%,16%)
(0.00/0.31/0.11/0.16)	

CMYK percentages

%0
%31.46
%11.27
%16.47

Codes

Color #D592BD in popluar color models

D592BD
RGB213146189
HSL321°44.37%70.39%
HSB/HSV321°31.46%83.53%
CMYK0.00%31.46%11.27%
16.47%

Color #D592BD in popluar number systems.

HEXD592BD
Decimal213146189
Binary110101011001001010111101
Octal325222275

Shades and tints

Shades of #D592BD

#D592BD
(213,146,189)
#C285AC
(194,133,172)
#AF789B
(175,120,155)
#9C6B8A
(156,107,138)
#895E79
(137,94,121)
#765168
(118,81,104)
#634457
(99,68,87)
#503746
(80,55,70)
#3D2A35
(61,42,53)
#2A1D24
(42,29,36)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #D592BD

#D592BD
(213,146,189)
#D89BC3
(216,155,195)
#DBA4C9
(219,164,201)
#DEADCF
(222,173,207)
#E1B6D5
(225,182,213)
#E4BFDB
(228,191,219)
#E7C8E1
(231,200,225)
#EAD1E7
(234,209,231)
#EDDAED
(237,218,237)
#F0E3F3
(240,227,243)
#F3ECF9
(243,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D592BD; }

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

This text font color is #D592BD.


Background Color

.myBgColor { background-color: #D592BD; }

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

This div background color is #D592BD.


Border color

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

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

This div border color is #D592BD.


Opacity

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

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

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

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

This text has shadow with #D592BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D592BD on black background.


Color preview on white background

This text has color #D592BD on white background.



Black color preview on #D592BD background

This text has black color on #D592BD background.


White color preview on #D592BD background

This text has white color on #D592BD background.