Color Hex Logo

#dd536b Color Hex

#DD536B
(221,83,107)
0 Favorites   0 Comments

Color spaces of #dd536b

RGB 22183107
HSL0.970.670.60
HSV350°62°87°
CMYK 0.000.620.52   0.13
XYZ35.565922.620216.4015
Yxy22.62020.47680.3033
Hunter Lab47.560750.251112.8461
CIE-Lab54.679055.652815.4449

#dd536b color RGB value is (221,83,107).

#dd536b hex color red value is 221, green value is 83 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dd536b hue: 0.97 , saturation: 0.67 and the lightness value of dd536b is 0.60.

The process color (four color CMYK) of #dd536b color hex is 0.00, 0.62, 0.52, 0.13. Web safe color of #dd536b is #cc6666. Color #dd536b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010011 01101011
Octal 335 123 153
Decimal 221 83 107
Hex DD 53 6B

RGB Percentages of Color #dd536b

%53.77
%20.19
%26.03

CMYK Percentages of Color #dd536b

%0
%62
%52
%13

Triadic Colors of #dd536b

#dd536b #6bdd53 #536bdd

Analogous Colors of #dd536b

#dd536b #dd8053 #dd53b0

Monochromatic Colors of #dd536b

#dd536b

Complementary Color

#dd536b #53ddc5

#dd536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd536b Color CSS Codes

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

#dd536b Text Font Color

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

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


#dd536b Background Color

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

This div background color is #dd536b


#dd536b Border Color

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

This div border color is #dd536b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd536b


Comments

No comments written yet.

Please login to write comment.