COLOR #D585FD

HEX: #D585FD
RGB: (213,133,253)

Renk bilgisi

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

RGB renk modeli

#D585FD color RGB value is (213,133,253).

  • kırmız ton 213;
  • yeşil ton 133;
  • mavi ton 253.
RGB:
(213,133,253)
(84%,52%,99%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 133 of 255 = 52%
B 253 of 255 = 99%

213
133
253

R + G + B ~ 78%. #D585FD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 133 + 253 = 599 (100%)
R 213 of 599 ~ 35.56%
G 133 of 599 ~ 22.2%
B 253 of 599 ~ 42.24%

%35.56
%22.2
%42.24

CMYK RENK MODELİ

#D585FD rengi CMYK tonu (16,47,0,1).

  • camgöbeği tonu 15.81%
  • eflatun tonu 47.43%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(16,47,0,1)
C16M47Y0K1 
(16%,47%,0%,1%)
(0.16/0.47/0.00/0.01)	

CMYK yüzdeleri

%15.81
%47.43
%0
%0.78

Codes

Color #D585FD in popluar color models

D585FD
RGB213133253
HSL280°96.77%75.69%
HSB/HSV280°47.43%99.22%
CMYK15.81%47.43%0.00%
0.78%

Color #D585FD in popluar number systems.

HEXD585FD
Decimal213133253
Binary110101011000010111111101
Octal325205375

Shades and tints

Shades of #D585FD

#D585FD
(213,133,253)
#C279E6
(194,121,230)
#AF6DCF
(175,109,207)
#9C61B8
(156,97,184)
#8955A1
(137,85,161)
#76498A
(118,73,138)
#633D73
(99,61,115)
#50315C
(80,49,92)
#3D2545
(61,37,69)
#2A192E
(42,25,46)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #D585FD

#D585FD
(213,133,253)
#D890FD
(216,144,253)
#DB9BFD
(219,155,253)
#DEA6FD
(222,166,253)
#E1B1FD
(225,177,253)
#E4BCFD
(228,188,253)
#E7C7FD
(231,199,253)
#EAD2FD
(234,210,253)
#EDDDFD
(237,221,253)
#F0E8FD
(240,232,253)
#F3F3FD
(243,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D585FD color. Also use rgb(213,133,253) instead hex code.

Text Font Color

.myTextColor { color: #D585FD; }

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

This text font color is #D585FD.


Background Color

.myBgColor { background-color: #D585FD; }

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

This div background color is #D585FD.


Border color

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

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

This div border color is #D585FD.


Opacity

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

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

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

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

This text has shadow with #D585FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D585FD on black background.


Color preview on white background

This text has color #D585FD on white background.



Black color preview on #D585FD background

This text has black color on #D585FD background.


White color preview on #D585FD background

This text has white color on #D585FD background.