color codes Logo

#dd235e color codes

#DD235E
(221,35,94)
0 Favorites   0 Comments

Color spaces of #dd235e

RGB 2213594
HSL0.950.730.50
HSV341°84°87°
CMYK 0.000.840.57   0.13
XYZ32.440217.382412.2350
Yxy17.38240.52270.2801
Hunter Lab41.692265.927311.7853
CIE-Lab48.738370.378815.1065

#dd235e color RGB value is (221,35,94).

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

The process color (four color CMYK) of #dd235e color code is 0.00, 0.84, 0.57, 0.13. Web safe color of #dd235e is #cc3366. Color #dd235e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 01011110
Octal 335 43 136
Decimal 221 35 94
Hex DD 23 5E

RGB Percentages of Color #dd235e

%63.14
%10.00
%26.86

CMYK Percentages of Color #dd235e

%0
%84
%57
%13

Triadic Colors of #dd235e

#dd235e #5edd23 #235edd

Analogous Colors of #dd235e

#dd235e #dd4523 #dd23bb

Monochromatic Colors of #dd235e

#dd235e

Complementary Color

#dd235e #23dda2

#dd235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd235e Color CSS Codes

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

#dd235e Text Font Color

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

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


#dd235e Background Color

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

This div background color is #dd235e


#dd235e Border Color

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

This div border color is #dd235e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd235e


Comments

No comments written yet.

Please login to write comment.