COLOR #D534F8

HEX: #D534F8
RGB: (213,52,248)

Color info

#D534F8 contains mainly red and blue colors. Web safe color of #D534F8 is #CC33FF (or #C3F).

RGB color model

#D534F8 color RGB value is (213,52,248).

  • red value is 213;
  • green value is 52;
  • blue value is 248.
RGB:
(213,52,248)
(84%,20%,97%)

RGB channels and saturation

R 213 of 255 = 84%
G 52 of 255 = 20%
B 248 of 255 = 97%

213
52
248

R + G + B ~ 67%. #D534F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 52 + 248 = 513 (100%)
R 213 of 513 ~ 41.52%
G 52 of 513 ~ 10.14%
B 248 of 513 ~ 48.34%

%41.52
%10.14
%48.34

CMYK color model

#D534F8 color CMYK value is (14,79,0,3).

  • cyan value is 14.11%
  • magenta value is 79.03%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(14,79,0,3)
C14M79Y0K3 
(14%,79%,0%,3%)
(0.14/0.79/0.00/0.03)	

CMYK percentages

%14.11
%79.03
%0
%2.75

Codes

Color #D534F8 in popluar color models

D534F8
RGB21352248
HSL289°93.33%58.82%
HSB/HSV289°79.03%97.25%
CMYK14.11%79.03%0.00%
2.75%

Color #D534F8 in popluar number systems.

HEXD534F8
Decimal21352248
Binary1101010111010011111000
Octal32564370

Shades and tints

Shades of #D534F8

#D534F8
(213,52,248)
#C230E2
(194,48,226)
#AF2CCC
(175,44,204)
#9C28B6
(156,40,182)
#8924A0
(137,36,160)
#76208A
(118,32,138)
#631C74
(99,28,116)
#50185E
(80,24,94)
#3D1448
(61,20,72)
#2A1032
(42,16,50)
#170C1C
(23,12,28)
#000000
(0,0,0)

Tints of #D534F8

#D534F8
(213,52,248)
#D846F8
(216,70,248)
#DB58F8
(219,88,248)
#DE6AF8
(222,106,248)
#E17CF8
(225,124,248)
#E48EF8
(228,142,248)
#E7A0F8
(231,160,248)
#EAB2F8
(234,178,248)
#EDC4F8
(237,196,248)
#F0D6F8
(240,214,248)
#F3E8F8
(243,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D534F8 color. Also use rgb(213,52,248) instead hex code.

Text Font Color

.myTextColor { color: #D534F8; }

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

This text font color is #D534F8.


Background Color

.myBgColor { background-color: #D534F8; }

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

This div background color is #D534F8.


Border color

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

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

This div border color is #D534F8.


Opacity

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

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

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

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

This text has shadow with #D534F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D534F8 on black background.


Color preview on white background

This text has color #D534F8 on white background.



Black color preview on #D534F8 background

This text has black color on #D534F8 background.


White color preview on #D534F8 background

This text has white color on #D534F8 background.