COLOR #D253BC

HEX: #D253BC
RGB: (210,83,188)

Color info

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

RGB color model

#D253BC color RGB value is (210,83,188).

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

RGB channels and saturation

R 210 of 255 = 82%
G 83 of 255 = 33%
B 188 of 255 = 74%

210
83
188

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

Portions of RGB colors in percentages

R + G + B =
210 + 83 + 188 = 481 (100%)
R 210 of 481 ~ 43.66%
G 83 of 481 ~ 17.26%
B 188 of 481 ~ 39.09%

%43.66
%17.26
%39.09

CMYK color model

#D253BC color CMYK value is (0,60,10,18).

  • cyan value is 0.00%
  • magenta value is 60.48%
  • yellow value is 10.48%
  • key color value is 17.65%
CMYK:
(0,60,10,18)
C0M60Y10K18 
(0%,60%,10%,18%)
(0.00/0.60/0.10/0.18)	

CMYK percentages

%0
%60.48
%10.48
%17.65

Codes

Color #D253BC in popluar color models

D253BC
RGB21083188
HSL310°58.53%57.45%
HSB/HSV310°60.48%82.35%
CMYK0.00%60.48%10.48%
17.65%

Color #D253BC in popluar number systems.

HEXD253BC
Decimal21083188
Binary11010010101001110111100
Octal322123274

Shades and tints

Shades of #D253BC

#D253BC
(210,83,188)
#BF4CAB
(191,76,171)
#AC459A
(172,69,154)
#993E89
(153,62,137)
#863778
(134,55,120)
#733067
(115,48,103)
#602956
(96,41,86)
#4D2245
(77,34,69)
#3A1B34
(58,27,52)
#271423
(39,20,35)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #D253BC

#D253BC
(210,83,188)
#D662C2
(214,98,194)
#DA71C8
(218,113,200)
#DE80CE
(222,128,206)
#E28FD4
(226,143,212)
#E69EDA
(230,158,218)
#EAADE0
(234,173,224)
#EEBCE6
(238,188,230)
#F2CBEC
(242,203,236)
#F6DAF2
(246,218,242)
#FAE9F8
(250,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D253BC color. Also use rgb(210,83,188) instead hex code.

Text Font Color

.myTextColor { color: #D253BC; }

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

This text font color is #D253BC.


Background Color

.myBgColor { background-color: #D253BC; }

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

This div background color is #D253BC.


Border color

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

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

This div border color is #D253BC.


Opacity

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

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

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

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

This text has shadow with #D253BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D253BC on black background.


Color preview on white background

This text has color #D253BC on white background.



Black color preview on #D253BC background

This text has black color on #D253BC background.


White color preview on #D253BC background

This text has white color on #D253BC background.