COLOR #D995F6

HEX: #D995F6
RGB: (217,149,246)

Renk bilgisi

#D995F6 contains mainly red and blue colors. #D995F6 ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#D995F6 color RGB value is (217,149,246).

  • kırmız ton 217;
  • yeşil ton 149;
  • mavi ton 246.
RGB:
(217,149,246)
(85%,58%,96%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 149 of 255 = 58%
B 246 of 255 = 96%

217
149
246

R + G + B ~ 80%. #D995F6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 149 + 246 = 612 (100%)
R 217 of 612 ~ 35.46%
G 149 of 612 ~ 24.35%
B 246 of 612 ~ 40.2%

%35.46
%24.35
%40.2

CMYK RENK MODELİ

#D995F6 rengi CMYK tonu (12,39,0,4).

  • camgöbeği tonu 11.79%
  • eflatun tonu 39.43%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(12,39,0,4)
C12M39Y0K4 
(12%,39%,0%,4%)
(0.12/0.39/0.00/0.04)	

CMYK yüzdeleri

%11.79
%39.43
%0
%3.53

Codes

Color #D995F6 in popluar color models

D995F6
RGB217149246
HSL282°84.35%77.45%
HSB/HSV282°39.43%96.47%
CMYK11.79%39.43%0.00%
3.53%

Color #D995F6 in popluar number systems.

HEXD995F6
Decimal217149246
Binary110110011001010111110110
Octal331225366

Shades and tints

Shades of #D995F6

#D995F6
(217,149,246)
#C688E0
(198,136,224)
#B37BCA
(179,123,202)
#A06EB4
(160,110,180)
#8D619E
(141,97,158)
#7A5488
(122,84,136)
#674772
(103,71,114)
#543A5C
(84,58,92)
#412D46
(65,45,70)
#2E2030
(46,32,48)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #D995F6

#D995F6
(217,149,246)
#DC9EF6
(220,158,246)
#DFA7F6
(223,167,246)
#E2B0F6
(226,176,246)
#E5B9F6
(229,185,246)
#E8C2F6
(232,194,246)
#EBCBF6
(235,203,246)
#EED4F6
(238,212,246)
#F1DDF6
(241,221,246)
#F4E6F6
(244,230,246)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D995F6 color. Also use rgb(217,149,246) instead hex code.

Text Font Color

.myTextColor { color: #D995F6; }

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

This text font color is #D995F6.


Background Color

.myBgColor { background-color: #D995F6; }

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

This div background color is #D995F6.


Border color

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

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

This div border color is #D995F6.


Opacity

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

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

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

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

This text has shadow with #D995F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D995F6 on black background.


Color preview on white background

This text has color #D995F6 on white background.



Black color preview on #D995F6 background

This text has black color on #D995F6 background.


White color preview on #D995F6 background

This text has white color on #D995F6 background.