COLOR #D592D6

HEX: #D592D6
RGB: (213,146,214)

Color info

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

RGB color model

#D592D6 color RGB value is (213,146,214).

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

RGB channels and saturation

R 213 of 255 = 84%
G 146 of 255 = 57%
B 214 of 255 = 84%

213
146
214

R + G + B ~ 75%. #D592D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 146 + 214 = 573 (100%)
R 213 of 573 ~ 37.17%
G 146 of 573 ~ 25.48%
B 214 of 573 ~ 37.35%

%37.17
%25.48
%37.35

CMYK color model

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

  • cyan value is 0.47%
  • magenta value is 31.78%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(0,32,0,16)
C0M32Y0K16 
(0%,32%,0%,16%)
(0.00/0.32/0.00/0.16)	

CMYK percentages

%0.47
%31.78
%0
%16.08

Codes

Color #D592D6 in popluar color models

D592D6
RGB213146214
HSL299°45.33%70.59%
HSB/HSV299°31.78%83.92%
CMYK0.47%31.78%0.00%
16.08%

Color #D592D6 in popluar number systems.

HEXD592D6
Decimal213146214
Binary110101011001001011010110
Octal325222326

Shades and tints

Shades of #D592D6

#D592D6
(213,146,214)
#C285C3
(194,133,195)
#AF78B0
(175,120,176)
#9C6B9D
(156,107,157)
#895E8A
(137,94,138)
#765177
(118,81,119)
#634464
(99,68,100)
#503751
(80,55,81)
#3D2A3E
(61,42,62)
#2A1D2B
(42,29,43)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #D592D6

#D592D6
(213,146,214)
#D89BD9
(216,155,217)
#DBA4DC
(219,164,220)
#DEADDF
(222,173,223)
#E1B6E2
(225,182,226)
#E4BFE5
(228,191,229)
#E7C8E8
(231,200,232)
#EAD1EB
(234,209,235)
#EDDAEE
(237,218,238)
#F0E3F1
(240,227,241)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D592D6; }

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

This text font color is #D592D6.


Background Color

.myBgColor { background-color: #D592D6; }

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

This div background color is #D592D6.


Border color

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

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

This div border color is #D592D6.


Opacity

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

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

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

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

This text has shadow with #D592D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D592D6 on black background.


Color preview on white background

This text has color #D592D6 on white background.



Black color preview on #D592D6 background

This text has black color on #D592D6 background.


White color preview on #D592D6 background

This text has white color on #D592D6 background.