COLOR #D592EC

HEX: #D592EC RGB: (213,146,236)

Color info

#D592EC contains mainly red and blue colors. Web safe color of #D592EC is #CC99FF (or #C9F).

RGB color model

#D592EC color RGB value is (213,146,236).

RGB: (213,146,236) (84%, 57%, 93%)

RGB channels and saturation

R 213 of 255 = 84%
G 146 of 255 = 57%
B 236 of 255 = 93%

213
146
236

R + G + B ~ 78%. #D592EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 146 + 236 = 595 (100%)
R 213 of 595 ~ 35.8%
G 146 of 595 ~ 24.54%
B 236 of 595 ~ 39.66'%

%35.8
%24.54
%39.66

CMYK color model

#D592EC color CMYK value is (10,38,0,7).

  • cyan value is 9.75%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (10,38,0,7)
C10M38Y0K7 (10%, 38%, 0%, 7%)
(0.10 / 0.38 / 0.00 / 0.07)

CMYK percentages

%9.75
%38.14
%0
%7.45

Codes

Color #D592EC in popluar color models

D5 92 EC
RGB 213 146 236
HSL 285° 70.31% 74.90%
HSB/HSV 285° 38.14% 92.55%
CMYK 9.75% 38.14% 0.00%
7.45%

Color #D592EC in popluar number systems.

HEX D5 92 EC
Decimal 213 146 236
Binary 11010101 10010010 11101100
Octal 325 222 354

Shades and tints

Shades of #D592EC

#D592EC
(213,146,236)
#C285D7
(194,133,215)
#AF78C2
(175,120,194)
#9C6BAD
(156,107,173)
#895E98
(137,94,152)
#765183
(118,81,131)
#63446E
(99,68,110)
#503759
(80,55,89)
#3D2A44
(61,42,68)
#2A1D2F
(42,29,47)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #D592EC

#D592EC
(213,146,236)
#D89BED
(216,155,237)
#DBA4EE
(219,164,238)
#DEADEF
(222,173,239)
#E1B6F0
(225,182,240)
#E4BFF1
(228,191,241)
#E7C8F2
(231,200,242)
#EAD1F3
(234,209,243)
#EDDAF4
(237,218,244)
#F0E3F5
(240,227,245)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D592EC; }

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

This text font color is #D592EC.

Background Color

.myBgColor { background-color: #D592EC; }

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

This div background color is #D592EC.

Border color

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

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

This div border color is #D592EC.

Opacity

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

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

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

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

This text has shadow with #D592EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D592EC.

Preview

Color preview on black background

This text has color #D592EC on black background.


Color preview on white background

This text has color #D592EC on white background.


Black color preview on #D592EC background

This text has black color on #D592EC background.


White color preview on #D592EC background

This text has white color on #D592EC background.


Related colors

Complementary color

Complementary color for #hex is #2A6D13.


I love getcolorcode.com

Triadic colors

1 #ECD592 and #92ECD5 with #D592EC are triadic colors.

2 #EC92D5 and #92D5EC with #D592EC are triadic colors.