Color Hex Logo

#dd234d Color Hex

#DD234D
(221,35,77)
0 Favorites   0 Comments

Color spaces of #dd234d

RGB 2213577
HSL0.960.730.50
HSV346°84°87°
CMYK 0.000.840.65   0.13
XYZ31.759417.11008.6498
Yxy17.11000.55220.2975
Hunter Lab41.364264.664616.5567
CIE-Lab48.398369.382525.0553

#dd234d color RGB value is (221,35,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 01001101
Octal 335 43 115
Decimal 221 35 77
Hex DD 23 4D

RGB Percentages of Color #dd234d

%66.37
%10.51
%23.12

CMYK Percentages of Color #dd234d

%0
%84
%65
%13

Triadic Colors of #dd234d

#dd234d #4ddd23 #234ddd

Analogous Colors of #dd234d

#dd234d #dd5623 #dd23aa

Monochromatic Colors of #dd234d

#dd234d

Complementary Color

#dd234d #23ddb3

#dd234d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd234d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd234d Color CSS Codes

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

#dd234d Text Font Color

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

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


#dd234d Background Color

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

This div background color is #dd234d


#dd234d Border Color

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

This div border color is #dd234d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd234d


Comments

No comments written yet.

Please login to write comment.