Color Hex Logo

#dd375a Color Hex

#DD375A
(221,55,90)
0 Favorites   0 Comments

Color spaces of #dd375a

RGB 2215590
HSL0.960.710.54
HSV347°75°87°
CMYK 0.000.750.59   0.13
XYZ33.030418.842711.5690
Yxy18.84270.52060.2970
Hunter Lab43.408259.860914.5840
CIE-Lab50.502764.880119.9324

#dd375a color RGB value is (221,55,90).

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

The process color (four color CMYK) of #dd375a color hex is 0.00, 0.75, 0.59, 0.13. Web safe color of #dd375a is #cc3366. Color #dd375a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110111 01011010
Octal 335 67 132
Decimal 221 55 90
Hex DD 37 5A

RGB Percentages of Color #dd375a

%60.38
%15.03
%24.59

CMYK Percentages of Color #dd375a

%0
%75
%59
%13

Triadic Colors of #dd375a

#dd375a #5add37 #375add

Analogous Colors of #dd375a

#dd375a #dd6737 #dd37ad

Monochromatic Colors of #dd375a

#dd375a

Complementary Color

#dd375a #37ddba

#dd375a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd375a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd375a Color CSS Codes

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

#dd375a Text Font Color

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

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


#dd375a Background Color

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

This div background color is #dd375a


#dd375a Border Color

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

This div border color is #dd375a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd375a


Comments

No comments written yet.

Please login to write comment.