Color Hex Logo

#d991cc Color Hex

#D991CC
(217,145,204)
0 Favorites   0 Comments

Color spaces of #d991cc

RGB 217145204
HSL0.860.490.71
HSV311°33°85°
CMYK 0.000.330.06   0.15
XYZ49.639839.362162.1081
Yxy39.36210.32850.2605
Hunter Lab62.739231.4371-14.7761
CIE-Lab69.012836.2214-19.2931

#d991cc color RGB value is (217,145,204).

#d991cc hex color red value is 217, green value is 145 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d991cc hue: 0.86 , saturation: 0.49 and the lightness value of d991cc is 0.71.

The process color (four color CMYK) of #d991cc color hex is 0.00, 0.33, 0.06, 0.15. Web safe color of #d991cc is #cc99cc. Color #d991cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010001 11001100
Octal 331 221 314
Decimal 217 145 204
Hex D9 91 CC

RGB Percentages of Color #d991cc

%38.34
%25.62
%36.04

CMYK Percentages of Color #d991cc

%0
%33
%6
%15

Triadic Colors of #d991cc

#d991cc #ccd991 #91ccd9

Analogous Colors of #d991cc

#d991cc #d991a8 #c291d9

Monochromatic Colors of #d991cc

#d991cc

Complementary Color

#d991cc #91d99e

#d991cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d991cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d991cc Color CSS Codes

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

#d991cc Text Font Color

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

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


#d991cc Background Color

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

This div background color is #d991cc


#d991cc Border Color

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

This div border color is #d991cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d991cc


Comments

No comments written yet.

Please login to write comment.