Color Hex Logo

#dd195b Color Hex

#DD195B
(221,25,91)
0 Favorites   0 Comments

Color spaces of #dd195b

RGB 2212591
HSL0.940.800.48
HSV340°89°87°
CMYK 0.000.890.59   0.13
XYZ32.054816.822711.4552
Yxy16.82270.53130.2788
Hunter Lab41.015567.725912.1518
CIE-Lab48.035972.017315.9910

#dd195b color RGB value is (221,25,91).

#dd195b hex color red value is 221, green value is 25 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dd195b hue: 0.94 , saturation: 0.80 and the lightness value of dd195b is 0.48.

The process color (four color CMYK) of #dd195b color hex is 0.00, 0.89, 0.59, 0.13. Web safe color of #dd195b is #cc0066. Color #dd195b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011001 01011011
Octal 335 31 133
Decimal 221 25 91
Hex DD 19 5B

RGB Percentages of Color #dd195b

%65.58
%7.42
%27.00

CMYK Percentages of Color #dd195b

%0
%89
%59
%13

Triadic Colors of #dd195b

#dd195b #5bdd19 #195bdd

Analogous Colors of #dd195b

#dd195b #dd3919 #dd19bd

Monochromatic Colors of #dd195b

#dd195b

Complementary Color

#dd195b #19dd9b

#dd195b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd195b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd195b Color CSS Codes

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

#dd195b Text Font Color

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

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


#dd195b Background Color

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

This div background color is #dd195b


#dd195b Border Color

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

This div border color is #dd195b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd195b


Comments

No comments written yet.

Please login to write comment.