Color Hex Logo

#dd095d Color Hex

#DD095D
(221,9,93)
0 Favorites   0 Comments

Color spaces of #dd095d

RGB 221993
HSL0.930.920.45
HSV336°96°87°
CMYK 0.000.960.58   0.13
XYZ31.892316.357811.8324
Yxy16.35780.53080.2723
Hunter Lab40.444869.975910.9656
CIE-Lab47.440573.994613.9393

#dd095d color RGB value is (221,9,93).

#dd095d hex color red value is 221, green value is 9 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dd095d hue: 0.93 , saturation: 0.92 and the lightness value of dd095d is 0.45.

The process color (four color CMYK) of #dd095d color hex is 0.00, 0.96, 0.58, 0.13. Web safe color of #dd095d is #cc0066. Color #dd095d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001001 01011101
Octal 335 11 135
Decimal 221 9 93
Hex DD 9 5D

RGB Percentages of Color #dd095d

%68.42
%2.79
%28.79

CMYK Percentages of Color #dd095d

%0
%96
%58
%13

Triadic Colors of #dd095d

#dd095d #5ddd09 #095ddd

Analogous Colors of #dd095d

#dd095d #dd1f09 #dd09c7

Monochromatic Colors of #dd095d

#dd095d

Complementary Color

#dd095d #09dd89

#dd095d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd095d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd095d Color CSS Codes

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

#dd095d Text Font Color

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

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


#dd095d Background Color

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

This div background color is #dd095d


#dd095d Border Color

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

This div border color is #dd095d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd095d


Comments

No comments written yet.

Please login to write comment.