COLOR #D190AE

HEX: #D190AE RGB: (209,144,174)

Color info

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

RGB color model

#D190AE color RGB value is (209,144,174).

RGB: (209,144,174) (82%, 56%, 68%)

RGB channels and saturation

R 209 of 255 = 82%
G 144 of 255 = 56%
B 174 of 255 = 68%

209
144
174

R + G + B ~ 69%. #D190AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 144 + 174 = 527 (100%)
R 209 of 527 ~ 39.66%
G 144 of 527 ~ 27.32%
B 174 of 527 ~ 33.02'%

%39.66
%27.32
%33.02

CMYK color model

#D190AE color CMYK value is (0,31,17,18).

  • cyan value is 0.00%
  • magenta value is 31.10%
  • yellow value is 16.75%
  • key color value is 18.04%

CMYK: (0,31,17,18)
C0M31Y17K18 (0%, 31%, 17%, 18%)
(0.00 / 0.31 / 0.17 / 0.18)

CMYK percentages

%0
%31.1
%16.75
%18.04

Codes

Color #D190AE in popluar color models

D1 90 AE
RGB 209 144 174
HSL 332° 41.40% 69.22%
HSB/HSV 332° 31.10% 81.96%
CMYK 0.00% 31.10% 16.75%
18.04%

Color #D190AE in popluar number systems.

HEX D1 90 AE
Decimal 209 144 174
Binary 11010001 10010000 10101110
Octal 321 220 256

Shades and tints

Shades of #D190AE

#D190AE
(209,144,174)
#BE839F
(190,131,159)
#AB7690
(171,118,144)
#986981
(152,105,129)
#855C72
(133,92,114)
#724F63
(114,79,99)
#5F4254
(95,66,84)
#4C3545
(76,53,69)
#392836
(57,40,54)
#261B27
(38,27,39)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #D190AE

#D190AE
(209,144,174)
#D59AB5
(213,154,181)
#D9A4BC
(217,164,188)
#DDAEC3
(221,174,195)
#E1B8CA
(225,184,202)
#E5C2D1
(229,194,209)
#E9CCD8
(233,204,216)
#EDD6DF
(237,214,223)
#F1E0E6
(241,224,230)
#F5EAED
(245,234,237)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D190AE color. Also use rgb(209,144,174) instead hex code.

Text Font Color

.myTextColor { color: #D190AE; }

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

This text font color is #D190AE.

Background Color

.myBgColor { background-color: #D190AE; }

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

This div background color is #D190AE.

Border color

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

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

This div border color is #D190AE.

Opacity

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

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

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

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

This text has shadow with #D190AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D190AE.

Preview

Color preview on black background

This text has color #D190AE on black background.


Color preview on white background

This text has color #D190AE on white background.


Black color preview on #D190AE background

This text has black color on #D190AE background.


White color preview on #D190AE background

This text has white color on #D190AE background.


Related colors

Complementary color

Complementary color for #hex is #2E6F51.


I love getcolorcode.com

Triadic colors

1 #AED190 and #90AED1 with #D190AE are triadic colors.

2 #AE90D1 and #90D1AE with #D190AE are triadic colors.