Color Hex Logo

#dd3599 Color Hex

#DD3599
(221,53,153)
0 Favorites   0 Comments

Color spaces of #dd3599

RGB 22153153
HSL0.900.710.54
HSV324°76°87°
CMYK 0.000.760.31   0.13
XYZ36.841720.218332.0977
Yxy20.21830.41320.2268
Hunter Lab44.964867.5649-10.8483
CIE-Lab52.083171.0994-15.7224

#dd3599 color RGB value is (221,53,153).

#dd3599 hex color red value is 221, green value is 53 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dd3599 hue: 0.90 , saturation: 0.71 and the lightness value of dd3599 is 0.54.

The process color (four color CMYK) of #dd3599 color hex is 0.00, 0.76, 0.31, 0.13. Web safe color of #dd3599 is #cc3399. Color #dd3599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110101 10011001
Octal 335 65 231
Decimal 221 53 153
Hex DD 35 99

RGB Percentages of Color #dd3599

%51.76
%12.41
%35.83

CMYK Percentages of Color #dd3599

%0
%76
%31
%13

Triadic Colors of #dd3599

#dd3599 #99dd35 #3599dd

Analogous Colors of #dd3599

#dd3599 #dd3545 #cd35dd

Monochromatic Colors of #dd3599

#dd3599

Complementary Color

#dd3599 #35dd79

#dd3599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3599 Color CSS Codes

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

#dd3599 Text Font Color

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

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


#dd3599 Background Color

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

This div background color is #dd3599


#dd3599 Border Color

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

This div border color is #dd3599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3599


Comments

No comments written yet.

Please login to write comment.