Color Hex Logo

#d919dd Color Hex

#D919DD
(217,25,221)
0 Favorites   0 Comments

Color spaces of #d919dd

RGB 21725221
HSL0.830.800.48
HSV299°89°87°
CMYK 0.020.890.00   0.13
XYZ42.014020.667470.1814
Yxy20.66740.31620.1556
Hunter Lab45.461485.4066-59.7064
CIE-Lab52.583585.2616-54.5155

#d919dd color RGB value is (217,25,221).

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

The process color (four color CMYK) of #d919dd color hex is 0.02, 0.89, 0.00, 0.13. Web safe color of #d919dd is #cc00cc. Color #d919dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011001 11011101
Octal 331 31 335
Decimal 217 25 221
Hex D9 19 DD

RGB Percentages of Color #d919dd

%46.87
%5.40
%47.73

CMYK Percentages of Color #d919dd

%2
%89
%0
%13

Triadic Colors of #d919dd

#d919dd #ddd919 #19ddd9

Analogous Colors of #d919dd

#d919dd #dd197f #7719dd

Monochromatic Colors of #d919dd

#d919dd

Complementary Color

#d919dd #1ddd19

#d919dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d919dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d919dd Color CSS Codes

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

#d919dd Text Font Color

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

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


#d919dd Background Color

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

This div background color is #d919dd


#d919dd Border Color

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

This div border color is #d919dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,25,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 #d919dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d919dd


Comments

No comments written yet.

Please login to write comment.