COLOR #D272DB

HEX: #D272DB RGB: (210,114,219)

Color info

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

RGB color model

#D272DB color RGB value is (210,114,219).

RGB: (210,114,219) (82%, 45%, 86%)

RGB channels and saturation

R 210 of 255 = 82%
G 114 of 255 = 45%
B 219 of 255 = 86%

210
114
219

R + G + B ~ 71%. #D272DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 114 + 219 = 543 (100%)
R 210 of 543 ~ 38.67%
G 114 of 543 ~ 20.99%
B 219 of 543 ~ 40.33'%

%38.67
%20.99
%40.33

CMYK color model

#D272DB color CMYK value is (4,48,0,14).

  • cyan value is 4.11%
  • magenta value is 47.95%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (4,48,0,14) C4M48Y0K14 (4%,48%,0%,14%) (0.04/0.48/0.00/0.14) 

CMYK percentages

%4.11
%47.95
%0
%14.12

Codes

Color #D272DB in popluar color models

D2 72 DB
RGB 210 114 219
HSL 295° 59.32% 65.29%
HSB/HSV 295° 47.95% 85.88%
CMYK 4.11% 47.95% 0.00%
14.12%

Color #D272DB in popluar number systems.

HEX D2 72 DB
Decimal 210 114 219
Binary 11010010 1110010 11011011
Octal 322 162 333

Shades and tints

Shades of #D272DB

#D272DB
(210,114,219)
#BF68C8
(191,104,200)
#AC5EB5
(172,94,181)
#9954A2
(153,84,162)
#864A8F
(134,74,143)
#73407C
(115,64,124)
#603669
(96,54,105)
#4D2C56
(77,44,86)
#3A2243
(58,34,67)
#271830
(39,24,48)
#140E1D
(20,14,29)
#000000
(0,0,0)

Tints of #D272DB

#D272DB
(210,114,219)
#D67EDE
(214,126,222)
#DA8AE1
(218,138,225)
#DE96E4
(222,150,228)
#E2A2E7
(226,162,231)
#E6AEEA
(230,174,234)
#EABAED
(234,186,237)
#EEC6F0
(238,198,240)
#F2D2F3
(242,210,243)
#F6DEF6
(246,222,246)
#FAEAF9
(250,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D272DB color. Also use rgb(210,114,219) instead hex code.

Text Font Color

.myTextColor { color: #D272DB; }

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

This text font color is #D272DB.

Background Color

.myBgColor { background-color: #D272DB; }

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

This div background color is #D272DB.

Border color

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

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

This div border color is #D272DB.

Opacity

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

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

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

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

This text has shadow with #D272DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D272DB.

Preview

Color preview on black background

This text has color #D272DB on black background.


Color preview on white background

This text has color #D272DB on white background.


Black color preview on #D272DB background

This text has black color on #D272DB background.


White color preview on #D272DB background

This text has white color on #D272DB background.


Related colors

Complementary color

Complementary color for #hex is #2D8D24.


I love getcolorcode.com

Triadic colors

1 #DBD272 and #72DBD2 with #D272DB are triadic colors.

2 #DB72D2 and #72D2DB with #D272DB are triadic colors.