COLOR #D575AC

HEX: #D575AC RGB: (213,117,172)

Color info

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

RGB color model

#D575AC color RGB value is (213,117,172).

RGB: (213,117,172) (84%, 46%, 67%)

RGB channels and saturation

R 213 of 255 = 84%
G 117 of 255 = 46%
B 172 of 255 = 67%

213
117
172

R + G + B ~ 66%. #D575AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 117 + 172 = 502 (100%)
R 213 of 502 ~ 42.43%
G 117 of 502 ~ 23.31%
B 172 of 502 ~ 34.26'%

%42.43
%23.31
%34.26

CMYK color model

#D575AC color CMYK value is (0,45,19,16).

  • cyan value is 0.00%
  • magenta value is 45.07%
  • yellow value is 19.25%
  • key color value is 16.47%
CMYK: (0,45,19,16) C0M45Y19K16 (0%,45%,19%,16%) (0.00/0.45/0.19/0.16) 

CMYK percentages

%0
%45.07
%19.25
%16.47

Codes

Color #D575AC in popluar color models

D5 75 AC
RGB 213 117 172
HSL 326° 53.33% 64.71%
HSB/HSV 326° 45.07% 83.53%
CMYK 0.00% 45.07% 19.25%
16.47%

Color #D575AC in popluar number systems.

HEX D5 75 AC
Decimal 213 117 172
Binary 11010101 1110101 10101100
Octal 325 165 254

Shades and tints

Shades of #D575AC

#D575AC
(213,117,172)
#C26B9D
(194,107,157)
#AF618E
(175,97,142)
#9C577F
(156,87,127)
#894D70
(137,77,112)
#764361
(118,67,97)
#633952
(99,57,82)
#502F43
(80,47,67)
#3D2534
(61,37,52)
#2A1B25
(42,27,37)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #D575AC

#D575AC
(213,117,172)
#D881B3
(216,129,179)
#DB8DBA
(219,141,186)
#DE99C1
(222,153,193)
#E1A5C8
(225,165,200)
#E4B1CF
(228,177,207)
#E7BDD6
(231,189,214)
#EAC9DD
(234,201,221)
#EDD5E4
(237,213,228)
#F0E1EB
(240,225,235)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D575AC color. Also use rgb(213,117,172) instead hex code.

Text Font Color

.myTextColor { color: #D575AC; }

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

This text font color is #D575AC.

Background Color

.myBgColor { background-color: #D575AC; }

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

This div background color is #D575AC.

Border color

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

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

This div border color is #D575AC.

Opacity

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

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

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

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

This text has shadow with #D575AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D575AC.

Preview

Color preview on black background

This text has color #D575AC on black background.


Color preview on white background

This text has color #D575AC on white background.


Black color preview on #D575AC background

This text has black color on #D575AC background.


White color preview on #D575AC background

This text has white color on #D575AC background.


Related colors

Complementary color

Complementary color for #hex is #2A8A53.


I love getcolorcode.com

Triadic colors

1 #ACD575 and #75ACD5 with #D575AC are triadic colors.

2 #AC75D5 and #75D5AC with #D575AC are triadic colors.