COLOR #D592B9

HEX: #D592B9
RGB: (213,146,185)

Color info

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

RGB color model

#D592B9 color RGB value is (213,146,185).

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

RGB channels and saturation

R 213 of 255 = 84%
G 146 of 255 = 57%
B 185 of 255 = 73%

213
146
185

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

Portions of RGB colors in percentages

R + G + B =
213 + 146 + 185 = 544 (100%)
R 213 of 544 ~ 39.15%
G 146 of 544 ~ 26.84%
B 185 of 544 ~ 34.01%

%39.15
%26.84
%34.01

CMYK color model

#D592B9 color CMYK value is (0,31,13,16).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 13.15%
  • key color value is 16.47%
CMYK:
(0,31,13,16)
C0M31Y13K16 
(0%,31%,13%,16%)
(0.00/0.31/0.13/0.16)	

CMYK percentages

%0
%31.46
%13.15
%16.47

Codes

Color #D592B9 in popluar color models

D592B9
RGB213146185
HSL325°44.37%70.39%
HSB/HSV325°31.46%83.53%
CMYK0.00%31.46%13.15%
16.47%

Color #D592B9 in popluar number systems.

HEXD592B9
Decimal213146185
Binary110101011001001010111001
Octal325222271

Shades and tints

Shades of #D592B9

#D592B9
(213,146,185)
#C285A9
(194,133,169)
#AF7899
(175,120,153)
#9C6B89
(156,107,137)
#895E79
(137,94,121)
#765169
(118,81,105)
#634459
(99,68,89)
#503749
(80,55,73)
#3D2A39
(61,42,57)
#2A1D29
(42,29,41)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #D592B9

#D592B9
(213,146,185)
#D89BBF
(216,155,191)
#DBA4C5
(219,164,197)
#DEADCB
(222,173,203)
#E1B6D1
(225,182,209)
#E4BFD7
(228,191,215)
#E7C8DD
(231,200,221)
#EAD1E3
(234,209,227)
#EDDAE9
(237,218,233)
#F0E3EF
(240,227,239)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D592B9; }

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

This text font color is #D592B9.


Background Color

.myBgColor { background-color: #D592B9; }

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

This div background color is #D592B9.


Border color

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

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

This div border color is #D592B9.


Opacity

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

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

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

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

This text has shadow with #D592B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D592B9 on black background.


Color preview on white background

This text has color #D592B9 on white background.



Black color preview on #D592B9 background

This text has black color on #D592B9 background.


White color preview on #D592B9 background

This text has white color on #D592B9 background.