color codes Logo

#dd068d color codes

#DD068D
(221,6,141)
0 Favorites   0 Comments

Color spaces of #dd068d

RGB 2216141
HSL0.900.950.45
HSV322°97°87°
CMYK 0.000.970.36   0.13
XYZ34.691617.425526.7343
Yxy17.42550.44000.2210
Hunter Lab41.743975.2922-8.7508
CIE-Lab48.791878.0518-13.5272

#dd068d color RGB value is (221,6,141).

#dd068d hex color red value is 221, green value is 6 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dd068d hue: 0.90 , saturation: 0.95 and the lightness value of dd068d is 0.45.

The process color (four color CMYK) of #dd068d color code is 0.00, 0.97, 0.36, 0.13. Web safe color of #dd068d is #cc0099. Color #dd068d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000110 10001101
Octal 335 6 215
Decimal 221 6 141
Hex DD 6 8D

RGB Percentages of Color #dd068d

%60.05
%1.63
%38.32

CMYK Percentages of Color #dd068d

%0
%97
%36
%13

Triadic Colors of #dd068d

#dd068d #8ddd06 #068ddd

Analogous Colors of #dd068d

#dd068d #dd0621 #c206dd

Monochromatic Colors of #dd068d

#dd068d

Complementary Color

#dd068d #06dd56

#dd068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd068d Color CSS Codes

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

#dd068d Text Font Color

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

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


#dd068d Background Color

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

This div background color is #dd068d


#dd068d Border Color

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

This div border color is #dd068d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,6,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 #dd068d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd068d


Comments

No comments written yet.

Please login to write comment.