Shades of Violet #DB89EE
Tints of Violet #DB89EE
RGB
CMYK
RGB Variations
Color information
#DB89EE (or 0xDB89EE) is known color: Violet. HEX triplet: DB, 89 and EE. RGB value is (219,137,238). Sum of RGB (Red+Green+Blue) = 219+137+238=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 137 (53.91% from 255 or 23.06% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB89EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB89EE is #247611. Grayscale: #ACACAC. Windows color (decimal): -2389522 or 15632859. OLE color: 15632859.
HSL color Cylindrical-coordinate representation of color #DB89EE: hue angle of 288.71º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB89EE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 137 | 238 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.07 |
| HSL | 288.71º | 0.75% | 0.74% | - |
| HSV(B) | 288.71º | 0.42% | 0.93% | - |
| XYZ | 53.59 | 39.12 | 85.62 | - |
| YUV | 173.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 238 | 0.08 | 0.42 | 0 | 0.07 | 288.71 | 0.75 | 0.74 |
| Hex | DB | 89 | EE | 8 | 2A | 0 | 7 | 121 | 4B | 4A |
| Octal | 333 | 211 | 356 | 10 | 52 | 0 | 7 | 441 | 113 | 112 |
| Binary | 11011011 | 10001001 | 11101110 | 1000 | 101010 | 0 | 111 | 100100001 | 1001011 | 1001010 |
Color Harmonies of #DB89EE
Complementary color
Monochromatic Colors of #DB89EE
Black with #DB89EE
Text Example
Text Example
White with #DB89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89EE; }
p { color: rgb(219,137,238); }
H1.HeaderClassName
{
color: #DB89EE;
}
.AnyTagClassName
{
color: #DB89EE;
}
</style>
background-color css
<style>
a { background-color: #DB89EE; }
a { background-color: rgb(219,137,238); }
div.DivClassName
{
background-color: #DB89EE;
}
.BgClassName
{
background-color: #DB89EE;
}
</style>
border-color css
<style>
span { border-color: #DB89EE; }
span { border-color: rgb(219,137,238); }
td.TdClassName
{
border-color: #DB89EE;
}
.TagClassName
{
border-color: #DB89EE;
}
</style>