COLOR #D590AF

HEX: #D590AF RGB: (213,144,175)

Color info

#D590AF contains mainly red and blue colors. Web safe color of #D590AF is #CC9999 (or #C99).

RGB color model

#D590AF color RGB value is (213,144,175).

RGB: (213,144,175) (84%, 56%, 69%)

RGB channels and saturation

R 213 of 255 = 84%
G 144 of 255 = 56%
B 175 of 255 = 69%

213
144
175

R + G + B ~ 70%. #D590AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 144 + 175 = 532 (100%)
R 213 of 532 ~ 40.04%
G 144 of 532 ~ 27.07%
B 175 of 532 ~ 32.89'%

%40.04
%27.07
%32.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 17.84%
  • key color value is 16.47%

CMYK: (0,32,18,16)
C0M32Y18K16 (0%, 32%, 18%, 16%)
(0.00 / 0.32 / 0.18 / 0.16)

CMYK percentages

%0
%32.39
%17.84
%16.47

Codes

Color #D590AF in popluar color models

D5 90 AF
RGB 213 144 175
HSL 333° 45.10% 70.00%
HSB/HSV 333° 32.39% 83.53%
CMYK 0.00% 32.39% 17.84%
16.47%

Color #D590AF in popluar number systems.

HEX D5 90 AF
Decimal 213 144 175
Binary 11010101 10010000 10101111
Octal 325 220 257

Shades and tints

Shades of #D590AF

#D590AF
(213,144,175)
#C283A0
(194,131,160)
#AF7691
(175,118,145)
#9C6982
(156,105,130)
#895C73
(137,92,115)
#764F64
(118,79,100)
#634255
(99,66,85)
#503546
(80,53,70)
#3D2837
(61,40,55)
#2A1B28
(42,27,40)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #D590AF

#D590AF
(213,144,175)
#D89AB6
(216,154,182)
#DBA4BD
(219,164,189)
#DEAEC4
(222,174,196)
#E1B8CB
(225,184,203)
#E4C2D2
(228,194,210)
#E7CCD9
(231,204,217)
#EAD6E0
(234,214,224)
#EDE0E7
(237,224,231)
#F0EAEE
(240,234,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D590AF; }

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

This text font color is #D590AF.

Background Color

.myBgColor { background-color: #D590AF; }

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

This div background color is #D590AF.

Border color

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

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

This div border color is #D590AF.

Opacity

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

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

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

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

This text has shadow with #D590AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D590AF.

Preview

Color preview on black background

This text has color #D590AF on black background.


Color preview on white background

This text has color #D590AF on white background.


Black color preview on #D590AF background

This text has black color on #D590AF background.


White color preview on #D590AF background

This text has white color on #D590AF background.


Related colors

Complementary color

Complementary color for #hex is #2A6F50.


I love getcolorcode.com

Triadic colors

1 #AFD590 and #90AFD5 with #D590AF are triadic colors.

2 #AF90D5 and #90D5AF with #D590AF are triadic colors.