COLOR #D130DC

HEX: #D130DC
RGB: (209,48,220)

Color info

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

RGB color model

#D130DC color RGB value is (209,48,220).

  • red value is 209;
  • green value is 48;
  • blue value is 220.
RGB:
(209,48,220)
(82%,19%,86%)

RGB channels and saturation

R 209 of 255 = 82%
G 48 of 255 = 19%
B 220 of 255 = 86%

209
48
220

R + G + B ~ 62%. #D130DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 48 + 220 = 477 (100%)
R 209 of 477 ~ 43.82%
G 48 of 477 ~ 10.06%
B 220 of 477 ~ 46.12%

%43.82
%10.06
%46.12

CMYK color model

#D130DC color CMYK value is (5,78,0,14).

  • cyan value is 5.00%
  • magenta value is 78.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(5,78,0,14)
C5M78Y0K14 
(5%,78%,0%,14%)
(0.05/0.78/0.00/0.14)	

CMYK percentages

%5
%78.18
%0
%13.73

Codes

Color #D130DC in popluar color models

D130DC
RGB20948220
HSL296°71.07%52.55%
HSB/HSV296°78.18%86.27%
CMYK5.00%78.18%0.00%
13.73%

Color #D130DC in popluar number systems.

HEXD130DC
Decimal20948220
Binary1101000111000011011100
Octal32160334

Shades and tints

Shades of #D130DC

#D130DC
(209,48,220)
#BE2CC8
(190,44,200)
#AB28B4
(171,40,180)
#9824A0
(152,36,160)
#85208C
(133,32,140)
#721C78
(114,28,120)
#5F1864
(95,24,100)
#4C1450
(76,20,80)
#39103C
(57,16,60)
#260C28
(38,12,40)
#130814
(19,8,20)
#000000
(0,0,0)

Tints of #D130DC

#D130DC
(209,48,220)
#D542DF
(213,66,223)
#D954E2
(217,84,226)
#DD66E5
(221,102,229)
#E178E8
(225,120,232)
#E58AEB
(229,138,235)
#E99CEE
(233,156,238)
#EDAEF1
(237,174,241)
#F1C0F4
(241,192,244)
#F5D2F7
(245,210,247)
#F9E4FA
(249,228,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D130DC color. Also use rgb(209,48,220) instead hex code.

Text Font Color

.myTextColor { color: #D130DC; }

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

This text font color is #D130DC.


Background Color

.myBgColor { background-color: #D130DC; }

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

This div background color is #D130DC.


Border color

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

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

This div border color is #D130DC.


Opacity

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

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

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

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

This text has shadow with #D130DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D130DC on black background.


Color preview on white background

This text has color #D130DC on white background.



Black color preview on #D130DC background

This text has black color on #D130DC background.


White color preview on #D130DC background

This text has white color on #D130DC background.