color codes Logo

#d918dd color codes

#D918DD
(217,24,221)
0 Favorites   0 Comments

Color spaces of #d918dd

RGB 21724221
HSL0.830.800.48
HSV299°89°87°
CMYK 0.020.890.00   0.13
XYZ41.993120.625470.1744
Yxy20.62540.31620.1553
Hunter Lab45.415285.5732-59.8228
CIE-Lab52.537185.3988-54.5899

#d918dd color RGB value is (217,24,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011000 11011101
Octal 331 30 335
Decimal 217 24 221
Hex D9 18 DD

RGB Percentages of Color #d918dd

%46.97
%5.19
%47.84

CMYK Percentages of Color #d918dd

%2
%89
%0
%13

Triadic Colors of #d918dd

#d918dd #ddd918 #18ddd9

Analogous Colors of #d918dd

#d918dd #dd187f #7718dd

Monochromatic Colors of #d918dd

#d918dd

Complementary Color

#d918dd #1cdd18

#d918dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d918dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d918dd Color CSS Codes

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

#d918dd Text Font Color

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

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


#d918dd Background Color

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

This div background color is #d918dd


#d918dd Border Color

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

This div border color is #d918dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d918dd


Comments

No comments written yet.

Please login to write comment.