Color spaces of #db199b
RGB | 219 | 25 | 155 |
---|---|---|---|
HSL | 0.89 | 0.80 | 0.48 |
HSV | 320° | 89° | 86° |
CMYK | 0.00 | 0.89 | 0.29 0.14 |
XYZ | 35.4774 | 18.1219 | 32.6384 |
Yxy | 18.1219 | 0.4114 | 0.2101 |
Hunter Lab | 42.5698 | 74.2635 | -15.6589 |
CIE-Lab | 49.6436 | 77.0577 | -20.6717 |
#db199b color RGB value is (219,25,155).
#db199b hex color red value is 219, green value is 25 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #db199b hue: 0.89 , saturation: 0.80 and the lightness value of db199b is 0.48.
The process color (four color CMYK) of #db199b color hex is 0.00, 0.89, 0.29, 0.14. Web safe color of #db199b is #cc0099. Color #db199b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00011001 | 10011011 |
Octal | 333 | 31 | 233 |
Decimal | 219 | 25 | 155 |
Hex | DB | 19 | 9B |
Shades of #db199b
Tints of #db199b
RGB Percentages of Color #db199b
CMYK Percentages of Color #db199b
Complementary Color
#db199b | #19db59 |
#db199b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db199b Color Preview on White Background
Lorem ipsum dolor sit amet.
#db199b Color CSS Codes
.mybgcolor {background-color:#db199b; } .myforecolor {color:#db199b; } .mybordercolor {border:3px solid #db199b; }
#db199b Text Font Color
<p style="color:#db199b">Text here</p>
This sample text font color is #db199b
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.
#db199b Background Color
<div style="background-color:#db199b">
Div content here</div>
This div background color is #db199b
#db199b Border Color
<div style="border:3px solid #db199b">
Div here</div>
This div border color is #db199b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,25,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db199b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db199b; -webkit-box-shadow: 1px 1px 3px 2px #db199b; box-shadow: 1px 1px 3px 2px #db199b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,25,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db199b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db199b; -webkit-box-shadow: 1px 1px 3px 2px #db199b; box-shadow: 1px 1px 3px 2px #db199b;">
Div content here</div>
This div box has shadow with color #db199b
Comments
No comments written yet.
Please login to write comment.