Color Hex Logo

#dd358d Color Hex

#DD358D
(221,53,141)
0 Favorites   0 Comments

Color spaces of #dd358d

RGB 22153141
HSL0.910.710.54
HSV329°76°87°
CMYK 0.000.760.36   0.13
XYZ35.899619.841427.1370
Yxy19.84140.43320.2394
Hunter Lab44.543765.9091-4.9402
CIE-Lab51.657469.8000-9.2120

#dd358d color RGB value is (221,53,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110101 10001101
Octal 335 65 215
Decimal 221 53 141
Hex DD 35 8D

RGB Percentages of Color #dd358d

%53.25
%12.77
%33.98

CMYK Percentages of Color #dd358d

%0
%76
%36
%13

Triadic Colors of #dd358d

#dd358d #8ddd35 #358ddd

Analogous Colors of #dd358d

#dd358d #dd3539 #d935dd

Monochromatic Colors of #dd358d

#dd358d

Complementary Color

#dd358d #35dd85

#dd358d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd358d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd358d Color CSS Codes

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

#dd358d Text Font Color

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

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


#dd358d Background Color

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

This div background color is #dd358d


#dd358d Border Color

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

This div border color is #dd358d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd358d


Comments

No comments written yet.

Please login to write comment.