Color Hex Logo

#dd335d Color Hex

#DD335D
(221,51,93)
0 Favorites   0 Comments

Color spaces of #dd335d

RGB 2215193
HSL0.960.710.53
HSV345°77°87°
CMYK 0.000.770.58   0.13
XYZ32.978418.530112.1944
Yxy18.53010.51770.2909
Hunter Lab43.046661.418913.3367
CIE-Lab50.132966.289617.6178

#dd335d color RGB value is (221,51,93).

#dd335d hex color red value is 221, green value is 51 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dd335d hue: 0.96 , saturation: 0.71 and the lightness value of dd335d is 0.53.

The process color (four color CMYK) of #dd335d color hex is 0.00, 0.77, 0.58, 0.13. Web safe color of #dd335d is #cc3366. Color #dd335d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110011 01011101
Octal 335 63 135
Decimal 221 51 93
Hex DD 33 5D

RGB Percentages of Color #dd335d

%60.55
%13.97
%25.48

CMYK Percentages of Color #dd335d

%0
%77
%58
%13

Triadic Colors of #dd335d

#dd335d #5ddd33 #335ddd

Analogous Colors of #dd335d

#dd335d #dd5e33 #dd33b2

Monochromatic Colors of #dd335d

#dd335d

Complementary Color

#dd335d #33ddb3

#dd335d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd335d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd335d Color CSS Codes

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

#dd335d Text Font Color

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

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


#dd335d Background Color

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

This div background color is #dd335d


#dd335d Border Color

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

This div border color is #dd335d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd335d


Comments

No comments written yet.

Please login to write comment.