COLOR #D148CC

HEX: #D148CC
RGB: (209,72,204)

Color info

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

RGB color model

#D148CC color RGB value is (209,72,204).

  • red value is 209;
  • green value is 72;
  • blue value is 204.
RGB:
(209,72,204)
(82%,28%,80%)

RGB channels and saturation

R 209 of 255 = 82%
G 72 of 255 = 28%
B 204 of 255 = 80%

209
72
204

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

Portions of RGB colors in percentages

R + G + B =
209 + 72 + 204 = 485 (100%)
R 209 of 485 ~ 43.09%
G 72 of 485 ~ 14.85%
B 204 of 485 ~ 42.06%

%43.09
%14.85
%42.06

CMYK color model

#D148CC color CMYK value is (0,66,2,18).

  • cyan value is 0.00%
  • magenta value is 65.55%
  • yellow value is 2.39%
  • key color value is 18.04%
CMYK:
(0,66,2,18)
C0M66Y2K18 
(0%,66%,2%,18%)
(0.00/0.66/0.02/0.18)	

CMYK percentages

%0
%65.55
%2.39
%18.04

Codes

Color #D148CC in popluar color models

D148CC
RGB20972204
HSL302°59.83%55.10%
HSB/HSV302°65.55%81.96%
CMYK0.00%65.55%2.39%
18.04%

Color #D148CC in popluar number systems.

HEXD148CC
Decimal20972204
Binary11010001100100011001100
Octal321110314

Shades and tints

Shades of #D148CC

#D148CC
(209,72,204)
#BE42BA
(190,66,186)
#AB3CA8
(171,60,168)
#983696
(152,54,150)
#853084
(133,48,132)
#722A72
(114,42,114)
#5F2460
(95,36,96)
#4C1E4E
(76,30,78)
#39183C
(57,24,60)
#26122A
(38,18,42)
#130C18
(19,12,24)
#000000
(0,0,0)

Tints of #D148CC

#D148CC
(209,72,204)
#D558D0
(213,88,208)
#D968D4
(217,104,212)
#DD78D8
(221,120,216)
#E188DC
(225,136,220)
#E598E0
(229,152,224)
#E9A8E4
(233,168,228)
#EDB8E8
(237,184,232)
#F1C8EC
(241,200,236)
#F5D8F0
(245,216,240)
#F9E8F4
(249,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D148CC color. Also use rgb(209,72,204) instead hex code.

Text Font Color

.myTextColor { color: #D148CC; }

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

This text font color is #D148CC.


Background Color

.myBgColor { background-color: #D148CC; }

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

This div background color is #D148CC.


Border color

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

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

This div border color is #D148CC.


Opacity

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

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

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

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

This text has shadow with #D148CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D148CC on black background.


Color preview on white background

This text has color #D148CC on white background.



Black color preview on #D148CC background

This text has black color on #D148CC background.


White color preview on #D148CC background

This text has white color on #D148CC background.