Color spaces of #db218a
RGB | 219 | 33 | 138 |
---|---|---|---|
HSL | 0.91 | 0.74 | 0.49 |
HSV | 326° | 85° | 86° |
CMYK | 0.00 | 0.85 | 0.37 0.14 |
XYZ | 34.3447 | 17.9828 | 25.7056 |
Yxy | 17.9828 | 0.4401 | 0.2305 |
Hunter Lab | 42.4061 | 70.3563 | -6.2559 |
CIE-Lab | 49.4752 | 73.9107 | -10.7214 |
#db218a color RGB value is (219,33,138).
#db218a hex color red value is 219, green value is 33 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #db218a hue: 0.91 , saturation: 0.74 and the lightness value of db218a is 0.49.
The process color (four color CMYK) of #db218a color hex is 0.00, 0.85, 0.37, 0.14. Web safe color of #db218a is #cc3399. Color #db218a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00100001 | 10001010 |
Octal | 333 | 41 | 212 |
Decimal | 219 | 33 | 138 |
Hex | DB | 21 | 8A |
Shades of #db218a
Tints of #db218a
RGB Percentages of Color #db218a
CMYK Percentages of Color #db218a
Complementary Color
#db218a | #21db72 |
#db218a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db218a Color Preview on White Background
Lorem ipsum dolor sit amet.
#db218a Color CSS Codes
.mybgcolor {background-color:#db218a; } .myforecolor {color:#db218a; } .mybordercolor {border:3px solid #db218a; }
#db218a Text Font Color
<p style="color:#db218a">Text here</p>
This sample text font color is #db218a
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.
#db218a Background Color
<div style="background-color:#db218a">
Div content here</div>
This div background color is #db218a
#db218a Border Color
<div style="border:3px solid #db218a">
Div here</div>
This div border color is #db218a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,33,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db218a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db218a; -webkit-box-shadow: 1px 1px 3px 2px #db218a; box-shadow: 1px 1px 3px 2px #db218a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,33,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db218a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db218a; -webkit-box-shadow: 1px 1px 3px 2px #db218a; box-shadow: 1px 1px 3px 2px #db218a;">
Div content here</div>
This div box has shadow with color #db218a
Comments
No comments written yet.
Please login to write comment.