COLOR #D592CD

HEX: #D592CD RGB: (213,146,205)

Color info

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

RGB color model

#D592CD color RGB value is (213,146,205).

RGB: (213,146,205) (84%, 57%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 146 of 255 = 57%
B 205 of 255 = 80%

213
146
205

R + G + B ~ 74%. #D592CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 146 + 205 = 564 (100%)
R 213 of 564 ~ 37.77%
G 146 of 564 ~ 25.89%
B 205 of 564 ~ 36.35'%

%37.77
%25.89
%36.35

CMYK color model

#D592CD color CMYK value is (0,31,4,16).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 3.76%
  • key color value is 16.47%

CMYK: (0,31,4,16)
C0M31Y4K16 (0%, 31%, 4%, 16%)
(0.00 / 0.31 / 0.04 / 0.16)

CMYK percentages

%0
%31.46
%3.76
%16.47

Codes

Color #D592CD in popluar color models

D5 92 CD
RGB 213 146 205
HSL 307° 44.37% 70.39%
HSB/HSV 307° 31.46% 83.53%
CMYK 0.00% 31.46% 3.76%
16.47%

Color #D592CD in popluar number systems.

HEX D5 92 CD
Decimal 213 146 205
Binary 11010101 10010010 11001101
Octal 325 222 315

Shades and tints

Shades of #D592CD

#D592CD
(213,146,205)
#C285BB
(194,133,187)
#AF78A9
(175,120,169)
#9C6B97
(156,107,151)
#895E85
(137,94,133)
#765173
(118,81,115)
#634461
(99,68,97)
#50374F
(80,55,79)
#3D2A3D
(61,42,61)
#2A1D2B
(42,29,43)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #D592CD

#D592CD
(213,146,205)
#D89BD1
(216,155,209)
#DBA4D5
(219,164,213)
#DEADD9
(222,173,217)
#E1B6DD
(225,182,221)
#E4BFE1
(228,191,225)
#E7C8E5
(231,200,229)
#EAD1E9
(234,209,233)
#EDDAED
(237,218,237)
#F0E3F1
(240,227,241)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D592CD; }

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

This text font color is #D592CD.

Background Color

.myBgColor { background-color: #D592CD; }

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

This div background color is #D592CD.

Border color

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

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

This div border color is #D592CD.

Opacity

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

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

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

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

This text has shadow with #D592CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D592CD.

Preview

Color preview on black background

This text has color #D592CD on black background.


Color preview on white background

This text has color #D592CD on white background.


Black color preview on #D592CD background

This text has black color on #D592CD background.


White color preview on #D592CD background

This text has white color on #D592CD background.


Related colors

Complementary color

Complementary color for #hex is #2A6D32.


I love getcolorcode.com

Triadic colors

1 #CDD592 and #92CDD5 with #D592CD are triadic colors.

2 #CD92D5 and #92D5CD with #D592CD are triadic colors.