Color Hex Logo

#d92ddd Color Hex

#D92DDD
(217,45,221)
0 Favorites   0 Comments

Color spaces of #d92ddd

RGB 21745221
HSL0.830.720.52
HSV299°80°87°
CMYK 0.020.800.00   0.13
XYZ42.604821.848970.3784
Yxy21.84890.31600.1620
Hunter Lab46.742880.8980-56.5501
CIE-Lab53.866381.5094-52.4653

#d92ddd color RGB value is (217,45,221).

#d92ddd hex color red value is 217, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d92ddd hue: 0.83 , saturation: 0.72 and the lightness value of d92ddd is 0.52.

The process color (four color CMYK) of #d92ddd color hex is 0.02, 0.80, 0.00, 0.13. Web safe color of #d92ddd is #cc33cc. Color #d92ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101101 11011101
Octal 331 55 335
Decimal 217 45 221
Hex D9 2D DD

RGB Percentages of Color #d92ddd

%44.93
%9.32
%45.76

CMYK Percentages of Color #d92ddd

%2
%80
%0
%13

Triadic Colors of #d92ddd

#d92ddd #ddd92d #2dddd9

Analogous Colors of #d92ddd

#d92ddd #dd2d89 #812ddd

Monochromatic Colors of #d92ddd

#d92ddd

Complementary Color

#d92ddd #31dd2d

#d92ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d92ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d92ddd Color CSS Codes

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

#d92ddd Text Font Color

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

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


#d92ddd Background Color

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

This div background color is #d92ddd


#d92ddd Border Color

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

This div border color is #d92ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d92ddd


Comments

No comments written yet.

Please login to write comment.