Color Hex Logo

#dd648d Color Hex

#DD648D
(221,100,141)
0 Favorites   0 Comments

Color spaces of #dd648d

RGB 221100141
HSL0.940.640.63
HSV340°55°87°
CMYK 0.000.550.36   0.13
XYZ39.183726.409628.2317
Yxy26.40960.41760.2815
Hunter Lab51.390346.16853.4017
CIE-Lab58.423851.33570.7840

#dd648d color RGB value is (221,100,141).

#dd648d hex color red value is 221, green value is 100 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dd648d hue: 0.94 , saturation: 0.64 and the lightness value of dd648d is 0.63.

The process color (four color CMYK) of #dd648d color hex is 0.00, 0.55, 0.36, 0.13. Web safe color of #dd648d is #cc6699. Color #dd648d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100100 10001101
Octal 335 144 215
Decimal 221 100 141
Hex DD 64 8D

RGB Percentages of Color #dd648d

%47.84
%21.65
%30.52

CMYK Percentages of Color #dd648d

%0
%55
%36
%13

Triadic Colors of #dd648d

#dd648d #8ddd64 #648ddd

Analogous Colors of #dd648d

#dd648d #dd7864 #dd64ca

Monochromatic Colors of #dd648d

#dd648d

Complementary Color

#dd648d #64ddb4

#dd648d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd648d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd648d Color CSS Codes

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

#dd648d Text Font Color

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

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


#dd648d Background Color

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

This div background color is #dd648d


#dd648d Border Color

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

This div border color is #dd648d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd648d


Comments

No comments written yet.

Please login to write comment.