COLOR #D376AD

HEX: #D376AD
RGB: (211,118,173)

Renk bilgisi

#D376AD contains mainly red and blue colors. #D376AD ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#D376AD color RGB value is (211,118,173).

  • kırmız ton 211;
  • yeşil ton 118;
  • mavi ton 173.
RGB:
(211,118,173)
(83%,46%,68%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 118 of 255 = 46%
B 173 of 255 = 68%

211
118
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 118 + 173 = 502 (100%)
R 211 of 502 ~ 42.03%
G 118 of 502 ~ 23.51%
B 173 of 502 ~ 34.46%

%42.03
%23.51
%34.46

CMYK RENK MODELİ

#D376AD rengi CMYK tonu (0,44,18,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.08%
  • sarı tonu 18.01%
  • ana renk tonu 17.25%
CMYK:
(0,44,18,17)
C0M44Y18K17 
(0%,44%,18%,17%)
(0.00/0.44/0.18/0.17)	

CMYK yüzdeleri

%0
%44.08
%18.01
%17.25

Codes

Color #D376AD in popluar color models

D376AD
RGB211118173
HSL325°51.38%64.51%
HSB/HSV325°44.08%82.75%
CMYK0.00%44.08%18.01%
17.25%

Color #D376AD in popluar number systems.

HEXD376AD
Decimal211118173
Binary11010011111011010101101
Octal323166255

Shades and tints

Shades of #D376AD

#D376AD
(211,118,173)
#C06C9E
(192,108,158)
#AD628F
(173,98,143)
#9A5880
(154,88,128)
#874E71
(135,78,113)
#744462
(116,68,98)
#613A53
(97,58,83)
#4E3044
(78,48,68)
#3B2635
(59,38,53)
#281C26
(40,28,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #D376AD

#D376AD
(211,118,173)
#D782B4
(215,130,180)
#DB8EBB
(219,142,187)
#DF9AC2
(223,154,194)
#E3A6C9
(227,166,201)
#E7B2D0
(231,178,208)
#EBBED7
(235,190,215)
#EFCADE
(239,202,222)
#F3D6E5
(243,214,229)
#F7E2EC
(247,226,236)
#FBEEF3
(251,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D376AD color. Also use rgb(211,118,173) instead hex code.

Text Font Color

.myTextColor { color: #D376AD; }

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

This text font color is #D376AD.


Background Color

.myBgColor { background-color: #D376AD; }

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

This div background color is #D376AD.


Border color

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

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

This div border color is #D376AD.


Opacity

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

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

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

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

This text has shadow with #D376AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D376AD on black background.


Color preview on white background

This text has color #D376AD on white background.



Black color preview on #D376AD background

This text has black color on #D376AD background.


White color preview on #D376AD background

This text has white color on #D376AD background.