Color Hex Logo

#dd237d Color Hex

#DD237D
(221,35,125)
0 Favorites   0 Comments

Color spaces of #dd237d

RGB 22135125
HSL0.920.730.50
HSV331°84°87°
CMYK 0.000.840.43   0.13
XYZ34.121518.054921.0886
Yxy18.05490.46570.2464
Hunter Lab42.491168.98110.3177
CIE-Lab49.562672.7609-2.6768

#dd237d color RGB value is (221,35,125).

#dd237d hex color red value is 221, green value is 35 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dd237d hue: 0.92 , saturation: 0.73 and the lightness value of dd237d is 0.50.

The process color (four color CMYK) of #dd237d color hex is 0.00, 0.84, 0.43, 0.13. Web safe color of #dd237d is #cc3366. Color #dd237d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 01111101
Octal 335 43 175
Decimal 221 35 125
Hex DD 23 7D

RGB Percentages of Color #dd237d

%58.01
%9.19
%32.81

CMYK Percentages of Color #dd237d

%0
%84
%43
%13

Triadic Colors of #dd237d

#dd237d #7ddd23 #237ddd

Analogous Colors of #dd237d

#dd237d #dd2623 #dd23da

Monochromatic Colors of #dd237d

#dd237d

Complementary Color

#dd237d #23dd83

#dd237d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd237d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd237d Color CSS Codes

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

#dd237d Text Font Color

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

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


#dd237d Background Color

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

This div background color is #dd237d


#dd237d Border Color

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

This div border color is #dd237d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd237d


Comments

No comments written yet.

Please login to write comment.