COLOR #D476C8

HEX: #D476C8
RGB: (212,118,200)

Renk bilgisi

#D476C8 contains mainly red and blue colors. #D476C8 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#D476C8 color RGB value is (212,118,200).

  • kırmız ton 212;
  • yeşil ton 118;
  • mavi ton 200.
RGB:
(212,118,200)
(83%,46%,78%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 118 of 255 = 46%
B 200 of 255 = 78%

212
118
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 118 + 200 = 530 (100%)
R 212 of 530 ~ 40%
G 118 of 530 ~ 22.26%
B 200 of 530 ~ 37.74%

%40
%22.26
%37.74

CMYK RENK MODELİ

#D476C8 rengi CMYK tonu (0,44,6,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.34%
  • sarı tonu 5.66%
  • ana renk tonu 16.86%
CMYK:
(0,44,6,17)
C0M44Y6K17 
(0%,44%,6%,17%)
(0.00/0.44/0.06/0.17)	

CMYK yüzdeleri

%0
%44.34
%5.66
%16.86

Codes

Color #D476C8 in popluar color models

D476C8
RGB212118200
HSL308°52.22%64.71%
HSB/HSV308°44.34%83.14%
CMYK0.00%44.34%5.66%
16.86%

Color #D476C8 in popluar number systems.

HEXD476C8
Decimal212118200
Binary11010100111011011001000
Octal324166310

Shades and tints

Shades of #D476C8

#D476C8
(212,118,200)
#C16CB6
(193,108,182)
#AE62A4
(174,98,164)
#9B5892
(155,88,146)
#884E80
(136,78,128)
#75446E
(117,68,110)
#623A5C
(98,58,92)
#4F304A
(79,48,74)
#3C2638
(60,38,56)
#291C26
(41,28,38)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #D476C8

#D476C8
(212,118,200)
#D782CD
(215,130,205)
#DA8ED2
(218,142,210)
#DD9AD7
(221,154,215)
#E0A6DC
(224,166,220)
#E3B2E1
(227,178,225)
#E6BEE6
(230,190,230)
#E9CAEB
(233,202,235)
#ECD6F0
(236,214,240)
#EFE2F5
(239,226,245)
#F2EEFA
(242,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D476C8 color. Also use rgb(212,118,200) instead hex code.

Text Font Color

.myTextColor { color: #D476C8; }

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

This text font color is #D476C8.


Background Color

.myBgColor { background-color: #D476C8; }

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

This div background color is #D476C8.


Border color

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

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

This div border color is #D476C8.


Opacity

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

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

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

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

This text has shadow with #D476C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D476C8 on black background.


Color preview on white background

This text has color #D476C8 on white background.



Black color preview on #D476C8 background

This text has black color on #D476C8 background.


White color preview on #D476C8 background

This text has white color on #D476C8 background.