Color Hex Logo

#dd3288 Color Hex

#DD3288
(221,50,136)
0 Favorites   0 Comments

Color spaces of #dd3288

RGB 22150136
HSL0.920.720.53
HSV330°77°87°
CMYK 0.000.770.38   0.13
XYZ35.403319.430925.1771
Yxy19.43090.44250.2429
Hunter Lab44.080566.2216-3.0078
CIE-Lab51.187670.1520-6.9161

#dd3288 color RGB value is (221,50,136).

#dd3288 hex color red value is 221, green value is 50 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dd3288 hue: 0.92 , saturation: 0.72 and the lightness value of dd3288 is 0.53.

The process color (four color CMYK) of #dd3288 color hex is 0.00, 0.77, 0.38, 0.13. Web safe color of #dd3288 is #cc3399. Color #dd3288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110010 10001000
Octal 335 62 210
Decimal 221 50 136
Hex DD 32 88

RGB Percentages of Color #dd3288

%54.30
%12.29
%33.42

CMYK Percentages of Color #dd3288

%0
%77
%38
%13

Triadic Colors of #dd3288

#dd3288 #88dd32 #3288dd

Analogous Colors of #dd3288

#dd3288 #dd3232 #dd32dd

Monochromatic Colors of #dd3288

#dd3288

Complementary Color

#dd3288 #32dd87

#dd3288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3288 Color CSS Codes

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

#dd3288 Text Font Color

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

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


#dd3288 Background Color

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

This div background color is #dd3288


#dd3288 Border Color

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

This div border color is #dd3288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3288


Comments

No comments written yet.

Please login to write comment.