Color Hex Logo

#d199dc Color Hex

#D199DC
(209,153,220)
0 Favorites   0 Comments

Color spaces of #d199dc

RGB 209153220
HSL0.810.490.73
HSV290°30°86°
CMYK 0.050.300.00   0.14
XYZ50.604041.505173.0543
Yxy41.50510.30640.2513
Hunter Lab64.424527.4651-22.1350
CIE-Lab70.528432.2790-25.9021

#d199dc color RGB value is (209,153,220).

#d199dc hex color red value is 209, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d199dc hue: 0.81 , saturation: 0.49 and the lightness value of d199dc is 0.73.

The process color (four color CMYK) of #d199dc color hex is 0.05, 0.30, 0.00, 0.14. Web safe color of #d199dc is #cc99cc. Color #d199dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011001 11011100
Octal 321 231 334
Decimal 209 153 220
Hex D1 99 DC

RGB Percentages of Color #d199dc

%35.91
%26.29
%37.80

CMYK Percentages of Color #d199dc

%5
%30
%0
%14

Triadic Colors of #d199dc

#d199dc #dcd199 #99dcd1

Analogous Colors of #d199dc

#d199dc #dc99c6 #b099dc

Monochromatic Colors of #d199dc

#d199dc

Complementary Color

#d199dc #a4dc99

#d199dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d199dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d199dc Color CSS Codes

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

#d199dc Text Font Color

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

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


#d199dc Background Color

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

This div background color is #d199dc


#d199dc Border Color

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

This div border color is #d199dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,153,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d199dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d199dc;
  -webkit-box-shadow: 1px 1px 3px 2px #d199dc;
  box-shadow:         1px 1px 3px 2px #d199dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,153,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d199dc


Comments

No comments written yet.

Please login to write comment.