Color Hex Logo

#d533dd Color Hex

#D533DD
(213,51,221)
0 Favorites   0 Comments

Color spaces of #d533dd

RGB 21351221
HSL0.830.710.53
HSV297°77°87°
CMYK 0.040.770.00   0.13
XYZ41.675521.734270.4052
Yxy21.73420.31140.1624
Hunter Lab46.620077.9836-56.9055
CIE-Lab53.743879.2347-52.6984

#d533dd color RGB value is (213,51,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110011 11011101
Octal 325 63 335
Decimal 213 51 221
Hex D5 33 DD

RGB Percentages of Color #d533dd

%43.92
%10.52
%45.57

CMYK Percentages of Color #d533dd

%4
%77
%0
%13

Triadic Colors of #d533dd

#d533dd #ddd533 #33ddd5

Analogous Colors of #d533dd

#d533dd #dd3390 #8033dd

Monochromatic Colors of #d533dd

#d533dd

Complementary Color

#d533dd #3bdd33

#d533dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d533dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d533dd Color CSS Codes

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

#d533dd Text Font Color

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

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


#d533dd Background Color

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

This div background color is #d533dd


#d533dd Border Color

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

This div border color is #d533dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d533dd


Comments

No comments written yet.

Please login to write comment.