color codes Logo

#d96dbf color codes

#D96DBF
(217,109,191)
0 Favorites   0 Comments

Color spaces of #d96dbf

RGB 217109191
HSL0.870.590.64
HSV314°50°85°
CMYK 0.000.500.12   0.15
XYZ43.487929.450652.6827
Yxy29.45060.34620.2344
Hunter Lab54.268448.0710-19.5697
CIE-Lab61.177352.6225-23.9477

#d96dbf color RGB value is (217,109,191).

#d96dbf hex color red value is 217, green value is 109 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d96dbf hue: 0.87 , saturation: 0.59 and the lightness value of d96dbf is 0.64.

The process color (four color CMYK) of #d96dbf color code is 0.00, 0.50, 0.12, 0.15. Web safe color of #d96dbf is #cc66cc. Color #d96dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101101 10111111
Octal 331 155 277
Decimal 217 109 191
Hex D9 6D BF

RGB Percentages of Color #d96dbf

%41.97
%21.08
%36.94

CMYK Percentages of Color #d96dbf

%0
%50
%12
%15

Triadic Colors of #d96dbf

#d96dbf #bfd96d #6dbfd9

Analogous Colors of #d96dbf

#d96dbf #d96d89 #bd6dd9

Monochromatic Colors of #d96dbf

#d96dbf

Complementary Color

#d96dbf #6dd987

#d96dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96dbf Color CSS Codes

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

#d96dbf Text Font Color

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

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


#d96dbf Background Color

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

This div background color is #d96dbf


#d96dbf Border Color

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

This div border color is #d96dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96dbf


Comments

No comments written yet.

Please login to write comment.