Color Hex Logo

#dd335f Color Hex

#DD335F
(221,51,95)
0 Favorites   0 Comments

Color spaces of #dd335f

RGB 2215195
HSL0.960.710.53
HSV344°77°87°
CMYK 0.000.770.57   0.13
XYZ33.068218.566012.6672
Yxy18.56600.51430.2887
Hunter Lab43.088361.585712.7316
CIE-Lab50.175566.424216.4612

#dd335f color RGB value is (221,51,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110011 01011111
Octal 335 63 137
Decimal 221 51 95
Hex DD 33 5F

RGB Percentages of Color #dd335f

%60.22
%13.90
%25.89

CMYK Percentages of Color #dd335f

%0
%77
%57
%13

Triadic Colors of #dd335f

#dd335f #5fdd33 #335fdd

Analogous Colors of #dd335f

#dd335f #dd5c33 #dd33b4

Monochromatic Colors of #dd335f

#dd335f

Complementary Color

#dd335f #33ddb1

#dd335f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd335f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd335f Color CSS Codes

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

#dd335f Text Font Color

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

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


#dd335f Background Color

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

This div background color is #dd335f


#dd335f Border Color

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

This div border color is #dd335f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd335f


Comments

No comments written yet.

Please login to write comment.