COLOR #D63DF6

HEX: #D63DF6
RGB: (214,61,246)

Renk bilgisi

#D63DF6 contains mainly red and blue colors. #D63DF6 ‘ nin web güvenlik rengi #CC33FF (ya da #C3F) dir.

RGB renk modeli

#D63DF6 color RGB value is (214,61,246).

  • kırmız ton 214;
  • yeşil ton 61;
  • mavi ton 246.
RGB:
(214,61,246)
(84%,24%,96%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 61 of 255 = 24%
B 246 of 255 = 96%

214
61
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 61 + 246 = 521 (100%)
R 214 of 521 ~ 41.07%
G 61 of 521 ~ 11.71%
B 246 of 521 ~ 47.22%

%41.07
%11.71
%47.22

CMYK RENK MODELİ

#D63DF6 rengi CMYK tonu (13,75,0,4).

  • camgöbeği tonu 13.01%
  • eflatun tonu 75.20%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(13,75,0,4)
C13M75Y0K4 
(13%,75%,0%,4%)
(0.13/0.75/0.00/0.04)	

CMYK yüzdeleri

%13.01
%75.2
%0
%3.53

Codes

Color #D63DF6 in popluar color models

D63DF6
RGB21461246
HSL290°91.13%60.20%
HSB/HSV290°75.20%96.47%
CMYK13.01%75.20%0.00%
3.53%

Color #D63DF6 in popluar number systems.

HEXD63DF6
Decimal21461246
Binary1101011011110111110110
Octal32675366

Shades and tints

Shades of #D63DF6

#D63DF6
(214,61,246)
#C338E0
(195,56,224)
#B033CA
(176,51,202)
#9D2EB4
(157,46,180)
#8A299E
(138,41,158)
#772488
(119,36,136)
#641F72
(100,31,114)
#511A5C
(81,26,92)
#3E1546
(62,21,70)
#2B1030
(43,16,48)
#180B1A
(24,11,26)
#000000
(0,0,0)

Tints of #D63DF6

#D63DF6
(214,61,246)
#D94EF6
(217,78,246)
#DC5FF6
(220,95,246)
#DF70F6
(223,112,246)
#E281F6
(226,129,246)
#E592F6
(229,146,246)
#E8A3F6
(232,163,246)
#EBB4F6
(235,180,246)
#EEC5F6
(238,197,246)
#F1D6F6
(241,214,246)
#F4E7F6
(244,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D63DF6 color. Also use rgb(214,61,246) instead hex code.

Text Font Color

.myTextColor { color: #D63DF6; }

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

This text font color is #D63DF6.


Background Color

.myBgColor { background-color: #D63DF6; }

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

This div background color is #D63DF6.


Border color

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

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

This div border color is #D63DF6.


Opacity

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

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

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

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

This text has shadow with #D63DF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D63DF6 on black background.


Color preview on white background

This text has color #D63DF6 on white background.



Black color preview on #D63DF6 background

This text has black color on #D63DF6 background.


White color preview on #D63DF6 background

This text has white color on #D63DF6 background.