COLOR #D43BDB

HEX: #D43BDB
RGB: (212,59,219)

Color info

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

RGB color model

#D43BDB color RGB value is (212,59,219).

  • red value is 212;
  • green value is 59;
  • blue value is 219.
RGB:
(212,59,219)
(83%,23%,86%)

RGB channels and saturation

R 212 of 255 = 83%
G 59 of 255 = 23%
B 219 of 255 = 86%

212
59
219

R + G + B ~ 64%. #D43BDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 59 + 219 = 490 (100%)
R 212 of 490 ~ 43.27%
G 59 of 490 ~ 12.04%
B 219 of 490 ~ 44.69%

%43.27
%12.04
%44.69

CMYK color model

#D43BDB color CMYK value is (3,73,0,14).

  • cyan value is 3.20%
  • magenta value is 73.06%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(3,73,0,14)
C3M73Y0K14 
(3%,73%,0%,14%)
(0.03/0.73/0.00/0.14)	

CMYK percentages

%3.2
%73.06
%0
%14.12

Codes

Color #D43BDB in popluar color models

D43BDB
RGB21259219
HSL297°68.97%54.51%
HSB/HSV297°73.06%85.88%
CMYK3.20%73.06%0.00%
14.12%

Color #D43BDB in popluar number systems.

HEXD43BDB
Decimal21259219
Binary1101010011101111011011
Octal32473333

Shades and tints

Shades of #D43BDB

#D43BDB
(212,59,219)
#C136C8
(193,54,200)
#AE31B5
(174,49,181)
#9B2CA2
(155,44,162)
#88278F
(136,39,143)
#75227C
(117,34,124)
#621D69
(98,29,105)
#4F1856
(79,24,86)
#3C1343
(60,19,67)
#290E30
(41,14,48)
#16091D
(22,9,29)
#000000
(0,0,0)

Tints of #D43BDB

#D43BDB
(212,59,219)
#D74CDE
(215,76,222)
#DA5DE1
(218,93,225)
#DD6EE4
(221,110,228)
#E07FE7
(224,127,231)
#E390EA
(227,144,234)
#E6A1ED
(230,161,237)
#E9B2F0
(233,178,240)
#ECC3F3
(236,195,243)
#EFD4F6
(239,212,246)
#F2E5F9
(242,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D43BDB color. Also use rgb(212,59,219) instead hex code.

Text Font Color

.myTextColor { color: #D43BDB; }

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

This text font color is #D43BDB.


Background Color

.myBgColor { background-color: #D43BDB; }

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

This div background color is #D43BDB.


Border color

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

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

This div border color is #D43BDB.


Opacity

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

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

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

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

This text has shadow with #D43BDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D43BDB on black background.


Color preview on white background

This text has color #D43BDB on white background.



Black color preview on #D43BDB background

This text has black color on #D43BDB background.


White color preview on #D43BDB background

This text has white color on #D43BDB background.