COLOR #D5A5DD

HEX: #D5A5DD
RGB: (213,165,221)

Renk bilgisi

#D5A5DD contains red, green and blue colors in about the same proportion. #D5A5DD ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D5A5DD color RGB value is (213,165,221).

  • kırmız ton 213;
  • yeşil ton 165;
  • mavi ton 221.
RGB:
(213,165,221)
(84%,65%,87%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 165 of 255 = 65%
B 221 of 255 = 87%

213
165
221

R + G + B ~ 79%. #D5A5DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 165 + 221 = 599 (100%)
R 213 of 599 ~ 35.56%
G 165 of 599 ~ 27.55%
B 221 of 599 ~ 36.89%

%35.56
%27.55
%36.89

CMYK RENK MODELİ

#D5A5DD rengi CMYK tonu (4,25,0,13).

  • camgöbeği tonu 3.62%
  • eflatun tonu 25.34%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(4,25,0,13)
C4M25Y0K13 
(4%,25%,0%,13%)
(0.04/0.25/0.00/0.13)	

CMYK yüzdeleri

%3.62
%25.34
%0
%13.33

Codes

Color #D5A5DD in popluar color models

D5A5DD
RGB213165221
HSL291°45.16%75.69%
HSB/HSV291°25.34%86.67%
CMYK3.62%25.34%0.00%
13.33%

Color #D5A5DD in popluar number systems.

HEXD5A5DD
Decimal213165221
Binary110101011010010111011101
Octal325245335

Shades and tints

Shades of #D5A5DD

#D5A5DD
(213,165,221)
#C296C9
(194,150,201)
#AF87B5
(175,135,181)
#9C78A1
(156,120,161)
#89698D
(137,105,141)
#765A79
(118,90,121)
#634B65
(99,75,101)
#503C51
(80,60,81)
#3D2D3D
(61,45,61)
#2A1E29
(42,30,41)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #D5A5DD

#D5A5DD
(213,165,221)
#D8ADE0
(216,173,224)
#DBB5E3
(219,181,227)
#DEBDE6
(222,189,230)
#E1C5E9
(225,197,233)
#E4CDEC
(228,205,236)
#E7D5EF
(231,213,239)
#EADDF2
(234,221,242)
#EDE5F5
(237,229,245)
#F0EDF8
(240,237,248)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A5DD color. Also use rgb(213,165,221) instead hex code.

Text Font Color

.myTextColor { color: #D5A5DD; }

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

This text font color is #D5A5DD.


Background Color

.myBgColor { background-color: #D5A5DD; }

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

This div background color is #D5A5DD.


Border color

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

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

This div border color is #D5A5DD.


Opacity

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

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

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

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

This text has shadow with #D5A5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A5DD on black background.


Color preview on white background

This text has color #D5A5DD on white background.



Black color preview on #D5A5DD background

This text has black color on #D5A5DD background.


White color preview on #D5A5DD background

This text has white color on #D5A5DD background.