COLOR #D996DF

HEX: #D996DF
RGB: (217,150,223)

Renk bilgisi

#D996DF contains mainly red and blue colors. #D996DF ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D996DF color RGB value is (217,150,223).

  • kırmız ton 217;
  • yeşil ton 150;
  • mavi ton 223.
RGB:
(217,150,223)
(85%,59%,87%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 150 of 255 = 59%
B 223 of 255 = 87%

217
150
223

R + G + B ~ 77%. #D996DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 150 + 223 = 590 (100%)
R 217 of 590 ~ 36.78%
G 150 of 590 ~ 25.42%
B 223 of 590 ~ 37.8%

%36.78
%25.42
%37.8

CMYK RENK MODELİ

#D996DF rengi CMYK tonu (3,33,0,13).

  • camgöbeği tonu 2.69%
  • eflatun tonu 32.74%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(3,33,0,13)
C3M33Y0K13 
(3%,33%,0%,13%)
(0.03/0.33/0.00/0.13)	

CMYK yüzdeleri

%2.69
%32.74
%0
%12.55

Codes

Color #D996DF in popluar color models

D996DF
RGB217150223
HSL295°53.28%73.14%
HSB/HSV295°32.74%87.45%
CMYK2.69%32.74%0.00%
12.55%

Color #D996DF in popluar number systems.

HEXD996DF
Decimal217150223
Binary110110011001011011011111
Octal331226337

Shades and tints

Shades of #D996DF

#D996DF
(217,150,223)
#C689CB
(198,137,203)
#B37CB7
(179,124,183)
#A06FA3
(160,111,163)
#8D628F
(141,98,143)
#7A557B
(122,85,123)
#674867
(103,72,103)
#543B53
(84,59,83)
#412E3F
(65,46,63)
#2E212B
(46,33,43)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #D996DF

#D996DF
(217,150,223)
#DC9FE1
(220,159,225)
#DFA8E3
(223,168,227)
#E2B1E5
(226,177,229)
#E5BAE7
(229,186,231)
#E8C3E9
(232,195,233)
#EBCCEB
(235,204,235)
#EED5ED
(238,213,237)
#F1DEEF
(241,222,239)
#F4E7F1
(244,231,241)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D996DF color. Also use rgb(217,150,223) instead hex code.

Text Font Color

.myTextColor { color: #D996DF; }

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

This text font color is #D996DF.


Background Color

.myBgColor { background-color: #D996DF; }

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

This div background color is #D996DF.


Border color

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

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

This div border color is #D996DF.


Opacity

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

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

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

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

This text has shadow with #D996DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D996DF on black background.


Color preview on white background

This text has color #D996DF on white background.



Black color preview on #D996DF background

This text has black color on #D996DF background.


White color preview on #D996DF background

This text has white color on #D996DF background.