COLOR #D073D0

HEX: #D073D0
RGB: (208,115,208)

Color info

#D073D0 contains mainly red and blue colors. Web safe color of #D073D0 is #CC66CC (or #C6C).

RGB color model

#D073D0 color RGB value is (208,115,208).

  • red value is 208;
  • green value is 115;
  • blue value is 208.
RGB:
(208,115,208)
(82%,45%,82%)

RGB channels and saturation

R 208 of 255 = 82%
G 115 of 255 = 45%
B 208 of 255 = 82%

208
115
208

R + G + B ~ 70%. #D073D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 115 + 208 = 531 (100%)
R 208 of 531 ~ 39.17%
G 115 of 531 ~ 21.66%
B 208 of 531 ~ 39.17%

%39.17
%21.66
%39.17

CMYK color model

#D073D0 color CMYK value is (0,45,0,18).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(0,45,0,18)
C0M45Y0K18 
(0%,45%,0%,18%)
(0.00/0.45/0.00/0.18)	

CMYK percentages

%0
%44.71
%0
%18.43

Codes

Color #D073D0 in popluar color models

D073D0
RGB208115208
HSL300°49.73%63.33%
HSB/HSV300°44.71%81.57%
CMYK0.00%44.71%0.00%
18.43%

Color #D073D0 in popluar number systems.

HEXD073D0
Decimal208115208
Binary11010000111001111010000
Octal320163320

Shades and tints

Shades of #D073D0

#D073D0
(208,115,208)
#BE69BE
(190,105,190)
#AC5FAC
(172,95,172)
#9A559A
(154,85,154)
#884B88
(136,75,136)
#764176
(118,65,118)
#643764
(100,55,100)
#522D52
(82,45,82)
#402340
(64,35,64)
#2E192E
(46,25,46)
#1C0F1C
(28,15,28)
#000000
(0,0,0)

Tints of #D073D0

#D073D0
(208,115,208)
#D47FD4
(212,127,212)
#D88BD8
(216,139,216)
#DC97DC
(220,151,220)
#E0A3E0
(224,163,224)
#E4AFE4
(228,175,228)
#E8BBE8
(232,187,232)
#ECC7EC
(236,199,236)
#F0D3F0
(240,211,240)
#F4DFF4
(244,223,244)
#F8EBF8
(248,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D073D0 color. Also use rgb(208,115,208) instead hex code.

Text Font Color

.myTextColor { color: #D073D0; }

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

This text font color is #D073D0.


Background Color

.myBgColor { background-color: #D073D0; }

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

This div background color is #D073D0.


Border color

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

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

This div border color is #D073D0.


Opacity

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

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

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

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

This text has shadow with #D073D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D073D0 on black background.


Color preview on white background

This text has color #D073D0 on white background.



Black color preview on #D073D0 background

This text has black color on #D073D0 background.


White color preview on #D073D0 background

This text has white color on #D073D0 background.