Color Hex Logo

#d833dd Color Hex

#D833DD
(216,51,221)
0 Favorites   0 Comments

Color spaces of #d833dd

RGB 21651221
HSL0.830.710.53
HSV298°77°87°
CMYK 0.020.770.00   0.13
XYZ42.553922.187070.4463
Yxy22.18700.31480.1641
Hunter Lab47.103178.8302-55.7006
CIE-Lab54.224979.8115-51.9027

#d833dd color RGB value is (216,51,221).

#d833dd hex color red value is 216, green value is 51 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d833dd hue: 0.83 , saturation: 0.71 and the lightness value of d833dd is 0.53.

The process color (four color CMYK) of #d833dd color hex is 0.02, 0.77, 0.00, 0.13. Web safe color of #d833dd is #cc33cc. Color #d833dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110011 11011101
Octal 330 63 335
Decimal 216 51 221
Hex D8 33 DD

RGB Percentages of Color #d833dd

%44.26
%10.45
%45.29

CMYK Percentages of Color #d833dd

%2
%77
%0
%13

Triadic Colors of #d833dd

#d833dd #ddd833 #33ddd8

Analogous Colors of #d833dd

#d833dd #dd338d #8333dd

Monochromatic Colors of #d833dd

#d833dd

Complementary Color

#d833dd #38dd33

#d833dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d833dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d833dd Color CSS Codes

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

#d833dd Text Font Color

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

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


#d833dd Background Color

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

This div background color is #d833dd


#d833dd Border Color

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

This div border color is #d833dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d833dd


Comments

No comments written yet.

Please login to write comment.