COLOR #D253C6

HEX: #D253C6 RGB: (210,83,198)

Color info

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

RGB color model

#D253C6 color RGB value is (210,83,198).

RGB: (210,83,198) (82%, 33%, 78%)

RGB channels and saturation

R 210 of 255 = 82%
G 83 of 255 = 33%
B 198 of 255 = 78%

210
83
198

R + G + B ~ 64%. #D253C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 83 + 198 = 491 (100%)
R 210 of 491 ~ 42.77%
G 83 of 491 ~ 16.9%
B 198 of 491 ~ 40.33'%

%42.77
%16.9
%40.33

CMYK color model

#D253C6 color CMYK value is (0,60,6,18).

  • cyan value is 0.00%
  • magenta value is 60.48%
  • yellow value is 5.71%
  • key color value is 17.65%

CMYK: (0,60,6,18)
C0M60Y6K18 (0%, 60%, 6%, 18%)
(0.00 / 0.60 / 0.06 / 0.18)

CMYK percentages

%0
%60.48
%5.71
%17.65

Codes

Color #D253C6 in popluar color models

D2 53 C6
RGB 210 83 198
HSL 306° 58.53% 57.45%
HSB/HSV 306° 60.48% 82.35%
CMYK 0.00% 60.48% 5.71%
17.65%

Color #D253C6 in popluar number systems.

HEX D2 53 C6
Decimal 210 83 198
Binary 11010010 1010011 11000110
Octal 322 123 306

Shades and tints

Shades of #D253C6

#D253C6
(210,83,198)
#BF4CB4
(191,76,180)
#AC45A2
(172,69,162)
#993E90
(153,62,144)
#86377E
(134,55,126)
#73306C
(115,48,108)
#60295A
(96,41,90)
#4D2248
(77,34,72)
#3A1B36
(58,27,54)
#271424
(39,20,36)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #D253C6

#D253C6
(210,83,198)
#D662CB
(214,98,203)
#DA71D0
(218,113,208)
#DE80D5
(222,128,213)
#E28FDA
(226,143,218)
#E69EDF
(230,158,223)
#EAADE4
(234,173,228)
#EEBCE9
(238,188,233)
#F2CBEE
(242,203,238)
#F6DAF3
(246,218,243)
#FAE9F8
(250,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D253C6; }

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

This text font color is #D253C6.

Background Color

.myBgColor { background-color: #D253C6; }

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

This div background color is #D253C6.

Border color

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

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

This div border color is #D253C6.

Opacity

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

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

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

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

This text has shadow with #D253C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D253C6.

Preview

Color preview on black background

This text has color #D253C6 on black background.


Color preview on white background

This text has color #D253C6 on white background.


Black color preview on #D253C6 background

This text has black color on #D253C6 background.


White color preview on #D253C6 background

This text has white color on #D253C6 background.


Related colors

Complementary color

Complementary color for #hex is #2DAC39.


I love getcolorcode.com

Triadic colors

1 #C6D253 and #53C6D2 with #D253C6 are triadic colors.

2 #C653D2 and #53D2C6 with #D253C6 are triadic colors.