COLOR #D83DCA

HEX: #D83DCA
RGB: (216,61,202)

Color info

#D83DCA contains mainly red and blue colors. Web safe color of #D83DCA is #CC33CC (or #C3C).

RGB color model

#D83DCA color RGB value is (216,61,202).

  • red value is 216;
  • green value is 61;
  • blue value is 202.
RGB:
(216,61,202)
(85%,24%,79%)

RGB channels and saturation

R 216 of 255 = 85%
G 61 of 255 = 24%
B 202 of 255 = 79%

216
61
202

R + G + B ~ 63%. #D83DCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 61 + 202 = 479 (100%)
R 216 of 479 ~ 45.09%
G 61 of 479 ~ 12.73%
B 202 of 479 ~ 42.17%

%45.09
%12.73
%42.17

CMYK color model

#D83DCA color CMYK value is (0,72,6,15).

  • cyan value is 0.00%
  • magenta value is 71.76%
  • yellow value is 6.48%
  • key color value is 15.29%
CMYK:
(0,72,6,15)
C0M72Y6K15 
(0%,72%,6%,15%)
(0.00/0.72/0.06/0.15)	

CMYK percentages

%0
%71.76
%6.48
%15.29

Codes

Color #D83DCA in popluar color models

D83DCA
RGB21661202
HSL305°66.52%54.31%
HSB/HSV305°71.76%84.71%
CMYK0.00%71.76%6.48%
15.29%

Color #D83DCA in popluar number systems.

HEXD83DCA
Decimal21661202
Binary1101100011110111001010
Octal33075312

Shades and tints

Shades of #D83DCA

#D83DCA
(216,61,202)
#C538B8
(197,56,184)
#B233A6
(178,51,166)
#9F2E94
(159,46,148)
#8C2982
(140,41,130)
#792470
(121,36,112)
#661F5E
(102,31,94)
#531A4C
(83,26,76)
#40153A
(64,21,58)
#2D1028
(45,16,40)
#1A0B16
(26,11,22)
#000000
(0,0,0)

Tints of #D83DCA

#D83DCA
(216,61,202)
#DB4ECE
(219,78,206)
#DE5FD2
(222,95,210)
#E170D6
(225,112,214)
#E481DA
(228,129,218)
#E792DE
(231,146,222)
#EAA3E2
(234,163,226)
#EDB4E6
(237,180,230)
#F0C5EA
(240,197,234)
#F3D6EE
(243,214,238)
#F6E7F2
(246,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D83DCA color. Also use rgb(216,61,202) instead hex code.

Text Font Color

.myTextColor { color: #D83DCA; }

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

This text font color is #D83DCA.


Background Color

.myBgColor { background-color: #D83DCA; }

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

This div background color is #D83DCA.


Border color

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

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

This div border color is #D83DCA.


Opacity

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

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

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

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

This text has shadow with #D83DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D83DCA on black background.


Color preview on white background

This text has color #D83DCA on white background.



Black color preview on #D83DCA background

This text has black color on #D83DCA background.


White color preview on #D83DCA background

This text has white color on #D83DCA background.