Shades of Violet #DB89EA
Tints of Violet #DB89EA
RGB
CMYK
RGB Variations
Color information
#DB89EA (or 0xDB89EA) is known color: Violet. HEX triplet: DB, 89 and EA. RGB value is (219,137,234). Sum of RGB (Red+Green+Blue) = 219+137+234=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB89EA is #247615. Grayscale: #ACACAC. Windows color (decimal): -2389526 or 15370715. OLE color: 15370715.
HSL color Cylindrical-coordinate representation of color #DB89EA: hue angle of 290.72º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB89EA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 137 | 234 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.08 |
| HSL | 290.72º | 0.7% | 0.73% | - |
| HSV(B) | 290.72º | 0.41% | 0.92% | - |
| XYZ | 53.01 | 38.89 | 82.55 | - |
| YUV | 172.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 234 | 0.06 | 0.41 | 0 | 0.08 | 290.72 | 0.7 | 0.73 |
| Hex | DB | 89 | EA | 6 | 29 | 0 | 8 | 123 | 46 | 49 |
| Octal | 333 | 211 | 352 | 6 | 51 | 0 | 10 | 443 | 106 | 111 |
| Binary | 11011011 | 10001001 | 11101010 | 110 | 101001 | 0 | 1000 | 100100011 | 1000110 | 1001001 |
Color Harmonies of #DB89EA
Complementary color
Monochromatic Colors of #DB89EA
Black with #DB89EA
Text Example
Text Example
White with #DB89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89EA; }
p { color: rgb(219,137,234); }
H1.HeaderClassName
{
color: #DB89EA;
}
.AnyTagClassName
{
color: #DB89EA;
}
</style>
background-color css
<style>
a { background-color: #DB89EA; }
a { background-color: rgb(219,137,234); }
div.DivClassName
{
background-color: #DB89EA;
}
.BgClassName
{
background-color: #DB89EA;
}
</style>
border-color css
<style>
span { border-color: #DB89EA; }
span { border-color: rgb(219,137,234); }
td.TdClassName
{
border-color: #DB89EA;
}
.TagClassName
{
border-color: #DB89EA;
}
</style>