COLOR #D254D3

HEX: #D254D3
RGB: (210,84,211)

Color info

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

RGB color model

#D254D3 color RGB value is (210,84,211).

  • red value is 210;
  • green value is 84;
  • blue value is 211.
RGB:
(210,84,211)
(82%,33%,83%)

RGB channels and saturation

R 210 of 255 = 82%
G 84 of 255 = 33%
B 211 of 255 = 83%

210
84
211

R + G + B ~ 66%. #D254D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 84 + 211 = 505 (100%)
R 210 of 505 ~ 41.58%
G 84 of 505 ~ 16.63%
B 211 of 505 ~ 41.78%

%41.58
%16.63
%41.78

CMYK color model

#D254D3 color CMYK value is (0,60,0,17).

  • cyan value is 0.47%
  • magenta value is 60.19%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(0,60,0,17)
C0M60Y0K17 
(0%,60%,0%,17%)
(0.00/0.60/0.00/0.17)	

CMYK percentages

%0.47
%60.19
%0
%17.25

Codes

Color #D254D3 in popluar color models

D254D3
RGB21084211
HSL300°59.07%57.84%
HSB/HSV300°60.19%82.75%
CMYK0.47%60.19%0.00%
17.25%

Color #D254D3 in popluar number systems.

HEXD254D3
Decimal21084211
Binary11010010101010011010011
Octal322124323

Shades and tints

Shades of #D254D3

#D254D3
(210,84,211)
#BF4DC0
(191,77,192)
#AC46AD
(172,70,173)
#993F9A
(153,63,154)
#863887
(134,56,135)
#733174
(115,49,116)
#602A61
(96,42,97)
#4D234E
(77,35,78)
#3A1C3B
(58,28,59)
#271528
(39,21,40)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #D254D3

#D254D3
(210,84,211)
#D663D7
(214,99,215)
#DA72DB
(218,114,219)
#DE81DF
(222,129,223)
#E290E3
(226,144,227)
#E69FE7
(230,159,231)
#EAAEEB
(234,174,235)
#EEBDEF
(238,189,239)
#F2CCF3
(242,204,243)
#F6DBF7
(246,219,247)
#FAEAFB
(250,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D254D3 color. Also use rgb(210,84,211) instead hex code.

Text Font Color

.myTextColor { color: #D254D3; }

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

This text font color is #D254D3.


Background Color

.myBgColor { background-color: #D254D3; }

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

This div background color is #D254D3.


Border color

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

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

This div border color is #D254D3.


Opacity

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

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

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

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

This text has shadow with #D254D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D254D3 on black background.


Color preview on white background

This text has color #D254D3 on white background.



Black color preview on #D254D3 background

This text has black color on #D254D3 background.


White color preview on #D254D3 background

This text has white color on #D254D3 background.