Color Hex Logo

#dd72cc Color Hex

#DD72CC
(221,114,204)
0 Favorites   0 Comments

Color spaces of #dd72cc

RGB 221114204
HSL0.860.610.66
HSV310°48°87°
CMYK 0.000.480.08   0.13
XYZ46.735231.766460.7951
Yxy31.76640.33550.2280
Hunter Lab56.361749.3795-24.5006
CIE-Lab63.149353.4828-28.2252

#dd72cc color RGB value is (221,114,204).

#dd72cc hex color red value is 221, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dd72cc hue: 0.86 , saturation: 0.61 and the lightness value of dd72cc is 0.66.

The process color (four color CMYK) of #dd72cc color hex is 0.00, 0.48, 0.08, 0.13. Web safe color of #dd72cc is #cc66cc. Color #dd72cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110010 11001100
Octal 335 162 314
Decimal 221 114 204
Hex DD 72 CC

RGB Percentages of Color #dd72cc

%41.00
%21.15
%37.85

CMYK Percentages of Color #dd72cc

%0
%48
%8
%13

Triadic Colors of #dd72cc

#dd72cc #ccdd72 #72ccdd

Analogous Colors of #dd72cc

#dd72cc #dd7297 #b972dd

Monochromatic Colors of #dd72cc

#dd72cc

Complementary Color

#dd72cc #72dd83

#dd72cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd72cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd72cc Color CSS Codes

.mybgcolor {background-color:#dd72cc; } 
.myforecolor {color:#dd72cc; }
.mybordercolor {border:3px solid #dd72cc; }

#dd72cc Text Font Color

<p style="color:#dd72cc">Text here</p>

This sample text font color is #dd72cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dd72cc Background Color

<div style="background-color:#dd72cc">
Div content here</div>

This div background color is #dd72cc


#dd72cc Border Color

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

This div border color is #dd72cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,114,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd72cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd72cc;
  -webkit-box-shadow: 1px 1px 3px 2px #dd72cc;
  box-shadow:         1px 1px 3px 2px #dd72cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,114,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd72cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dd72cc;
  -webkit-box-shadow: 1px 1px 3px 2px #dd72cc;
  box-shadow:         1px 1px 3px 2px #dd72cc;">
Div content here</div>

This div box has shadow with color #dd72cc


Comments

No comments written yet.

Please login to write comment.