COLOR #D590FA

HEX: #D590FA RGB: (213,144,250)

Color info

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

RGB color model

#D590FA color RGB value is (213,144,250).

RGB: (213,144,250) (84%, 56%, 98%)

RGB channels and saturation

R 213 of 255 = 84%
G 144 of 255 = 56%
B 250 of 255 = 98%

213
144
250

R + G + B ~ 79%. #D590FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 144 + 250 = 607 (100%)
R 213 of 607 ~ 35.09%
G 144 of 607 ~ 23.72%
B 250 of 607 ~ 41.19'%

%35.09
%23.72
%41.19

CMYK color model

#D590FA color CMYK value is (15,42,0,2).

  • cyan value is 14.80%
  • magenta value is 42.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (15,42,0,2)
C15M42Y0K2 (15%, 42%, 0%, 2%)
(0.15 / 0.42 / 0.00 / 0.02)

CMYK percentages

%14.8
%42.4
%0
%1.96

Codes

Color #D590FA in popluar color models

D5 90 FA
RGB 213 144 250
HSL 279° 91.38% 77.25%
HSB/HSV 279° 42.40% 98.04%
CMYK 14.80% 42.40% 0.00%
1.96%

Color #D590FA in popluar number systems.

HEX D5 90 FA
Decimal 213 144 250
Binary 11010101 10010000 11111010
Octal 325 220 372

Shades and tints

Shades of #D590FA

#D590FA
(213,144,250)
#C283E4
(194,131,228)
#AF76CE
(175,118,206)
#9C69B8
(156,105,184)
#895CA2
(137,92,162)
#764F8C
(118,79,140)
#634276
(99,66,118)
#503560
(80,53,96)
#3D284A
(61,40,74)
#2A1B34
(42,27,52)
#170E1E
(23,14,30)
#000000
(0,0,0)

Tints of #D590FA

#D590FA
(213,144,250)
#D89AFA
(216,154,250)
#DBA4FA
(219,164,250)
#DEAEFA
(222,174,250)
#E1B8FA
(225,184,250)
#E4C2FA
(228,194,250)
#E7CCFA
(231,204,250)
#EAD6FA
(234,214,250)
#EDE0FA
(237,224,250)
#F0EAFA
(240,234,250)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D590FA color. Also use rgb(213,144,250) instead hex code.

Text Font Color

.myTextColor { color: #D590FA; }

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

This text font color is #D590FA.

Background Color

.myBgColor { background-color: #D590FA; }

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

This div background color is #D590FA.

Border color

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

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

This div border color is #D590FA.

Opacity

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

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

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

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

This text has shadow with #D590FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D590FA.

Preview

Color preview on black background

This text has color #D590FA on black background.


Color preview on white background

This text has color #D590FA on white background.


Black color preview on #D590FA background

This text has black color on #D590FA background.


White color preview on #D590FA background

This text has white color on #D590FA background.


Related colors

Complementary color

Complementary color for #hex is #2A6F05.


I love getcolorcode.com

Triadic colors

1 #FAD590 and #90FAD5 with #D590FA are triadic colors.

2 #FA90D5 and #90D5FA with #D590FA are triadic colors.