color codes Logo

#db61dd color codes

#DB61DD
(219,97,221)
0 Favorites   0 Comments

Color spaces of #db61dd

RGB 21997221
HSL0.830.650.62
HSV299°56°87°
CMYK 0.010.560.00   0.13
XYZ46.539328.829971.5185
Yxy28.82990.31680.1963
Hunter Lab53.693560.7529-41.3875
CIE-Lab60.631263.7846-41.7305

#db61dd color RGB value is (219,97,221).

#db61dd hex color red value is 219, green value is 97 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #db61dd hue: 0.83 , saturation: 0.65 and the lightness value of db61dd is 0.62.

The process color (four color CMYK) of #db61dd color code is 0.01, 0.56, 0.00, 0.13. Web safe color of #db61dd is #cc66cc. Color #db61dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100001 11011101
Octal 333 141 335
Decimal 219 97 221
Hex DB 61 DD

RGB Percentages of Color #db61dd

%40.78
%18.06
%41.15

CMYK Percentages of Color #db61dd

%1
%56
%0
%13

Triadic Colors of #db61dd

#db61dd #dddb61 #61dddb

Analogous Colors of #db61dd

#db61dd #dd61a1 #9d61dd

Monochromatic Colors of #db61dd

#db61dd

Complementary Color

#db61dd #63dd61

#db61dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db61dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db61dd Color CSS Codes

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

#db61dd Text Font Color

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

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


#db61dd Background Color

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

This div background color is #db61dd


#db61dd Border Color

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

This div border color is #db61dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db61dd


Comments

No comments written yet.

Please login to write comment.