In the RGB color space, #DB7093 is composed of 85.8824% red, 43.9216% green, and 57.6471% blue.
In the CMYK color space, #DB7093 is composed of 0% cyan, 48.86% magenta, 32.87% yellow, and 14.12% black,
It has a hue angle of 340.4 degrees, a saturation of 59.77%, and a lightness of 64.9%.
The closest websafe color is #CC6699.
#DB7093 has a CSS color name: PaleVioletRed.
The hexadecimal color #DB7093 has RGB values of R:219, G:112, B:147 and CMYK values of C:0, M:48.86, Y:32.87, K:14.12. It has a decimal value of 14381203.
Hexadecimal | #DB7093 | #DB7093 |
RGB Decimal | 219, 112, 147 | rgb(219, 112, 147) |
RGB Percent | 85.8824, 43.9216, 57.6471 | rgb(85.8824%, 43.9216%, 57.6471%) |
RGB Proportion | 0.8588, 0.4392, 0.5765 | rgb(0.8588, 0.4392, 0.5765) |
CMYK | 0, 48.86, 32.87, 14.12 | |
HSL | 340.4ยบ, 59.77, 64.9 | hsl(340.4, 59.77%, 64.9%) |
Websafe | CC6699 | #CC6699 |
XYZ | 40.272, 28.753, 31.034 | |
Yxy | 28.753, 0.402, 0.287 | |
CIE-LAB | 60.563, 45.529, 0.385 | |
CIE-LCH | 60.563, 45.531, 0.484 | |
CIE-LUV | 60.563, 68.842, -7.917 | |
Hunter-Lab | 53.622, 40.222, 3.221 |
Colors that go well with PaleVioletRed / #DB7093.
Common HTML and CSS shortcodes for PaleVioletRed / #DB7093.
<div style="color: #DB7093;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #DB7093;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #DB7093;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #DB7093 to transparent.
<div style="background: linear-gradient(#DB7093, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #DB7093 to transparent.
<div style="background: radial-gradient(#DB7093, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #DB7093 to #248F6C.
<div style="background: linear-gradient(#DB7093, #248F6C);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #DB7093 to #248F6C.
<div style="background: radial-gradient(#DB7093, #248F6C);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #DB7093; }
.background { background-color: #DB7093; }
.border { border: 1px solid #DB7093; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #040202 while the lightest tint is #FEFCFD.