Color Hex Logo

#d33ddd Color Hex

#D33DDD
(211,61,221)
0 Favorites   0 Comments

Color spaces of #d33ddd

RGB 21161221
HSL0.820.700.55
HSV296°72°87°
CMYK 0.050.720.00   0.13
XYZ41.583922.406870.5399
Yxy22.40680.30910.1666
Hunter Lab47.335873.9722-55.2190
CIE-Lab54.456075.8865-51.5808

#d33ddd color RGB value is (211,61,221).

#d33ddd hex color red value is 211, green value is 61 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d33ddd hue: 0.82 , saturation: 0.70 and the lightness value of d33ddd is 0.55.

The process color (four color CMYK) of #d33ddd color hex is 0.05, 0.72, 0.00, 0.13. Web safe color of #d33ddd is #cc33cc. Color #d33ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111101 11011101
Octal 323 75 335
Decimal 211 61 221
Hex D3 3D DD

RGB Percentages of Color #d33ddd

%42.80
%12.37
%44.83

CMYK Percentages of Color #d33ddd

%5
%72
%0
%13

Triadic Colors of #d33ddd

#d33ddd #ddd33d #3dddd3

Analogous Colors of #d33ddd

#d33ddd #dd3d97 #833ddd

Monochromatic Colors of #d33ddd

#d33ddd

Complementary Color

#d33ddd #47dd3d

#d33ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33ddd Color CSS Codes

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

#d33ddd Text Font Color

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

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


#d33ddd Background Color

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

This div background color is #d33ddd


#d33ddd Border Color

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

This div border color is #d33ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33ddd


Comments

No comments written yet.

Please login to write comment.