COLOR #D55ED6

HEX: #D55ED6
RGB: (213,94,214)

Renk bilgisi

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

RGB renk modeli

#D55ED6 color RGB value is (213,94,214).

  • kırmız ton 213;
  • yeşil ton 94;
  • mavi ton 214.
RGB:
(213,94,214)
(84%,37%,84%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 94 of 255 = 37%
B 214 of 255 = 84%

213
94
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 94 + 214 = 521 (100%)
R 213 of 521 ~ 40.88%
G 94 of 521 ~ 18.04%
B 214 of 521 ~ 41.07%

%40.88
%18.04
%41.07

CMYK RENK MODELİ

#D55ED6 rengi CMYK tonu (0,56,0,16).

  • camgöbeği tonu 0.47%
  • eflatun tonu 56.07%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(0,56,0,16)
C0M56Y0K16 
(0%,56%,0%,16%)
(0.00/0.56/0.00/0.16)	

CMYK yüzdeleri

%0.47
%56.07
%0
%16.08

Codes

Color #D55ED6 in popluar color models

D55ED6
RGB21394214
HSL300°59.41%60.39%
HSB/HSV300°56.07%83.92%
CMYK0.47%56.07%0.00%
16.08%

Color #D55ED6 in popluar number systems.

HEXD55ED6
Decimal21394214
Binary11010101101111011010110
Octal325136326

Shades and tints

Shades of #D55ED6

#D55ED6
(213,94,214)
#C256C3
(194,86,195)
#AF4EB0
(175,78,176)
#9C469D
(156,70,157)
#893E8A
(137,62,138)
#763677
(118,54,119)
#632E64
(99,46,100)
#502651
(80,38,81)
#3D1E3E
(61,30,62)
#2A162B
(42,22,43)
#170E18
(23,14,24)
#000000
(0,0,0)

Tints of #D55ED6

#D55ED6
(213,94,214)
#D86CD9
(216,108,217)
#DB7ADC
(219,122,220)
#DE88DF
(222,136,223)
#E196E2
(225,150,226)
#E4A4E5
(228,164,229)
#E7B2E8
(231,178,232)
#EAC0EB
(234,192,235)
#EDCEEE
(237,206,238)
#F0DCF1
(240,220,241)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55ED6 color. Also use rgb(213,94,214) instead hex code.

Text Font Color

.myTextColor { color: #D55ED6; }

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

This text font color is #D55ED6.


Background Color

.myBgColor { background-color: #D55ED6; }

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

This div background color is #D55ED6.


Border color

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

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

This div border color is #D55ED6.


Opacity

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

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

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

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

This text has shadow with #D55ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D55ED6 on black background.


Color preview on white background

This text has color #D55ED6 on white background.



Black color preview on #D55ED6 background

This text has black color on #D55ED6 background.


White color preview on #D55ED6 background

This text has white color on #D55ED6 background.