COLOR #D587AD

HEX: #D587AD
RGB: (213,135,173)

Renk bilgisi

#D587AD contains mainly red and blue colors. #D587AD ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#D587AD color RGB value is (213,135,173).

  • kırmız ton 213;
  • yeşil ton 135;
  • mavi ton 173.
RGB:
(213,135,173)
(84%,53%,68%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 135 of 255 = 53%
B 173 of 255 = 68%

213
135
173

R + G + B ~ 68%. #D587AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 135 + 173 = 521 (100%)
R 213 of 521 ~ 40.88%
G 135 of 521 ~ 25.91%
B 173 of 521 ~ 33.21%

%40.88
%25.91
%33.21

CMYK RENK MODELİ

#D587AD rengi CMYK tonu (0,37,19,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.62%
  • sarı tonu 18.78%
  • ana renk tonu 16.47%
CMYK:
(0,37,19,16)
C0M37Y19K16 
(0%,37%,19%,16%)
(0.00/0.37/0.19/0.16)	

CMYK yüzdeleri

%0
%36.62
%18.78
%16.47

Codes

Color #D587AD in popluar color models

D587AD
RGB213135173
HSL331°48.15%68.24%
HSB/HSV331°36.62%83.53%
CMYK0.00%36.62%18.78%
16.47%

Color #D587AD in popluar number systems.

HEXD587AD
Decimal213135173
Binary110101011000011110101101
Octal325207255

Shades and tints

Shades of #D587AD

#D587AD
(213,135,173)
#C27B9E
(194,123,158)
#AF6F8F
(175,111,143)
#9C6380
(156,99,128)
#895771
(137,87,113)
#764B62
(118,75,98)
#633F53
(99,63,83)
#503344
(80,51,68)
#3D2735
(61,39,53)
#2A1B26
(42,27,38)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #D587AD

#D587AD
(213,135,173)
#D891B4
(216,145,180)
#DB9BBB
(219,155,187)
#DEA5C2
(222,165,194)
#E1AFC9
(225,175,201)
#E4B9D0
(228,185,208)
#E7C3D7
(231,195,215)
#EACDDE
(234,205,222)
#EDD7E5
(237,215,229)
#F0E1EC
(240,225,236)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D587AD color. Also use rgb(213,135,173) instead hex code.

Text Font Color

.myTextColor { color: #D587AD; }

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

This text font color is #D587AD.


Background Color

.myBgColor { background-color: #D587AD; }

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

This div background color is #D587AD.


Border color

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

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

This div border color is #D587AD.


Opacity

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

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

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

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

This text has shadow with #D587AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D587AD on black background.


Color preview on white background

This text has color #D587AD on white background.



Black color preview on #D587AD background

This text has black color on #D587AD background.


White color preview on #D587AD background

This text has white color on #D587AD background.