Color Hex Logo

#dd22bb Color Hex

#DD22BB
(221,34,187)
0 Favorites   0 Comments

Color spaces of #dd22bb

RGB 22134187
HSL0.860.730.50
HSV311°85°87°
CMYK 0.000.850.15   0.13
XYZ39.360520.104148.8197
Yxy20.10410.36350.1857
Hunter Lab44.837678.2297-33.1693
CIE-Lab51.954779.7786-35.9131

#dd22bb color RGB value is (221,34,187).

#dd22bb hex color red value is 221, green value is 34 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dd22bb hue: 0.86 , saturation: 0.73 and the lightness value of dd22bb is 0.50.

The process color (four color CMYK) of #dd22bb color hex is 0.00, 0.85, 0.15, 0.13. Web safe color of #dd22bb is #cc33cc. Color #dd22bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100010 10111011
Octal 335 42 273
Decimal 221 34 187
Hex DD 22 BB

RGB Percentages of Color #dd22bb

%50.00
%7.69
%42.31

CMYK Percentages of Color #dd22bb

%0
%85
%15
%13

Triadic Colors of #dd22bb

#dd22bb #bbdd22 #22bbdd

Analogous Colors of #dd22bb

#dd22bb #dd225d #a222dd

Monochromatic Colors of #dd22bb

#dd22bb

Complementary Color

#dd22bb #22dd44

#dd22bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd22bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd22bb Color CSS Codes

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

#dd22bb Text Font Color

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

This sample text font color is #dd22bb
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.


#dd22bb Background Color

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

This div background color is #dd22bb


#dd22bb Border Color

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

This div border color is #dd22bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd22bb


Comments

No comments written yet.

Please login to write comment.