COLOR #D75AAE

HEX: #D75AAE RGB: (215,90,174)

Color info

#D75AAE contains mainly red and blue colors. Web safe color of #D75AAE is #CC6699 (or #C69).

RGB color model

#D75AAE color RGB value is (215,90,174).

RGB: (215,90,174) (84%, 35%, 68%)

RGB channels and saturation

R 215 of 255 = 84%
G 90 of 255 = 35%
B 174 of 255 = 68%

215
90
174

R + G + B ~ 62%. #D75AAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 90 + 174 = 479 (100%)
R 215 of 479 ~ 44.89%
G 90 of 479 ~ 18.79%
B 174 of 479 ~ 36.33'%

%44.89
%18.79
%36.33

CMYK color model

#D75AAE color CMYK value is (0,58,19,16).

  • cyan value is 0.00%
  • magenta value is 58.14%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK: (0,58,19,16) C0M58Y19K16 (0%,58%,19%,16%) (0.00/0.58/0.19/0.16) 

CMYK percentages

%0
%58.14
%19.07
%15.69

Codes

Color #D75AAE in popluar color models

D7 5A AE
RGB 215 90 174
HSL 320° 60.98% 59.80%
HSB/HSV 320° 58.14% 84.31%
CMYK 0.00% 58.14% 19.07%
15.69%

Color #D75AAE in popluar number systems.

HEX D7 5A AE
Decimal 215 90 174
Binary 11010111 1011010 10101110
Octal 327 132 256

Shades and tints

Shades of #D75AAE

#D75AAE
(215,90,174)
#C4529F
(196,82,159)
#B14A90
(177,74,144)
#9E4281
(158,66,129)
#8B3A72
(139,58,114)
#783263
(120,50,99)
#652A54
(101,42,84)
#522245
(82,34,69)
#3F1A36
(63,26,54)
#2C1227
(44,18,39)
#190A18
(25,10,24)
#000000
(0,0,0)

Tints of #D75AAE

#D75AAE
(215,90,174)
#DA69B5
(218,105,181)
#DD78BC
(221,120,188)
#E087C3
(224,135,195)
#E396CA
(227,150,202)
#E6A5D1
(230,165,209)
#E9B4D8
(233,180,216)
#ECC3DF
(236,195,223)
#EFD2E6
(239,210,230)
#F2E1ED
(242,225,237)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D75AAE color. Also use rgb(215,90,174) instead hex code.

Text Font Color

.myTextColor { color: #D75AAE; }

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

This text font color is #D75AAE.

Background Color

.myBgColor { background-color: #D75AAE; }

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

This div background color is #D75AAE.

Border color

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

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

This div border color is #D75AAE.

Opacity

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

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

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

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

This text has shadow with #D75AAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D75AAE.

Preview

Color preview on black background

This text has color #D75AAE on black background.


Color preview on white background

This text has color #D75AAE on white background.


Black color preview on #D75AAE background

This text has black color on #D75AAE background.


White color preview on #D75AAE background

This text has white color on #D75AAE background.


Related colors

Complementary color

Complementary color for #hex is #28A551.


I love getcolorcode.com

Triadic colors

1 #AED75A and #5AAED7 with #D75AAE are triadic colors.

2 #AE5AD7 and #5AD7AE with #D75AAE are triadic colors.