COLOR #D589AD

HEX: #D589AD
RGB: (213,137,173)

Renk bilgisi

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

RGB renk modeli

#D589AD color RGB value is (213,137,173).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 137 of 255 = 54%
B 173 of 255 = 68%

213
137
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 137 + 173 = 523 (100%)
R 213 of 523 ~ 40.73%
G 137 of 523 ~ 26.2%
B 173 of 523 ~ 33.08%

%40.73
%26.2
%33.08

CMYK RENK MODELİ

#D589AD rengi CMYK tonu (0,36,19,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.68%
  • sarı tonu 18.78%
  • ana renk tonu 16.47%
CMYK:
(0,36,19,16)
C0M36Y19K16 
(0%,36%,19%,16%)
(0.00/0.36/0.19/0.16)	

CMYK yüzdeleri

%0
%35.68
%18.78
%16.47

Codes

Color #D589AD in popluar color models

D589AD
RGB213137173
HSL332°47.50%68.63%
HSB/HSV332°35.68%83.53%
CMYK0.00%35.68%18.78%
16.47%

Color #D589AD in popluar number systems.

HEXD589AD
Decimal213137173
Binary110101011000100110101101
Octal325211255

Shades and tints

Shades of #D589AD

#D589AD
(213,137,173)
#C27D9E
(194,125,158)
#AF718F
(175,113,143)
#9C6580
(156,101,128)
#895971
(137,89,113)
#764D62
(118,77,98)
#634153
(99,65,83)
#503544
(80,53,68)
#3D2935
(61,41,53)
#2A1D26
(42,29,38)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #D589AD

#D589AD
(213,137,173)
#D893B4
(216,147,180)
#DB9DBB
(219,157,187)
#DEA7C2
(222,167,194)
#E1B1C9
(225,177,201)
#E4BBD0
(228,187,208)
#E7C5D7
(231,197,215)
#EACFDE
(234,207,222)
#EDD9E5
(237,217,229)
#F0E3EC
(240,227,236)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D589AD; }

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

This text font color is #D589AD.


Background Color

.myBgColor { background-color: #D589AD; }

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

This div background color is #D589AD.


Border color

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

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

This div border color is #D589AD.


Opacity

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

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

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

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

This text has shadow with #D589AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D589AD on black background.


Color preview on white background

This text has color #D589AD on white background.



Black color preview on #D589AD background

This text has black color on #D589AD background.


White color preview on #D589AD background

This text has white color on #D589AD background.